总结


图 0-1|四层市场结构:Harness 运行时层的定位

四层市场结构(Harness 运行时层的定位) 模块总结 · 基于本文 4.1 节分析绘制(上层向下层调用 / 依赖) 产品与应用层 AI IDE · Agent Platform · 垂直应用(Cursor、Dify 等) 竞争要素:场景贴合度 · 用户体验 · 租户与计费 经协议接入 协议与标准层 基金会 / 标准组织(AAIF、A2A、GB/Z 185—2026) 竞争要素:中立性 · 演进速度 · 生态规模 运行时互操作 Harness 运行时层(本规约对象) 厂商 SDK · 开源 CLI · 企业运行时(Claude Agent SDK、Codex CLI、ADK) 竞争要素:上下文策略 · 工具生态 · 沙箱强度 · 评估能力 调用基础模型 模型层 基础模型厂商(Anthropic、OpenAI、Google、国内厂商) 竞争要素:能力 · 成本 · 上下文长度 结构解读:四层各有竞争逻辑,Harness 运行时层是核心主战场——谁掌握运行时,谁握有轨迹数据。

数据来源:基于本文分析绘制的示意图。

1. 全局判断:AI Harness 当前所处的发展阶段

1.1. 阶段判定

判断:AI Harness 当前处于"第三代架构已确立、标准化窗口正在关闭、方法论尚未收敛"的阶段。

这个判定包含三个分句,缺一不可:

分句含义主要证据
第三代架构已确立Runtime & Evaluation-Centric 的核心特征(上下文工程 + 沙箱执行 + 轨迹评估 + 权限治理)已在头部产品中实现并被官方命名Anthropic 官方三篇工程博客;OpenAI《Harness engineering》;MCP / Skills 标准化
标准化窗口正在关闭事实标准已形成并被捐入中立治理,后入者难以再定义接口AAIF 成立(2025-12-09);MCP 生态 10,000+ 服务器、SDK 月下载 9,700 万次、AGENTS.md 60,000+ 项目
方法论尚未收敛关键设计问题仍无定论,厂商官方自陈"尚不清楚"单 agent vs 多 agent;能否推广到科研与金融建模;Harness 覆盖率如何度量

1.2. 判定依据

依据一 · 头部厂商已把 Harness 写进官方词汇表。

Anthropic 于 2025 年用 "harness" 描述 Claude Agent SDK,Mitchell Hashimoto 于 2026-02-05 命名 "Harness Engineering",OpenAI 于 2026-02-11 发布《Harness engineering》,martinfowler.com 于 2026-02 发布方法论体系文章。四个独立来源在同一个月内收敛,是概念成熟的标志。

依据二 · 已有百万行代码级别的工程实证。

OpenAI 的实验(A 级):约 100 万行代码、约 1,500 个 PR、3 名工程师(后扩至 7 名)、人均 3.5 PR/天、时间成本约为手写的 1/10、人类 0 行手写代码、单任务运行常超过 6 小时。

依据三 · 已有可量化的治理收益。

Anthropic 沙箱内部使用:权限提示减少 84%(A 级)。

依据四 · 生态规模已达基础设施级别。

MCP 10,000+ 公开服务器、Python + TypeScript SDK 月下载 9,700 万次、AGENTS.md 被 60,000+ 开源项目采用(A 级)。

依据五 · 标准化组织已介入。

AAIF(2025-12-09)与 A2A 捐赠 Linux Foundation(2025-06-23);中国以 GB/Z 185—2026 建立七部分闭环。

1.3. 阶段特征的四个表现

表现说明
概念命名滞后于实践约 12—18 个月上下文工程实践始于 2024-08,命名于 2025-06;Harness 产品实践始于 2025 初,命名于 2026-02
标准追认滞后于事实标准约 12 个月MCP 2024-11 发布、2025-12 捐赠;Skills 2025-10 发布、2025-12 转开放标准
评估成熟度显著低于执行成熟度L2/L6 已有官方完整实现与量化数据;L5 仍处"需要类似代码覆盖率的度量方法"的呼吁阶段
厂商自陈的开放问题多于已解问题Anthropic 公开承认单/多 agent 孰优"尚不清楚";能否外推到其他长周期任务"答案尚在摸索中"

2. 八条核心命题

2.1. 瓶颈已经外移

命题:制约智能体系统表现的瓶颈,已从模型内部转移到模型外部的工程环境。

支撑

来源原话等级
OpenAI"Our most difficult challenges now center on designing environments, feedback loops, and control systems."A
Anthropic"Harness design is key to performance at the frontier of agentic coding."A
Philipp Schmid(Google DeepMind)"Most agent failures are not model failures anymore, they are context failures."A

2.2. Harness 把不确定性转化为可预期性

命题:Harness 的定义性职责是把模型的概率性输出收窄到工程可接受的区间。

支撑:参数卡统一定义 + martinfowler.com 界定(Harness 是规格、质量检查与工作流指引的集合,是可被持续改进的中间层)+ Anthropic 沙箱数据(权限提示减少 84%,同时安全性提升)。

量化锚点:84%(A 级)。

2.3. 可验证性是 Harness 的第一价值

命题:Harness 让"模型能力"从主观感受变成可被回归验证的工程对象。

支撑

来源原则
SWE-bench程序化判分,"no partial credit for nice-looking code that fails the tests"
Terminal-Bench"either the automated tests pass or they do not"
Anthropic给 agent 配备浏览器自动化工具(如 Playwright MCP)让它像真人一样验证,显著提升表现

2.4. 治理与自主性是正和而非取舍

命题:约束不是自主性的对立面,而是自主性的前提。

支撑

证据数据等级
Anthropic 沙箱权限提示减少 84%,同时更安全A
OpenAI 架构约束"约束让速度成为可能,且架构不漂移"A
Codex Auto-review人工审批停止次数约为手动模式 1/200,审阅批准率约 99%B,

2.5. 标准化窗口正在关闭

命题:智能体接口的标准化已从"百家争鸣"进入"中立治理 + 事实标准锁定"阶段。

支撑

组织 / 标准关键数据等级
AAIF8 家 Platinum 成员;MCP 10,000+ 服务器;SDK 月下载 9,700 万次;AGENTS.md 60,000+ 项目A
A2A150+ 组织、v1.0、落地 Azure AI Foundry / Bedrock AgentCore / Google CloudA
GB/Z 185—2026全球首套系统性智能体互联标准体系,70 余家单位,7 部分闭环A

2.6. 采用已饱和,信任未跟上

命题:采用率与信任度之间的缺口,就是 Harness 的市场空间。

支撑(A 级,Stack Overflow 2025)

指标数值
正在使用或计划使用84%
不信任输出准确性46%
高度信任3.1%(资深开发者 2.6%)
最大挫败66% "AI 方案几乎对但不完全对"

补充(B 级):DORA 2025 显示 AI 采用与软件交付吞吐、产品性能正相关,但与交付稳定性负相关

2.7. 从 Prompt 到 Context 到 Harness 的三次外移

命题:关注点的迁移是层层叠加,不是相互替代。

阶段关注点隐喻
Prompt Engineering教模型怎么说话教员工怎么表达
Context Engineering保证它上班前装好信息给员工准备好资料
Harness Engineering给它搭一个能持续干活的工作环境给员工一套工位、流程与质控

不是替代,是层层叠加:今天写 Prompt 仍然必要,只是不再充分。

2.8. Harness 会变轻,但不会消失

命题:模型变强会裁撤一部分 Harness 设计,但不会消灭 Harness。

支撑

  • Anthropic 官方自陈正在"随模型能力提升动态裁撤冗余 Harness 设计"(A 级);
  • 但同时,模型与特定 Harness 的后训练耦合造成了"改变工具逻辑反而让模型表现变差"——这强化了 Harness 设计的重要性(A 级);
  • martinfowler.com:"A good harness should not necessarily aim to fully eliminate human input, but to direct it to where our input is most important."(A 级)

结论:Harness 会变轻,会改构成,但不会消失。


3. 对六大行业组的启示

3.1. 总体启示

无论哪个行业组,落地 AI Harness 时都应遵循同一条路径,只是每层的具体形态不同:

通用要求行业差异点
L1把领域知识做成"可按需加载"的结构化资产,而非一次性注入知识的载体形态(代码 / 图纸 / 文档 / 数据表 / 素材 / 法规)
L2工具要少而明确,执行要有沙箱边界工具集的构成与副作用风险
L3按任务确定性程度选择编排形态(确定性工作流 vs 自主循环)流程的可确定性程度
L4状态必须外化到文件系统 / 版本库,不依赖上下文堆积工件的形态与版本管理方式
L5必须建立领域专属评估集与判据,且评估者与被评估者分离判据的可机械化程度
L6把行业合规红线写进机械强制规则合规要求的来源与强制力

一条跨行业的通用原则:先建 L5(评估),再扩 L2(工具)。没有判据就无法判断工具增减是否有效——Vercel 之所以敢把工具从 15 个砍到 2 个,前提是他们有准确率这个判据(C 级)。

3.2. 软件工程组

  • 成熟度:最高。第三代架构的所有官方实证(Claude Code、Codex CLI、OpenAI 百万行代码实验)都来自这一领域。
  • 关键启示:把 AGENTS.md 当作"地图"而非"百科全书"(约 100 行 + 结构化 docs/),把 linter 错误消息写成向 agent 注入的修复指令。
  • 最需补强:L5 评估层——从"跑通测试"升级到"轨迹级评估与 Harness 覆盖率"。
  • 风险点:过度依赖被后训练耦合的特定 Harness 结构;架构硬编码导致的"苦涩教训"式返工。

3.3. 硬件研发组

  • 特点:迭代周期长、工具链专业(EDA、仿真、验证)、错误代价极高、判据高度机械化(形式验证、时序收敛、UVM 覆盖率)。
  • 关键启示:L5 层天然具备优势——硬件验证领域已有成熟的覆盖率驱动验证方法论,可直接移植为 Harness 的评估层;L2 层的沙箱隔离对保护 IP 与工艺库尤为关键。
  • 最需补强:L1 上下文工程——硬件设计上下文远超代码规模,压缩与索引策略是成败关键。
  • 风险点:工具调用副作用不可逆(如流片相关操作),L6 治理需设置硬性人工闸门。

3.4. 知识协同组

  • 特点:任务是文档、流程与协作,判据主观性强,失败代价低但错误传播广。
  • 关键启示:L4 记忆与状态层是核心——跨会话的知识沉淀与检索;L1 层应重点投入 Select(精准检索)与 Isolate(子 agent 隔离)。
  • 最需补强:L5 评估——主观任务正是 Anthropic 所指出的 self-evaluation bias 高发区,必须采用独立 Evaluator + 多维权值
  • 风险点:上下文投毒(context poisoning)在知识场景危害最大——错误信息一旦进入长期记忆会持续传播。

3.5. 数据科学组

  • 特点:探索性强、需要大量并行试错、部分场景涉及 HPC 与 AI4S、判据部分可机械化(指标)部分不可(洞见质量)。
  • 关键启示:L3 层应大量使用子 agent 派发——Anthropic 官方参数(子 agent 花数万 token,只回传 1,000~2,000 tokens 摘要)天然适配并行探索;L6 层需要预算护栏,防止探索成本失控。
  • 最需补强:L4 状态层——实验状态、中间产物与可复现性记录。
  • 风险点:长时运行(类比"单任务超 6 小时")下的中断恢复与成本控制。

3.6. 创意产业组

  • 特点:判据高度主观、无二值答案、产出难以自动验证。
  • 关键启示:这是六组中最需要"评估者与被评估者分离"的一组——Anthropic 明确指出,self-evaluation bias 在"无二值判据的主观任务(如设计)"上尤其突出。建议采用 Planner / Generator / Evaluator 三角色 + 多维权值硬阈值。
  • 最需补强:L5 评估层的人工在环设计——不是让人改产物(in the loop),而是让人改产生产物的 Harness(on the loop)。
  • 风险点:把主观质量错误地简化为可机械验证的代理指标,导致指标上升而质量下降。

3.7. 风险合规组

  • 特点:判据来自外部法规与内部制度,合规是硬约束,审计可追溯性优先于效率。
  • 关键启示:L6 治理层是主体而非配角。三条可操作建议:
  1. 把合规红线写成机械强制规则(类比 OpenAI 的自定义 linter),而非提示词要求;
  2. 采用三级配置作用域(项目级 / 用户级 / 组织级),组织级 managed settings 用于强制下发;
  3. 凭据保护(文件 deny / 环境变量 deny / mask)应作为默认配置而非可选项。
  • 最需关注GB/Z 185—2026 第 2、3 部分(身份码与身份管理)——官方已明确"适时推进身份码相关标准向强制性国家标准转化",并加快智能体审计标准研制。在中国境内运营的 Harness 产品应提前布局身份码兼容性与审计留痕能力。
  • 风险点:把可观测性(L5)与审计(L6)混为一谈——前者服务于优化,后者服务于举证,两者的留存期限、不可篡改要求与访问主体都不同。

4. 对市场格局的判断

4.1. 四层市场结构

层级参与者类型竞争要素代表
模型层基础模型厂商能力、成本、上下文长度Anthropic、OpenAI、Google、国内厂商
Harness 运行时层厂商 SDK / 开源 CLI / 企业运行时上下文策略、工具生态、沙箱强度、评估能力Claude Agent SDK、Codex CLI、ADK
协议与标准层基金会 / 标准组织中立性、演进速度、生态规模AAIF(MCP / AGENTS.md / goose)、A2A、GB/Z 185—2026
产品与应用层AI IDE、Agent Platform、垂直应用场景贴合度、用户体验、租户与计费Cursor、Dify 等

4.2. 三条主要竞争路线

路线特征优势劣势
模型厂商一体化模型 + 专属 Harness 联合交付与后训练性能优化空间大;用户体验一致锁定风险;与自有 Harness 过拟合
中立协议 + 多运行时协议标准化,运行时多家竞争生态最大;避免单一厂商锁定演进可能僵化;实现分化
垂直场景深度集成面向特定行业做端到端 Harness贴合业务;壁垒高通用性弱;需重做 L5 评估

4.3. 竞争格局判断

判断一 · 模型厂商向 Harness 延伸是主流方向。

Anthropic 与 OpenAI 均已同时提供模型与 Harness;国内亦有厂商组建 Harness 团队的动向(C 级)。这条路线的技术依据是模型与 Harness 的后训练耦合——谁控制了 Harness,谁就掌握了轨迹数据,而轨迹数据正在成为竞争壁垒(B 级)。

判断二 · 协议层的中立治理已不可逆转,但存在"事实标准压倒法律标准"的风险。

Linux Foundation 执行总监 Jim Zemlin 已公开承认这一风险,并以 Kubernetes 类比"dominance emerges from merit and not vendor control"。对采用方的实践含义是:即使有开放标准,也要为"某一家实现成为默认"做准备

判断三 · 中国市场将出现身份层面的合规门槛。

GB/Z 185—2026 以身份码为核心抓手,且已规划向强制性国标转化,同时加快智能体审计、智能体交易标准研制。判断:在中国境内,"能否接入国家智能体身份体系"将成为 Harness 产品的准入条件之一,这与欧美以协议互操作性为核心的竞争维度显著不同。

判断四 · Harness 层独立的市场规模尚无权威测算。

本次调研未检索到针对 Harness 层本身的权威市场规模数据,属 [待填写]。现有的生成式 AI 市场预测口径差异近一个数量级(Grand View Research 2033 年约 3,247 亿美元 vs Bloomberg Intelligence 2032 年约 2.3 万亿美元,均 ),不建议作为决策依据。


5. 未竟之问

以下问题是厂商与研究者公开自陈尚未解决的,但恰恰定义了下一代 Harness 的议程。本工程不做推测性回答,仅如实记录:

来自 Anthropic 官方(A 级)

  1. 单个通用编码代理是否总是最优,还是拆成测试、QA、清理等专职代理的多代理架构更好——官方坦承"目前尚不清楚"。
  2. 这些经验能否推广到科学研究或金融建模等其他长周期任务——官方称"答案尚在摸索中"。

来自 martinfowler.com(A 级)

  1. Harness 变大后,如何保持 guides(前馈控制)与 sensors(反馈控制)同步而不自相矛盾?
  2. 当指令与反馈信号冲突时,能在多大程度上信任 agent 的取舍?
  3. 传感器从不触发——这是高质量的标志,还是检测机制不足的标志?
  4. 我们需要类似代码覆盖率和变异测试的 Harness 覆盖率与质量评估方法。

来自 Dex Horthy(B 级)

  1. 最好的 eval 可能是"让模型在不知道下一步是什么的情况下,在一个代码库里连续构建 20 个功能"。

来自本工程的观察(判断)

  1. 当模型与特定 Harness 结构深度后训练耦合后,"更换 Harness"的成本会如何变化?这决定了未来 Harness 是可替换的中间件,还是锁定的基础设施。
  2. 中美两套身份体系(A2A Signed Agent Cards 与 GB/Z 身份码)是否会互认?这决定了全球智能体网络是一张网还是两张网。

6. 结语

回顾本模块五篇文档构成的论证链:

  • 01-介绍确立了 AI Harness 是什么——把模型的不确定性转化为工程可预期性的承载层,六层能力模型是它的解剖图;
  • 02-发展历史解释了它从哪来——瓶颈从模型内部持续外移,每一代把前一代的手工活沉淀为默认能力;
  • 03-架构演进描述了它现在什么样——上下文工程、沙箱执行、轨迹评估、权限治理四根支柱,已有百万行代码级别的实证;
  • 04-未来发展判断了它往哪去——技术上变轻但不消失,标准上窗口正在关闭,产业上信任缺口即市场空间;
  • 05-总结收敛为判断与启示——八条核心命题、六大行业组的差异化路径、四层市场结构的格局判断。

如果只能留下三句话,那就是:

  1. 瓶颈已经从模型内部转移到模型外部——这不是修辞,而是两家头部实验室在 2026 年初的同一判断。
  2. 约束即能力——84% 的权限提示削减与 3.5 PR/人日的吞吐,都来自更好的约束,而非更少的约束。
  3. 我们正处在标准化窗口关闭、方法论尚未收敛的窗口期——这是过去三年和未来三年之间,最值得把握的一段。

7. 信息缺口声明

本文件为总结性文档,其全部论据均引自前四篇,因此完整继承前四篇的信息缺口。此处仅汇总最关键的七条:

  1. ISO/IEC 层面的智能体互联国际标准:未检索到已发布或已立项的标准编号,暂无权威信息。这直接影响第 4.3 节全球市场格局判断的完整性。
  2. "Agent Harness"术语的首创者与首次出现出处:未找到确切一手文献,暂无权威信息
  3. LangChain《The Anatomy of an Agent Harness》原文与发布日:未检索到原文,暂无权威信息
  4. Terminal-Bench 官方榜单数据:官方站未直接抓取,本文件未引用具体榜单数字,相关数字见 03-架构演进.md 并标 。
  5. DORA 2025 与 McKinsey《The State of AI 2025》官方 URL:未验证可访问性;第 2.6 节引用的 DORA 结论标 。
  6. 本文件引用的待核实数字:Codex Auto-review 的 1/200 与 99%;Vercel 工具裁剪实验;中国厂商动向(DeepSeek、小米、灵犀智涌);Claude 2026 年各版本时间线。
  7. Harness 层自身市场规模:本次调研未检索到权威测算,属 [待填写]

8. 参考资料

  1. Harness design for long-running application development — Anthropic,2026。https://www.anthropic.com/engineering/harness-design-long-running-apps
  2. Effective harnesses for long-running agents — Anthropic,2025。https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents
  3. Effective context engineering for AI agents — Anthropic,2025。https://www.anthropic.com/engineering/effective-context-engineering-for-ai-agents
  4. Sandboxing: a safer and more autonomous approach — Anthropic,2025。https://www.anthropic.com/engineering/claude-code-sandboxing
  5. Harness engineering: leveraging Codex in an agent-first world — OpenAI,2026-02-11。https://openai.com/index/harness-engineering/
  6. Harness engineering for coding agent users — Birgitta Böckeler,martinfowler.com,2026。https://martinfowler.com/articles/harness-engineering.html
  7. Humans and Agents in Software Engineering Loops — martinfowler.com,2026。https://martinfowler.com/articles/exploring-gen-ai/humans-and-agents.html
  8. My AI Adoption Journey — Mitchell Hashimoto,2026-02-05。https://mitchellh.com/writing/my-ai-adoption-journey
  9. Linux Foundation Announces the Formation of the AAIF — Linux Foundation / AAIF,2025-12-09。https://aaif.io/
  10. A year of open collaboration: Celebrating the anniversary of A2A — Google Open Source Blog,2026-04-16。https://opensource.googleblog.com/
  11. 2025 Stack Overflow Developer Survey — Stack Overflow,2025-07-29。https://survey.stackoverflow.co/2025/
  12. AI Adoption Stats & Trends(DORA / McKinsey / JetBrains 汇总)— daily.dev,2026-07-19。https://daily.dev/agentic-ai-hub/ai-adoption-stats-trends/
  13. SWE-bench 官方站 — Princeton / 社区。https://www.swebench.com/
  14. Terminal-Bench — Stanford / Laude Institute。https://www.tbench.ai/
  15. 《人工智能 智能体互联》系列国家标准解读 — 中国产业经济信息网,2026。https://cinic.org.cn/xw/zcdt/1643418.html
  16. 《人工智能 智能体互联》系列国家标准(发布报道)— 人民网,2026-07-09。https://finance-app.people.cn/n1/2026/0709/c1004-40757059.html
  17. GB/Z 185—2026 落地:长三角智能体身份码节点首批发放 — 中国日报,2026-09-04。https://cn.chinadaily.com.cn/a/202609/04/WS6a9a6773e4b09a165c788098.html
  18. Agent Harness:2026 年 AI 工程的核心范式 — 腾讯云开发者社区,2026。https://developer.cloud.tencent.com/article/2698416
  19. Model Context Protocol 官方站与规范 — MCP / AAIF。https://modelcontextprotocol.io/
  20. MCP Protocol Versions — MCP Ruby SDK,2026。https://ruby.sdk.modelcontextprotocol.io/protocol-versions/

Summary

图 0-1|四层市场结构:Harness 运行时层的定位

四层市场结构(Harness 运行时层的定位) 模块总结 · 基于本文 4.1 节分析绘制(上层向下层调用 / 依赖) 产品与应用层 AI IDE · Agent Platform · 垂直应用(Cursor、Dify 等) 竞争要素:场景贴合度 · 用户体验 · 租户与计费 经协议接入 协议与标准层 基金会 / 标准组织(AAIF、A2A、GB/Z 185—2026) 竞争要素:中立性 · 演进速度 · 生态规模 运行时互操作 Harness 运行时层(本规约对象) 厂商 SDK · 开源 CLI · 企业运行时(Claude Agent SDK、Codex CLI、ADK) 竞争要素:上下文策略 · 工具生态 · 沙箱强度 · 评估能力 调用基础模型 模型层 基础模型厂商(Anthropic、OpenAI、Google、国内厂商) 竞争要素:能力 · 成本 · 上下文长度 结构解读:四层各有竞争逻辑,Harness 运行时层是核心主战场——谁掌握运行时,谁握有轨迹数据。

数据来源:基于本文分析绘制的示意图。

1. Overall Assessment: The Current Stage of AI Harness Development

1.1. Stage Determination

Assessment: AI Harness is currently at the stage where "the third-generation architecture has been established, the standardization window is closing, and the methodology has not yet converged."

This assessment comprises three clauses, and all three are indispensable:

ClauseMeaningPrimary Evidence
Third-generation architecture establishedThe core characteristics of Runtime & Evaluation-Centric (context engineering + sandboxed execution + trajectory evaluation + permission governance) have been implemented in leading products and officially namedThree official Anthropic engineering blog posts; OpenAI's Harness engineering; MCP / Skills standardization
Standardization window closingDe facto standards have formed and been donated to neutral governance; late entrants can no longer easily define the interfaceAAIF established (2025-12-09); MCP ecosystem of 10,000+ servers, 97 million monthly SDK downloads, AGENTS.md in 60,000+ projects
Methodology not yet convergedKey design questions remain unsettled; vendors admit officially they "do not yet know"Single agent vs. multi-agent; whether it generalizes to research and financial modeling; how to measure Harness coverage

1.2. Basis for the Assessment

Basis One · Leading vendors have written Harness into their official vocabulary.

In 2025 Anthropic used "harness" to describe the Claude Agent SDK; Mitchell Hashimoto named "Harness Engineering" on 2026-02-05; OpenAI published Harness engineering on 2026-02-11; and martinfowler.com published a methodology-architecture article in February 2026. Four independent sources converged within the same month, a marker that the concept has matured.

Basis Two · There is already engineering evidence at the million-line-of-code scale.

OpenAI's experiment (Grade A): roughly 1 million lines of code, about 1,500 PRs, 3 engineers (later expanded to 7), 3.5 PRs/person/day, time cost roughly 1/10 of handwritten work, 0 lines of human-written code, and single-task runs often exceeding 6 hours.

Basis Three · There are already quantifiable governance benefits.

Anthropic's internal sandbox usage: a 84% reduction in permission prompts (Grade A).

Basis Four · The ecosystem has already reached infrastructure scale.

10,000+ public MCP servers, 97 million monthly downloads of the Python + TypeScript SDKs, and AGENTS.md adopted by 60,000+ open-source projects (Grade A).

Basis Five · Standardization organizations have become involved.

AAIF (2025-12-09) and A2A donated to the Linux Foundation (2025-06-23); China established a seven-part closed loop with GB/Z 185—2026.

1.3. Four Manifestations of the Stage's Characteristics

ManifestationDescription
Naming of concepts lags practice by about 12–18 monthsContext-engineering practice began 2024-08, named 2025-06; Harness product practice began early 2025, named 2026-02
Standard ratification lags de facto standards by about 12 monthsMCP released 2024-11, donated 2025-12; Skills released 2025-10, moved to an open standard 2025-12
Evaluation maturity is significantly lower than execution maturityL2/L6 already have official full implementations and quantitative data; L5 is still at the advocacy stage of "needing something like a code-coverage measurement method"
Vendors admit more open questions than solved onesAnthropic publicly admits it "does not yet know" whether single- vs. multi-agent is better; whether it extrapolates to other long-horizon tasks "the answer is still being explored"

2. Eight Core Propositions

2.1. The Bottleneck Has Already Moved Outward

Proposition: The bottleneck constraining agent-system performance has shifted from inside the model to the engineering environment outside the model.

Support:

SourceQuoteGrade
OpenAI"Our most difficult challenges now center on designing environments, feedback loops, and control systems."A
Anthropic"Harness design is key to performance at the frontier of agentic coding."A
Philipp Schmid (Google DeepMind)"Most agent failures are not model failures anymore, they are context failures."A

2.2. Harness Turns Uncertainty into Predictability

Proposition: Harness's defining responsibility is to narrow the model's probabilistic output down to an interval acceptable to engineering.

Support: A unified parameter-card definition + martinfowler.com's delineation (Harness is a collection of specifications, quality checks, and workflow guidance — an intermediate layer that can be continuously improved) + Anthropic sandbox data (permission prompts reduced by 84%, while safety improved).

Quantitative Anchor: 84% (Grade A).

2.3. Verifiability Is Harness's First Value

Proposition: Harness turns "model capability" from a subjective impression into an engineering object that can be verified through regression.

Support:

SourcePrinciple
SWE-benchProgrammatic scoring, "no partial credit for nice-looking code that fails the tests"
Terminal-Bench"either the automated tests pass or they do not"
AnthropicGiving agents browser automation tools (e.g., Playwright MCP) so they can verify like a human does, markedly improving performance

2.4. Governance and Autonomy Are a Positive-Sum Game, Not a Trade-off

Proposition: Constraint is not the opposite of autonomy; it is the precondition for autonomy.

Support:

EvidenceDataGrade
Anthropic sandboxPermission prompts reduced by 84%, while remaining saferA
OpenAI architecture constraint"Constraints make speed possible, and the architecture does not drift"A
Codex Auto-reviewHuman approval interruptions roughly 1/200 of manual mode; review approval rate about 99%B,

2.5. The Standardization Window Is Closing

Proposition: The standardization of agent interfaces has moved from "a hundred schools contending" into the stage of "neutral governance + locking in de facto standards."

Support:

Organization / StandardKey DataGrade
AAIF8 Platinum members; MCP 10,000+ servers; 97 million monthly SDK downloads; AGENTS.md in 60,000+ projectsA
A2A150+ organizations, v1.0, landed in Azure AI Foundry / Bedrock AgentCore / Google CloudA
GB/Z 185—2026The world's first systematic agent-interconnection standard system; 70+ organizations; a 7-part closed loopA

2.6. Adoption Has Saturated, but Trust Has Not Caught Up

Proposition: The gap between adoption rate and trust is Harness's market opportunity.

Support (Grade A, Stack Overflow 2025):

MetricValue
Currently using or planning to use84%
Do not trust output accuracy46%
High trust3.1% (senior developers 2.6%)
Biggest frustration66% "AI solutions are almost right but not quite"

Supplementary (Grade B, ): DORA 2025 shows AI adoption positively correlated with software delivery throughput and product performance, but negatively correlated with delivery stability.

2.7. Three Shifts Outward: From Prompt to Context to Harness

Proposition: The migration of focus is a layered accumulation, not a replacement of one by the other.

StageFocusMetaphor
Prompt EngineeringTeaching the model how to speakTeaching employees how to express themselves
Context EngineeringEnsuring it has the information loaded before it starts workPreparing the materials for employees
Harness EngineeringBuilding it a work environment that can keep working continuouslyGiving employees a workstation, processes, and quality control

Not a Replacement, but Layered Accumulation: Writing prompts today is still necessary — it is simply no longer sufficient.

2.8. Harness Will Become Lighter, but It Will Not Disappear

Proposition: Stronger models will trim away part of the Harness design, but they will not eliminate Harness.

Support:

  • Anthropic officially admits it is "dynamically trimming redundant Harness designs as model capabilities improve" (Grade A);
  • At the same time, the post-training coupling between the model and a specific Harness has produced the situation where "changing the tool logic actually makes the model perform worse" — which reinforces the importance of Harness design (Grade A);
  • martinfowler.com: "A good harness should not necessarily aim to fully eliminate human input, but to direct it to where our input is most important." (Grade A)

Conclusion: Harness will become lighter, and its composition will change, but it will not disappear.


3. Implications for the Six Industry Groups

3.1. Overall Implications

No matter which industry group, deploying AI Harness should follow the same path, with only the concrete form of each layer differing:

LayerGeneral RequirementIndustry Difference
L1Turn domain knowledge into a structured asset that can be "loaded on demand," not injected onceThe carrier form of knowledge (code / drawings / documents / data tables / assets / regulations)
L2Tools should be few and clearly defined; execution should have sandbox boundariesThe composition of the tool set and the risk of side effects
L3Choose the orchestration form by task-determinism (deterministic workflow vs. autonomous loop)The degree to which the process is deterministic
L4State must be externalized to the file system / version repository, not dependent on accumulated contextThe form of artifacts and how they are version-managed
L5Must build a domain-specific evaluation set and criteria, with evaluator separated from evaluateeThe degree to which the criteria can be mechanized
L6Write industry compliance red lines into mechanically enforced rulesThe source of compliance requirements and their enforceability

One cross-industry general principle: Build L5 (evaluation) first, then expand L2 (tools). Without criteria you cannot tell whether adding or removing tools is effective — the reason Vercel dared to cut its tools from 15 to 2 is precisely that they had an accuracy criterion (Grade C, ).

3.2. Software Engineering Group

  • Maturity: The highest. All official evidence for the third-generation architecture (Claude Code, Codex CLI, OpenAI's million-line experiment) comes from this domain.
  • Key implication: Treat AGENTS.md as a "map" rather than an "encyclopedia" (about 100 lines + a structured docs/), and write linter error messages as repair instructions injected into agents.
  • What most needs strengthening: The L5 evaluation layer — moving from "passing tests" to "trajectory-level evaluation and Harness coverage."
  • Risk: Over-reliance on the specific Harness structure that is post-training coupled; "bitter lesson"-style rework caused by hard-coded architecture.

3.3. Hardware Development Group

  • Characteristics: Long iteration cycles, specialized toolchains (EDA, simulation, verification), extremely high error cost, and highly mechanized criteria (formal verification, timing convergence, UVM coverage).
  • Key implication: The L5 layer has a natural advantage here — hardware verification already has a mature coverage-driven verification methodology that can be transplanted directly into Harness's evaluation layer; L2's sandbox isolation is especially critical for protecting IP and process libraries.
  • What most needs strengthening: L1 context engineering — hardware design context far exceeds code in scale, so compression and indexing strategies decide success or failure.
  • Risk: Tool-invocation side effects are irreversible (e.g., tape-out-related operations), so L6 governance must set hard human gates.

3.4. Knowledge Collaboration Group

  • Characteristics: The tasks are documents, processes, and collaboration; criteria are highly subjective; failure cost is low but errors spread widely.
  • Key implication: The L4 memory and state layer is the core — cross-session knowledge accumulation and retrieval; the L1 layer should invest mainly in Select (precise retrieval) and Isolate (sub-agent isolation).
  • What most needs strengthening: L5 evaluation — subjective tasks are exactly the zone where the self-evaluation bias that Anthropic points to is most prevalent, so it must use an independent Evaluator + multi-dimensional weights.
  • Risk: Context poisoning does the most harm in knowledge scenarios — once false information enters long-term memory it keeps propagating.

3.5. Data Science Group

  • Characteristics: Highly exploratory, requires extensive parallel trial-and-error, some scenarios involve HPC and AI4S, and criteria are partly mechanizable (metrics) and partly not (quality of insights).
  • Key implication: The L3 layer should make heavy use of sub-agent dispatch — Anthropic's official parameters (a sub-agent spends tens of thousands of tokens and returns only a 1,000–2,000 token summary) are a natural fit for parallel exploration; the L6 layer needs budget guardrails to keep exploration costs from spiraling out of control.
  • What most needs strengthening: The L4 state layer — experiment state, intermediate artifacts, and reproducibility records.
  • Risk: Interruption recovery and cost control under long-running execution (analogous to "single tasks exceeding 6 hours").

3.6. Creative Industry Group

  • Characteristics: Criteria are highly subjective, there is no binary answer, and outputs are hard to verify automatically.
  • Key implication: This is the group among all six that most needs "separating the evaluator from the evaluatee" — Anthropic explicitly notes that self-evaluation bias is especially pronounced in "subjective tasks without a binary criterion (e.g., design)." The recommendation is a Planner / Generator / Evaluator three-role setup plus a hard threshold on multi-dimensional weights.
  • What most needs strengthening: Human-on-the-loop design of the L5 evaluation layer — not having humans fix the artifacts (in the loop), but having humans fix the Harness that produces the artifacts (on the loop).
  • Risk: Incorrectly reducing subjective quality to mechanically verifiable proxy metrics, causing metrics to rise while quality falls.

3.7. Risk & Compliance Group

  • Characteristics: Criteria come from external regulations and internal policies; compliance is a hard constraint; audit traceability takes priority over efficiency.
  • Key implication: The L6 governance layer is the protagonist, not a supporting player. Three actionable recommendations:
  1. Write compliance red lines as mechanically enforced rules (analogous to OpenAI's custom linter), rather than as prompt requirements;
  2. Adopt a three-level configuration scope (project-level / user-level / organization-level), with organization-level managed settings used for mandatory rollout;
  3. Credential protection (file deny / environment-variable deny / mask) should be the default configuration, not an option.
  • Most critical to watch: Parts 2 and 3 of GB/Z 185—2026 (identity codes and identity management) — the authorities have made clear they will "advance the conversion of identity-code-related standards into mandatory national standards in due course," and are accelerating the development of agent audit standards. Harness products operating within China should prepare early for identity-code compatibility and audit-trail capabilities.
  • Risk: Conflating observability (L5) with auditing (L6) — the former serves optimization, the latter serves evidence; the two differ in retention period, tamper-resistance requirements, and access subjects.

4. Assessment of the Market Landscape

4.1. A Four-Layer Market Structure

LayerParticipant TypeCompetitive FactorRepresentatives
Model layerFoundation model vendorsCapability, cost, context lengthAnthropic, OpenAI, Google, domestic vendors
Harness runtime layerVendor SDKs / open-source CLIs / enterprise runtimesContext strategy, tool ecosystem, sandbox strength, evaluation capabilityClaude Agent SDK, Codex CLI, ADK
Protocol and standards layerFoundations / standards organizationsNeutrality, speed of evolution, ecosystem scaleAAIF (MCP / AGENTS.md / goose), A2A, GB/Z 185—2026
Product and application layerAI IDEs, Agent Platforms, vertical applicationsScenario fit, user experience, tenancy and billingCursor, Dify, etc.

4.2. Three Main Competitive Routes

RouteCharacteristicsAdvantagesDisadvantages
Vendor-integrated model + HarnessModel + proprietary Harness delivered and post-trained togetherLarge performance-optimization headroom; consistent user experienceLock-in risk; overfitting to one's own Harness
Neutral protocol + multiple runtimesStandardized protocol, competing runtimes from many vendorsLargest ecosystem; avoids single-vendor lock-inEvolution can ossify; divergent implementations
Deep integration in vertical scenariosEnd-to-end Harness for a specific industryClose to the business; high moatWeak generality; must redo L5 evaluation

4.3. Competitive Landscape Assessment

Judgment One · Model vendors extending into Harness is the mainstream direction.

Both Anthropic and OpenAI already provide models and Harness together; there are also signs of domestic vendors forming Harness teams (Grade C, ). The technical basis for this route is the post-training coupling between model and Harness — whoever controls the Harness controls the trajectory data, and trajectory data is becoming a competitive moat (Grade B).

Judgment Two · Neutral governance of the protocol layer is irreversible, but there is a risk that "de facto standards outweigh legal standards."

Linux Foundation Executive Director Jim Zemlin has publicly acknowledged this risk, drawing the Kubernetes analogy that "dominance emerges from merit and not vendor control." The practical implication for adopters is: even with open standards, prepare for "one particular implementation becoming the default."

Judgment Three · The Chinese market will see a compliance threshold at the identity level.

GB/Z 185—2026 takes the identity code as its core lever, has already planned conversion to mandatory national standards, and is simultaneously accelerating the drafting of agent-audit and agent-transaction standards. Assessment: within China, "whether one can connect to the national agent identity system" will become one of the admission conditions for Harness products, which is markedly different from the protocol-interoperability-centric competitive dimension in Europe and the US.

Judgment Four · There is no authoritative measurement of the market size of the Harness layer itself.

This research did not find authoritative market-size data for the Harness layer itself, so it is marked [待填写]. Existing generative-AI market forecasts differ by nearly an order of magnitude (Grand View Research about $324.7 billion in 2033 vs. Bloomberg Intelligence about $2.3 trillion in 2032, both ), and are not recommended as a basis for decisions.


5. Open Questions

The following questions are ones that vendors and researchers have publicly admitted are unsolved, yet they precisely define the agenda for the next generation of Harness. This project does not offer speculative answers; it only records them faithfully:

From Anthropic officially (Grade A)

  1. Is a single general-purpose coding agent always optimal, or is a multi-agent architecture split into specialized agents for testing, QA, cleanup, etc. better — the authorities frankly admit "it is not yet clear."
  2. Can these lessons generalize to other long-horizon tasks such as scientific research or financial modeling — the authorities say "the answer is still being explored."

From martinfowler.com (Grade A)

  1. As a Harness grows, how do we keep guides (feed-forward control) and sensors (feedback control) in sync without contradicting each other?
  2. When instructions conflict with feedback signals, to what extent can we trust the agent's trade-offs?
  3. A sensor that never fires — is that a sign of high quality, or a sign of inadequate detection?
  4. We need Harness coverage and quality-evaluation methods analogous to code coverage and mutation testing.

From Dex Horthy (Grade B)

  1. The best eval may be "having the model, without knowing what the next step is, continuously build 20 features in a single codebase."

From this project's observation (assessment)

  1. Once the model is deeply post-training coupled to a particular Harness structure, how will the cost of "swapping out the Harness" change? This determines whether the future Harness is replaceable middleware or locked-in infrastructure.
  2. Will the two identity systems of China and the US (A2A Signed Agent Cards and the GB/Z identity code) recognize each other? This determines whether the global agent network is one network or two.

6. Conclusion

Reviewing the argument chain composed of the five documents in this module:

  • 01-Introduction establishes what AI Harness is — the carrying layer that turns the model's uncertainty into engineering predictability, with the six-layer capability model as its anatomy;
  • 02-Development History explains where it came from — the bottleneck has kept moving outward from inside the model, and each generation settles the previous generation's manual work into default capability;
  • 03-Architecture Evolution describes what it is like now — four pillars of context engineering, sandboxed execution, trajectory evaluation, and permission governance, with evidence already at the million-line scale;
  • 04-Future Development assesses where it is going — technically becoming lighter but not disappearing, the standardization window closing, and the trust gap in industry being the market opportunity;
  • 05-Summary converges into assessments and implications — eight core propositions, differentiated paths for the six industry groups, and a landscape judgment of the four-layer market structure.

If only three sentences could remain, they would be:

  1. The bottleneck has already moved from inside the model to outside the model — this is not rhetoric, but the same judgment reached by two leading labs in early 2026.
  2. Constraint is capability — the 84% reduction in permission prompts and the 3.5 PRs/person/day throughput both come from better constraints, not fewer ones.
  3. We are in the window where standardization is closing while the methodology has not yet converged — the stretch most worth seizing between the past three years and the next three.

7. Information-Gap Statement

This document is a summary; all of its arguments are drawn from the preceding four documents, so it fully inherits their information gaps. Here we only aggregate the seven most critical ones:

  1. International standards for agent interconnection at the ISO/IEC level: no published or registered standard number was found; there is no authoritative information. This directly affects the completeness of the global market-landscape judgment in Section 4.3.
  2. The originator and first occurrence of the term "Agent Harness": no definitive primary source was found; there is no authoritative information.
  3. The original text and publication date of LangChain's "The Anatomy of an Agent Harness": no original text was found; there is no authoritative information.
  4. Official Terminal-Bench leaderboard data: the official site was not scraped directly; this document does not cite specific leaderboard figures — the relevant numbers are in 03-架构演进.md and marked .
  5. Official URLs for DORA 2025 and McKinsey's "The State of AI 2025": accessibility was not verified; the DORA conclusion cited in Section 2.6 is marked .
  6. The to-be-verified figures cited in this document: Codex Auto-review's 1/200 and 99%; the Vercel tool-trimming experiment; domestic vendor moves (DeepSeek, Xiaomi, Lingxi Zhiyong); and the 2026 release timeline of the various Claude versions.
  7. The market size of the Harness layer itself: this research found no authoritative measurement, so it is marked [待填写].

8. References

  1. Harness design for long-running application development — Anthropic, 2026. https://www.anthropic.com/engineering/harness-design-long-running-apps
  2. Effective harnesses for long-running agents — Anthropic, 2025. https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents
  3. Effective context engineering for AI agents — Anthropic, 2025. https://www.anthropic.com/engineering/effective-context-engineering-for-ai-agents
  4. Sandboxing: a safer and more autonomous approach — Anthropic, 2025. https://www.anthropic.com/engineering/claude-code-sandboxing
  5. Harness engineering: leveraging Codex in an agent-first world — OpenAI, 2026-02-11. https://openai.com/index/harness-engineering/
  6. Harness engineering for coding agent users — Birgitta Böckeler, martinfowler.com, 2026. https://martinfowler.com/articles/harness-engineering.html
  7. Humans and Agents in Software Engineering Loops — martinfowler.com, 2026. https://martinfowler.com/articles/exploring-gen-ai/humans-and-agents.html
  8. My AI Adoption Journey — Mitchell Hashimoto, 2026-02-05. https://mitchellh.com/writing/my-ai-adoption-journey
  9. Linux Foundation Announces the Formation of the AAIF — Linux Foundation / AAIF, 2025-12-09. https://aaif.io/
  10. A year of open collaboration: Celebrating the anniversary of A2A — Google Open Source Blog, 2026-04-16. https://opensource.googleblog.com/
  11. 2025 Stack Overflow Developer Survey — Stack Overflow, 2025-07-29. https://survey.stackoverflow.co/2025/
  12. AI Adoption Stats & Trends (aggregating DORA / McKinsey / JetBrains) — daily.dev, 2026-07-19. https://daily.dev/agentic-ai-hub/ai-adoption-stats-trends/
  13. SWE-bench official site — Princeton / community. https://www.swebench.com/
  14. Terminal-Bench — Stanford / Laude Institute. https://www.tbench.ai/
  15. "Artificial Intelligence Agent Interconnection" National Standard Series (Interpretation) — China Industrial Economic Information Network, 2026. https://cinic.org.cn/xw/zcdt/1643418.html
  16. "Artificial Intelligence Agent Interconnection" National Standard Series (Release report) — People's Daily Online, 2026-07-09. https://finance-app.people.cn/n1/2026/0709/c1004-40757059.html
  17. GB/Z 185—2026 roll-out: first batch of Yangtze River Delta agent identity-code nodes issued — China Daily, 2026-09-04. https://cn.chinadaily.com.cn/a/202609/04/WS6a9a6773e4b09a165c788098.html
  18. Agent Harness: the core paradigm of AI engineering in 2026 — Tencent Cloud Developer Community, 2026. https://developer.cloud.tencent.com/article/2698416
  19. Model Context Protocol official site and specification — MCP / AAIF. https://modelcontextprotocol.io/
  20. MCP Protocol Versions — MCP Ruby SDK, 2026. https://ruby.sdk.modelcontextprotocol.io/protocol-versions/