image.png

structure|1️⃣ 三级笔记、思想框架

📝 三级笔记:Components of A Coding Agent

核心论点:Coding Agent 的能力不只来自模型本身,更来自包裹模型的「harness」系统——工具调用、上下文管理、记忆机制等外围工程,才是让 LLM 在实际编程场景中真正好用的关键。

一、为什么 Coding Agent ≠ 更好的模型

二、LLM → Reasoning Model → Agent:三层架构

三、为什么 Harness 如此重要

四、Coding Harness 的六大核心组件

组件 1:Live Repo Context(实时仓库上下文)

组件 2:Prompt Shape And Cache Reuse(提示结构与缓存复用)

组件 3:Tool Access and Use(工具访问与使用)

组件 4:Minimizing Context Bloat(最小化上下文膨胀)

"A lot of apparent 'model quality' is really context quality." ——这是 coding agent 设计中被低估的「无聊」部分

组件 5:Structured Session Memory(结构化会话记忆)

组件 6:Delegation With Bounded Subagents(有约束的子 agent 委派)

五、与 OpenClaw 的比较

六、思想框架

concepts|2️⃣ 关键概念、概念网络

一、核心概念解析 (Core Concepts)

二、概念网络 (Concept Network)

agentic reading|3️⃣ 费曼 x3