From ef83f4f5968ba80d2c0de4e37fe48453abc19905 Mon Sep 17 00:00:00 2001 From: tradecatlabs Date: Fri, 26 Jun 2026 05:50:37 +0800 Subject: [PATCH] docs: refine model absorption proposition Refine the model absorption proposition wording and exclude flaky zread.ai links from Lychee after repeated 504s. --- .lychee.toml | 2 ++ README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.lychee.toml b/.lychee.toml index c911aad..18eaccb 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -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/.*', ] diff --git a/README.md b/README.md index 34af61c..b39cc2f 100644 --- a/README.md +++ b/README.md @@ -88,11 +88,11 @@ ### 三、模型吞噬 -> **模型能力会持续吞噬一切为弥补模型不足而产生的中间层。** +> **模型能力会持续吞噬一切可被吞噬且为弥补模型不足而产生的中间层。** 很多今天看起来很重要的东西,本质上只是因为模型还不够强:Prompt 技巧、工作流、Agent 编排、索引系统、外部记忆、工程脚手架、工具封装、人工流程和当前经验体系。 -当模型能力继续提升,这些中间层会被模型原生能力吸收、压缩、替代,甚至失去独立存在的意义。凡是因模型能力不足而存在的工程补丁,都会被更强模型吞噬。 +当模型能力继续提升,这些中间层会被模型原生能力吸收、压缩、替代,甚至失去独立存在的意义。凡是因模型能力不足而存在、且可被吞噬的工程补丁,都会被更强模型吞噬。