mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-07-28 03:07:56 +00:00
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:
@@ -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/.*',
|
||||
]
|
||||
|
||||
@@ -88,11 +88,11 @@
|
||||
|
||||
### 三、模型吞噬
|
||||
|
||||
> **模型能力会持续吞噬一切为弥补模型不足而产生的中间层。**
|
||||
> **模型能力会持续吞噬一切可被吞噬且为弥补模型不足而产生的中间层。**
|
||||
|
||||
很多今天看起来很重要的东西,本质上只是因为模型还不够强:Prompt 技巧、工作流、Agent 编排、索引系统、外部记忆、工程脚手架、工具封装、人工流程和当前经验体系。
|
||||
|
||||
当模型能力继续提升,这些中间层会被模型原生能力吸收、压缩、替代,甚至失去独立存在的意义。凡是因模型能力不足而存在的工程补丁,都会被更强模型吞噬。
|
||||
当模型能力继续提升,这些中间层会被模型原生能力吸收、压缩、替代,甚至失去独立存在的意义。凡是因模型能力不足而存在、且可被吞噬的工程补丁,都会被更强模型吞噬。
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user