File tree Expand file tree Collapse file tree 3 files changed +430
-0
lines changed
Expand file tree Collapse file tree 3 files changed +430
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ export const ai = arraySidebar([
1919 { text : "一文搞懂 AI Agent 核心概念" , link : "agent-basis" } ,
2020 { text : "万字详解 Agent Skills" , link : "skills" } ,
2121 { text : "万字拆解 MCP 协议" , link : "mcp" } ,
22+ {
23+ text : "一文搞懂 Harness Engineering:六层架构、上下文管理与一线团队实战" ,
24+ link : "harness-engineering" ,
25+ } ,
2226 ] ,
2327 } ,
2428 {
Original file line number Diff line number Diff line change @@ -89,6 +89,12 @@ RAG 是企业级 AI 应用的核心技术。但很多开发者只知道"把文
8989- Skills 和 Prompt、MCP、Function Calling 的本质区别
9090- 如何在实战中设计优秀的 Skill
9191
92+ 在[ 《一文搞懂 Harness Engineering》] ( ./agent/harness-engineering.md ) (六层架构、上下文管理与一线团队实战)中,我会带你理解:
93+
94+ - Agent = Model + Harness,为什么说决定 Agent 天花板的是 Harness 而不是模型?
95+ - Harness 六层架构、上下文管理的 40% 阈值现象
96+ - OpenAI、Anthropic、Stripe 等一线团队的 Harness 工程化实战经验
97+
9298### 5. AI 编程面试准备
9399
94100AI 编程工具正在深刻改变开发者的工作方式。在面试中,你可能会被问到:
@@ -119,6 +125,7 @@ AI 编程工具正在深刻改变开发者的工作方式。在面试中,你
119125- [ 一文搞懂 AI Agent 核心概念] ( ./agent/agent-basis.md ) - 梳理 AI Agent 六代进化史,掌握 Agent Loop、Context Engineering、Tools 注册等核心概念
120126- [ 万字详解 Agent Skills] ( ./agent/skills.md ) - 深入理解 Skills 的设计理念,掌握 Skills 与 Prompt、MCP、Function Calling 的本质区别
121127- [ 万字拆解 MCP 协议,附带工程实践] ( ./agent/mcp.md ) - 理解 MCP 协议的核心概念、架构设计和生产级最佳实践
128+ - [ 一文搞懂 Harness Engineering:六层架构、上下文管理与一线团队实战] ( ./agent/harness-engineering.md ) - 深度解析 Harness Engineering,拆解 OpenAI、Anthropic、Stripe 等一线团队的 Agent 工程化实战经验
122129
123130### RAG(检索增强生成)
124131
You can’t perform that action at this time.
0 commit comments