docs: refine model absorption proposition

Refine the model absorption proposition wording and exclude flaky zread.ai links from Lychee after repeated 504s.
This commit is contained in:
tradecatlabs
2026-06-26 05:50:37 +08:00
committed by GitHub
parent 4ac70fcb5d
commit ef83f4f596
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -36,4 +36,6 @@ exclude = [
'^https://notebooklm\.google\.com.*',
'^https://www\.contributor-covenant\.org.*',
'^https://javabetter\.cn/.*',
# zread.ai often returns 504/rate-limit responses from GitHub-hosted runners.
'^https://zread\.ai/.*',
]
+2 -2
View File
@@ -88,11 +88,11 @@
### 三、模型吞噬
> **模型能力会持续吞噬一切为弥补模型不足而产生的中间层。**
> **模型能力会持续吞噬一切可被吞噬且为弥补模型不足而产生的中间层。**
很多今天看起来很重要的东西,本质上只是因为模型还不够强:Prompt 技巧、工作流、Agent 编排、索引系统、外部记忆、工程脚手架、工具封装、人工流程和当前经验体系。
当模型能力继续提升,这些中间层会被模型原生能力吸收、压缩、替代,甚至失去独立存在的意义。凡是因模型能力不足而存在的工程补丁,都会被更强模型吞噬。
当模型能力继续提升,这些中间层会被模型原生能力吸收、压缩、替代,甚至失去独立存在的意义。凡是因模型能力不足而存在、且可被吞噬的工程补丁,都会被更强模型吞噬。
</details>