未来发展


1. 判断方法与阅读说明

图 1-1|AI Harness 未来发展:三条主线、因果链与 12—24 个月展望

AI Harness 未来发展的三条主线与因果链 上:三条主线与因果链 · 下:未来 12—24 个月展望(判断)— 示意:基于本文分析绘制 技术趋势 Harness 本身会变成什么样 观察指标: 架构重量 · 职责边界 评估方法 标准化趋势 谁来决定接口与规则 观察指标: 标准组织 · 协议版本 国家与地区标准 产业趋势 谁来用、用得怎么样、钱在哪 观察指标: 采用率 · 信任度 效能数据 · 市场规模 技术决定可能性 标准决定互操作性 产业决定投入强度 变轻但不会消失(高) 模型吸收能力、编排被裁撤 轨迹数据成为壁垒(中) 运行时下沉系统级语言 窗口关闭、持续演进(高) MCP 无状态化 + 弃用机制 身份体系互认提上议程(中) 身份码规划转强制性国标 采用已饱和、信任未跟上 84% 采用 vs 3.1% 高度信任 吞吐提升、稳定性下降 信任缺口 = Harness 市场空间 一句话结论:从工程技巧到工程学科 · 从成本中心到数据资产 · 从厂商私有到公共基础设施 结构解读:三条主线构成因果链——技术决定可能性,标准决定互操作性,产业决定投入强度,共同定义 Harness 的未来形态。

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

1.1. 三条趋势线

本文件把 AI Harness 的未来发展拆为三条相对独立、但相互影响的主线:

主线回答的问题观察指标
技术趋势Harness 本身会变成什么样架构重量、模型与 Harness 的职责边界、评估方法
标准化趋势谁来决定接口与规则标准组织、协议版本、国家与地区标准
产业趋势谁来用、用得怎么样、钱在哪采用率、信任度、效能数据、市场规模

三条主线之间存在因果链:技术决定可能性,标准决定互操作性,产业决定投入强度

1.2. 本文件的事实口径

本文件对未来做出判断,因此必须严格区分事实与推测:

  • 凡标注 A 级来源的,为厂商或机构官方一手陈述,可直接引用;
  • 凡标注 B/C 级来源的,其数字一律标 ;
    • 凡本文件给出的推论与判断,统一以“判断:”开头,与事实陈述明确分离;
    • 凡本次调研未获得权威信息的事项,如实声明“暂无权威信息”,不做推测性填补。

2. 技术趋势

2.1. 模型与 Harness 的共同演化

这是技术趋势中最重要、也最有张力的一条。

趋势方向(A 级,Anthropic 官方自陈):随着更强模型相继发布,模型本身已能覆盖部分过去需要 Harness 补齐的能力。Anthropic 明确指出,context reset 的 token 开销、Sprint 结构的协调成本,在更强的模型上反而成了新的摩擦。官方表示正在“随模型能力提升动态裁撤冗余 Harness 设计”。

反趋势(A 级,同一来源):Claude Code / Codex 等产品已在后训练阶段把模型与 Harness 放在一起训练,造成“模型过拟合到特定 Harness 结构”的副作用——改变工具逻辑反而让模型表现变差。

这一双向作用的实践含义是:

适合你任务的最佳 Harness,不一定是模型被后训练时使用的那个。

判断:模型与 Harness 的关系不是单向替代,而是共同演化中的职责再分配。模型变强会吸收一部分 Harness 的能力(如更长的有效上下文降低了对复杂压缩策略的依赖),但同时会新增一部分 Harness 需求(如模型能跑 6 小时以上的任务,就需要更强的中断恢复与成本控制机制)。因此 Harness 的总量不会归零,但构成会持续变化

2.2. 苦涩教训的 Agent 版本:架构轻量化

事实(B/C 级,案例数字标 )

案例内容
Manus六个月内重构了五次 Harness 以移除硬编码假设
LangChain一年内对 Open Deep Research 做了三次架构重设计
Vercel移除 80% 的 agent 工具

社区由此给出的结论是:

每次新模型发布,最佳 agent 结构都会变化——2024 年需要复杂手工管道才能做到的事,2026 年一个上下文窗口的提示词就够了。

这一判断是 Rich Sutton《The Bitter Lesson》在智能体领域的版本:利用计算与规模的通用方法,最终会胜过依赖人类先验知识的精巧设计

操作含义:Harness 必须轻量,允许随时丢弃昨天写的“聪明”逻辑。具体表现为:

  1. 避免把业务规则硬编码进编排图;
  2. 优先使用模型能直接理解的通用结构(文件系统、git、标准 CLI);
    1. 为每个 Harness 组件标注“何时可以删除”的条件。

2.3. Harness 即数据集:竞争壁垒的转移

事实(B 级,转述自行业综述):未来 Harness 将成为解决“模型漂移”的主要工具——各实验室用 Harness 精确检测模型在第 100 步之后何时停止遵循指令或推理出错,这些数据直接反馈给训练。

核心论断:

你 Harness 捕获的 trajectory(轨迹),才是竞争优势所在,而不再是提示词本身。

正在探索的开放性前沿(B 级):

  1. 在共享代码库上并行运行数百个 agent;
  2. 让 agent 分析自己的追踪记录,以识别并修复 Harness 层面的故障;
  3. Harness 能动态组装恰好合适的工具与上下文,而非预先配置一切。

判断:如果这一趋势成立,那么 Harness 将从“成本中心”转变为“数据资产”。企业的 Harness 积淀(轨迹、评估集、失败模式库)会像训练数据一样构成护城河,而这套资产是不可通过采购模型获得的

2.4. 上下文工程的持续深化

从 2025-06 的命名链到 2026 年,上下文工程已从“概念”变成“有官方方法论的工程学科”。后续深化的三个方向:

方向内容依据
检索精度从“召回优先”转向“召回与精度的分层优化”Anthropic:先最大化 recall,再提升 precision(A)
加载策略从“全量注入”转向“渐进式披露”Skills 三层机制(A)
状态外化从“上下文内记忆”转向“文件系统记忆 + 按需索引”claude-progress.txt + git(A)

同时,Lance Martin 提出的四支柱(Write / Select / Compress / Isolate)与 Anthropic 的四策略(compaction / note-taking / memory tool / sub-agent)已形成两套可互译的分类法,说明该层正在收敛为标准术语体系

2.5. 评估与观测的工业化

事实(A 级):评估已从外部榜单内化为系统组件。三个标志:

  1. OpenAI 在 Agents SDK 中内置 tracing;
  2. Anthropic 在长时运行 Harness 中内置独立 Evaluator 与硬阈值评分;
  3. Google ADK 内置 AgentEvaluator.evaluate(),可对最终响应与逐步轨迹双重评分。

已出现的开放问题(A 级,来自 martinfowler.com):

我们需要类似代码覆盖率和变异测试的 Harness 覆盖率与质量评估方法

另外两条值得记录的评估设计思路

来源思路
Dex Horthy最好的 eval 可能是“让模型在不知道下一步是什么的情况下,在一个代码库里连续构建 20 个功能”
Anthropic官方自陈:这些经验能否推广到科学研究或金融建模等其他长周期任务——“答案尚在摸索中”

判断:评估层是第三代架构中成熟度最低、但边际收益最高的一层。未来 12—24 个月最可能出现突破的不是模型,而是评估方法论——特别是“Harness 覆盖率”这类把软件工程成熟度模型移植过来的尝试。

2.6. 运行时向系统级语言下沉

事实(B 级,标 ):Codex CLI 于 2025 下半年从 Node.js 重写为 Rust,至 2026 年初代码库约 95% 为 Rust。官方理由为:静态单文件分发、无 GC、内存占用低、可直接调用 OS 沙箱原语。

判断:这是 Harness 从“应用层工具”走向“系统软件”的信号。当 Harness 需要长时间运行(单任务超 6 小时)、需要精细控制沙箱原语、需要在用户机器上静默驻留时,运行时语言的系统级特性就从“加分项”变成了“必要条件”。


3. 标准化趋势

3.1. 全球概览:分层标准栈正在成形

当前的智能体标准栈已呈现清晰的分层(A 级,综合 AAIF 官网、Google Open Source Blog、人民网等):

层次标准归属状态
上下文与工具接入MCPAAIF(Linux Foundation)2025-12 捐赠;规范已至 2026-07-28 版
项目指引AGENTS.mdAAIF(OpenAI 捐赠)已被 60,000+ 开源项目采用
执行框架gooseAAIF(Block 捐赠)
安全消息与外部协调A2ALinux Foundation(Google 捐赠)2026-03 发布 v1.0
跨厂商发现与身份AGNTCY仅见于综述提及,暂无权威一手资料
中国:身份、描述、发现、交互、工具调用GB/Z 185—2026全国信息技术标准化技术委员会归口2026 年上半年发布

A2A 家族还扩展出了 AP2(Agent Payment Protocol)、A2UI(Agent to UI)、UCP(Universal Commerce Protocol)。

3.2. 中立治理:AAIF 与开放治理的张力

2025-12-09 成立的 Agentic AI Foundation(AAIF)标志着标准化进入中立治理阶段。

要素内容
性质Linux Foundation 旗下 directed fund
发起捐赠Anthropic(MCP)、Block(goose)、OpenAI(AGENTS.md)
Platinum 成员(8 家)AWS、Anthropic、Block、Bloomberg、Cloudflare、Google、Microsoft、OpenAI
成立时生态规模MCP 10,000+ 公开服务器;SDK 月下载 9,700 万次;AGENTS.md 60,000+ 项目

但开放治理内部存在张力,两条引文值得并列:

OpenAI 工程师 Nick Cooper 表达了对标准僵化的担忧:

"I don't want it to be a stagnant thing. I don't want these protocols to be part of this foundation, and that's where they sat for two years. They should evolve."

Linux Foundation 执行总监 Jim Zemlin 则承认了“事实标准压倒法律标准”的风险——即便有开放治理,一家公司的实现仍可能因发得最快、用得最多而成为默认,并以 Kubernetes 类比"dominance emerges from merit and not vendor control"。

判断:未来 12—24 个月,标准化领域的最大看点不是“会不会有标准”(已有),而是“标准是演进还是冻结”。AAIF 的治理机制能否跟上模型与 Harness 的迭代速度,将决定 MCP 是成为下一个 Kubernetes 还是下一个 CORBA。

3.3. 协议层:MCP 的无状态化与扩展框架

MCP 规范的 2026-07-28 版本是协议层最重要的近期变化(A 级):

变更内容目的
协议核心无状态化移除 initialize 握手与 Mcp-Session-Id;版本随每次请求在 _meta 携带使远程服务器可像普通 Web 服务一样水平扩展
Extensions 框架Tasks(长时任务)、MCP Apps(服务端渲染 UI)把可选能力外挂化,保持核心精简
正式弃用策略最短 12 个月窗口给生态可预期的迁移周期
弃用部分能力在新版弃用 Roots / Sampling / Logging收敛核心

社区对该方向的判断是:"statelessness is the direction of travel"(B 级)。

判断:无状态化是协议从“开发者工具”走向“云原生基础设施”的必经之路。这一变化与 Harness 长时运行需求(单任务超 6 小时)存在潜在张力——长任务天然需要状态跟踪,而这正是被外挂为 Extension 的 Tasks 能力。核心无状态 + 扩展有状态,将是未来协议设计的典型形态。

3.4. 多智能体互操作:A2A 与协议家族

时点事件等级
2025-04-09A2A 协议发布A
2025-06-23捐赠给 Linux Foundation(丹佛 Open Source Summit North America);创始成员含 AWS、Cisco、Microsoft、Salesforce、SAP、ServiceNowA
2026-03发布 A2A v1.0(首个稳定生产版,含 Signed Agent Cards)A
2026-04-09一周年:支持机构从 50+ 增至 150+;GitHub 22,000+ stars;落地于 Azure AI Foundry / Copilot Studio、Amazon Bedrock AgentCore Runtime、Google CloudA

Google 官方对 MCP 与 A2A 分工的界定(A 级):

"MCP manages internal tool integration, while A2A handles the vital external coordination between autonomous entities."

判断:A2A v1.0 与 Signed Agent Cards 的发布,意味着多智能体互操作从“能连通”进入“能信任”阶段。Signed Agent Cards 解决的是“如何确认对方 agent 的身份与能力声明未被篡改”,这与中国 GB/Z 185 系列的“身份码 + 身份管理”是同一问题的两条解法路径。

3.5. 中国:GB/Z 185—2026 智能体互联标准体系

这是本次调研中最具独占价值的发现:中国已发布全球首套系统性的智能体互联国家标准体系。

3.5.1. 标准基本信息
项目内容
名称《人工智能 智能体互联》
编号GB/Z 185.1 ~ GB/Z 185.7—2026
形式国家标准化指导性技术文件(GB/Z),属产业培育期的“敏捷标准化安排”
发布日期存在 2026-05-22(中国日报)/ 2026-06-26(百度百科)/ 2026-07-09(人民网报道日,用语为“近日发布”)三种口径,本文件并列呈现,正文采用“2026 年上半年”
指导单位工业和信息化部牵头单位中国电子技术标准化研究院,组织 70 余家产学研用单位研制归口全国信息技术标准化技术委员会提出并归口出版中国标准出版社定位自称全球首套系统性智能体互联标准体系(该表述出自中国媒体,未获国际方交叉印证)
3.5.2. 七部分结构
部分名称核心内容
第 1 部分总体架构智能体互联的总体框架
第 2 部分身份码(编码、分配与管理)遵循 GB/T 26231;采用分层 OID 标识体系一个身份码只能对应一个智能体;交互前须双向身份鉴别
第 3 部分身份管理(注册、账户、凭证、鉴别)智能体身份的全生命周期管理
第 4 部分智能体描述(能力描述及注册、发布、变更)能力如何声明与更新
第 5 部分智能体发现(发现流程)智能体之间如何找到彼此
第 6 部分智能体交互(点对点、群组、混合)三种交互模式
第 7 部分外部工具调用(架构、流程、数据格式)智能体调用外部工具的规范

这七部分构成一条完整闭环:身份码(是谁)→ 身份管理(怎么证明)→ 描述(能做什么)→ 发现(怎么找到)→ 交互(怎么协作)→ 工具调用(怎么动手)

3.5.3. 官方对智能体的定义

中国官方给出的“智能体”定义,可作为中文语境的标准口径(A 级,中国产业经济信息网标准解读):

“智能体是具备自主感知、记忆、决策、交互与执行能力的新型智能系统,已成为人工智能产品与服务的关键载体。”

3.5.4. 落地进展
时点事件
2026-08-31上海浦东新区张江召开《人工智能 智能体互联》国家标准应用(长三角区域)推进专题会
参与单位思必驰与联想、中兴通讯、火山引擎、上海交通大学等 30 家单位获颁“智能体身份码节点”(A 级)
3.5.5. 后续规划

官方已明确的后续动作(A 级):

  1. 适时推进身份码相关标准向强制性国家标准转化
  2. 加快智能体审计、智能体交易等细分标准研制

值得注意的是第 2 条:“智能体审计”与“智能体交易”两个方向,恰好对应本工程六层模型中的 L6 治理与安全层与产业化的商业闭环——这说明中国标准体系正在从“互联互通”向“可审计、可交易”延伸。

3.5.6. 更宏观的中国标准背景
指标数值来源
已研制人工智能关键标准近 200 项国新办发布会,工业和信息化部副部长辛国斌(2026-08-26,B 级转述)
专项行动市场监管总局与工信部共同实施“人工智能百项国家标准建设专项行动计划”,统筹推进 146 项国标项目,涵盖算力、大模型、具身智能、智能体、终端同上(B 级)
3.5.7. 判断

判断一 · 路线差异的根源不同。

AAIF 路线是“自下而上的事实标准事后追认”——先有 MCP 被广泛采用,再捐给基金会;GB/Z 185 路线是“自上而下的顶层设计前置引导”——在产业尚未定型时先给出身份、描述、发现、交互、工具调用的完整框架。前者优势在生态广度,后者优势在闭环完整性。

判断二 · 身份是中国路线的核心抓手。

GB/Z 185 七部分中有两部分(第 2、3 部分)直接关于身份,且明确“一个身份码只能对应一个智能体”“交互前须双向身份鉴别”,并已规划向强制性国标转化。这释放出明确信号:智能体身份将是中国监管的入口。对在中国境内运营的 Harness 产品而言,身份码兼容性是需要提前布局的合规项。

判断三 · GB/Z 的“指导性技术文件”形式值得关注。

采用 GB/Z 而非 GB/T 或强制性 GB,说明主管部门的判断是“产业仍在快速变化,此时不宜锁死”。这是一种务实的敏捷标准化安排。但“适时推进身份码相关标准向强制性国标转化”的表述同时意味着:窗口期是有限的

3.6. 中美两条标准化路线的对照

维度AAIF 路线(美国主导,多国参与)GB/Z 185—2026 路线(中国)
形成路径自下而上:事实标准 → 捐赠 → 中立治理自上而下:顶层设计 → 指导性文件 → 择机转强制
覆盖重点上下文与工具接入(MCP)、项目指引(AGENTS.md)、外部协调(A2A)身份码、身份管理、描述、发现、交互、工具调用
身份机制A2A v1.0 的 Signed Agent Cards分层 OID 身份码 + 双向身份鉴别
治理主体Linux Foundation 旗下基金会全国信息技术标准化技术委员会归口,工信部指导
生态规模MCP 10,000+ 服务器、SDK 月下载 9,700 万次、AGENTS.md 60,000+ 项目70 余家单位研制;长三角首批 30 家身份码节点
强制性自愿采用现为指导性;身份码部分规划转强制
已明确的下游延伸AP2(支付)、A2UI(UI)、UCP(商务)智能体审计、智能体交易

判断:两条路线短期内不会冲突,因为覆盖层次不同——AAIF 侧重“怎么连”,GB/Z 侧重“谁在连”。但随着 A2A 的 Signed Agent Cards 与 GB/Z 的身份码都进入落地阶段,身份体系的互认将成为未来 24 个月的关键议题。


4. 产业趋势

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

Stack Overflow 2025 开发者年度调研(A 级,2025-07-29 发布,49,000+ 份回答、177 国、62 题、314 项技术)给出的完整画像:

指标数值
正在使用或计划使用 AI 工具84%(2024 年 76%)
专业开发者每日使用51%(全体 47.1%)
不信任 AI 输出准确性46%(2024 年 31%)
信任33%
高度信任3.1%
资深开发者高度信任2.6%;高度不信任 20%
正面情绪60%(2023/2024 为 70%+)
AI agent 使用率(合计)31%(14.1% 每日 + 9% 每周 + 7.8% 月度或偶尔)
计划使用 agent17.4%
仅用 copilot / 自动补全13.8%
不打算用 agent37.9%
用过 agent 者认为生产力提升69%
最大挫败66% “AI 方案几乎对但不完全对”
调试 AI 生成代码更耗时45.2%对自己解题能力更不自信20%不认为 AI 威胁自己的工作64%(2024 年 68%)

不用 AI 而求助真人的原因:75.3% 不信任 AI 答案、61.7% 有伦理或安全顾虑、61.3% 想完全理解自己的代码。

判断:这组数据刻画了 Harness 的市场空间——84% 的采用率意味着市场已无教育成本,46% 的不信任率与 3.1% 的高度信任率意味着可预期性仍是未被满足的核心需求。而可预期性正是 Harness 的定义性职责。信任缺口有多大,Harness 的市场空间就有多大。

4.2. 企业侧效能数据

以下数据来自汇总站转引,全部标 ,建议核对一手报告后使用

来源关键数字
DORA 2025(2025-11-12 发布,近 5,000 名技术从业者)90% 在工作中使用 AI(同比 +14%);中位每天 2 小时;>80% 报告生产力提升;59% 说代码质量改善;仅 24% 表示显著信任;30% 对 AI 生成代码几乎无信任
DORA 2025 关键结论AI 采用与软件交付吞吐产品性能正相关,但与交付稳定性负相关——“团队可以发布更多变更,但不一定让变更更安全”
McKinsey《The State of AI 2025》(2025-11-05)88% 组织至少一个业务职能常规使用 AI(上年 78%);仅 39% 归因 EBIT 影响;约 2/3 尚未规模化;62% 至少在试验 agent,23% 已在某处规模化 agentic 系统JetBrains 2025(24,534 名开发者、194 国)85% 定期使用 AI 工具;62% 依赖至少一个 AI 编码助手 / agent / 代码编辑器

判断:DORA 的“与交付稳定性负相关”是最值得警惕的一条。它说明当前的 AI 采用主要提升了速度而非质量——这恰好是 Harness(尤其是 L5 评估与 L6 治理)应该解决的问题。反过来说,这也解释了为什么 2025—2026 年 Harness 会成为独立概念:当速度红利被吃尽,工程重点必然转向稳定性。

4.3. 市场与产业动向(含中国市场)

以下条目全部标 ,均仅见于百科词条转述,建议二次核实后再用于决策

时点动向
2026-05-20DeepSeek 宣布组建 Harness 团队,发布 Agent Harness 产品经理与研发工程师岗位,内部目标对标 Claude Code
2026-06-11小米发布并开源 MiMo Code V0.1.0,为 MiMo 系列模型打造专属 Harness 系统
2026-08中科大博士段逸凡创立灵犀智涌,推出第一代工业具身 Harness 系统 ROSS

判断:这三条动向若属实,指向一个共同模式——模型厂商正在向 Harness 层延伸。这与 Anthropic、OpenAI 的路径一致:模型公司与 Harness 公司的边界正在模糊,“模型 + 专属 Harness”的一体化交付可能成为主流形态。同时“工业具身 Harness”这一方向提示:Harness 概念正在从软件工程外溢到具身智能与工业场景

同期产业事件从供给侧补齐了两条证据线。托管化运行时与算力—分发层的集中:OpenAI Agents API 公测(2026-09-10,官方口径)把编排层显性定价为零、收入后置到模型与沙箱用量;NVIDIA 于 09-02 签署、09-03 宣布以约 129.3 亿美元协议收购 Hugging Face(SEC 8-K,预计 2027 上半年交割),开放模型生态的分发层并入算力厂商;Figure AI 与 Nscale 达成算力合作(初始承诺 35 亿美元、规划至多 10 万颗 Vera Rubin GPU,行业周报口径,官方公告未见,[待核实])。经济档模型的代理化:Google 于 09-02 发布 Gemini 3.8 Flash(官方口径),以与上代持平的单价($0.75/$3.75 每百万 token)把 DeepSWE v1.1 推到约 73.8%,但多份评测指其 token 消耗更高(部分评估口径下单任务成本约 +40%)——成本度量正从“单价”转向“任务成本”,进一步抬高 L5 成本观测的价值。

中国侧动向则印证了 Harness 概念向具身智能的外溢:超维动力(Kinetix AI)2026-09-11 完成超 5 亿元天使+轮系列融资(祥峰资本领投、方广资本与万石资本跟投,多源权威媒体确认);小鹏机器人业务于 2026-08-24 完成超 9 亿美元首轮融资(投后估值约 63 亿美元,刷新国内具身智能单轮纪录;多源媒体一致,未见官方公告);广州云蝶科技在世界机器人大会与 XAIR Expo(09-03—06)发布系统级具身大脑 RoboForge——在基础模型与机器人执行之间设系统层,内置 Harness 模块记录任务全流程证据链、把失败样本转化为迭代素材(与新加坡南洋理工大学联合研发;其在 Embodied Bench、LaRA 的登顶数据为厂商自报口径)。“系统级具身 Harness”已有具名产品与资本供给双重支撑

4.4. 市场规模预测

以下数据标 ,且口径差异极大

来源预测
Grand View Research2025 年全球生成式 AI 市场约 222 亿美元,2033 年约 3,247 亿美元,CAGR 40.8%
Bloomberg Intelligence2032 年约 2.3 万亿美元

判断:两组数字相差近一个数量级,根源在于市场口径不同(模型 / 全栈 / AI 赋能服务)。本工程建议仅作方向性引用,不作为决策依据。Harness 层本身的市场规模,本次调研未检索到权威测算,属 [待填写]


5. 未来 12 至 24 个月展望

综合上述三条主线,可以给出如下展望(以下为判断,非事实陈述):

方向展望信心
Harness 会变轻成立。模型吸收部分能力,硬编码编排被持续裁撤(A 级官方自陈支持)
Harness 不会消失成立。模型后训练与特定 Harness 结构耦合,反而强化了对 Harness 设计的依赖
轨迹数据成为壁垒大概率成立。Harness 捕获的 trajectory 反馈训练链路已见雏形(B 级)
评估方法论突破大概率出现。“Harness 覆盖率”等成熟度模型移植已在议程上(A 级开放问题)
MCP 继续演进而非冻结高概率。2026-07-28 无状态化 + 12 个月弃用窗口说明演进机制已建立高中美身份体系互认提上议程中期议题。A2A Signed Agent Cards 与 GB/Z 身份码均已落地中
中国身份码转强制性国标高概率。官方已明确“适时推进”中高
Harness 从软件工程外溢到具身与工业信号增强:系统级具身 Harness 已有具名产品(云蝶 RoboForge,B 级)与资本事件支撑

需要强调的两条不确定性:

  1. 模型能力的跃迁节奏不可预测。若出现能力阶跃,本文件中的多数架构判断需在 6 个月内重估。
  2. 本次调研未检索到 ISO/IEC 层面的智能体互联国际标准,暂无权威信息。若该层面出现进展,全球标准化格局的判断需重写。

6. 总结

AI Harness 的未来发展,可以用三句话概括:

技术上,它会变轻但不会消失。 模型与 Harness 是共同演化关系,而非替代关系。模型变强会吸收一部分 Harness 职责,同时新增另一部分;而模型与特定 Harness 的后训练耦合,反而使 Harness 设计的重要性上升。苦涩教训的 Agent 版本提醒我们:Harness 必须保持轻量,随时准备丢弃昨天的“聪明”逻辑。

标准上,窗口正在关闭。 AAIF 已建立中立治理,MCP 已确立弃用策略与演进机制,A2A 已发布 v1.0 与 Signed Agent Cards。中国则以 GB/Z 185—2026 七部分建立了全球首套系统性智能体互联标准体系,并以身份码为核心抓手规划向强制性国标转化。中美两条路线短期互补、长期需要在身份层面互认。

产业上,采用已饱和而信任未跟上。 84% 的采用率与 3.1% 的高度信任率之间的巨大缺口,正是 Harness 的市场空间;DORA 揭示的“吞吐提升但稳定性下降”,正是 Harness 应该解决的问题。

一句话结论:AI Harness 正在从“工程技巧”变成“工程学科”,从“成本中心”变成“数据资产”,从“厂商私有”变成“公共基础设施”。


7. 信息缺口声明

本文件涉及以下信息缺口,已在正文对应位置标注:

  1. ISO/IEC 层面的智能体互联国际标准:未检索到 ISO/IEC 已发布或已立项的智能体互联国际标准编号,暂无权威信息。这直接影响第 3.1 节全球标准栈的完整性。
    1. GB/Z 185—2026 发布日期冲突:2026-05-22 / 2026-06-26 / 2026-07-09 三种口径并存,本文件并列呈现,正文采用“2026 年上半年”。
  2. Terminal-Bench 官方站与 leaderboard 当前数据:未直接抓取,暂无权威一手数据。
  3. DORA 2025 官方 URL:仅见 https://dora.dev/dora-report-2025 的转述,未验证可访问性;第 4.2 节全部 DORA 数字标 。
  4. McKinsey《The State of AI 2025》官方 URL:同上;第 4.2 节全部 McKinsey 数字标 。
  5. JetBrains 2025 全部数字:来自汇总站转引,标 。
  6. 中国厂商动向(DeepSeek 2026-05-20、小米 2026-06-11、灵犀智涌 2026-08):均仅见于百科词条转述,标 ,强烈建议二次核实后再用于决策
  7. Manus 五次重构、LangChain 三次重设计、Vercel 移除 80% 工具:B/C 级来源,案例数字标 。
  8. Codex CLI Rust 重写比例(2026 年初约 95%):B 级来源,标 。
  9. Claude 模型 2026 年各版本时间线:仅见于第三方 GitHub 时间线仓库,标 。
  10. 市场规模预测口径差异:Grand View Research 与 Bloomberg Intelligence 相差近一个数量级,Harness 层本身的市场规模本次调研未检索到权威测算,属 [待填写]
  11. AGNTCY 项目:仅见于 AAIF 相关综述提及,未深入核实,暂无权威一手资料
  12. 建议补充检索的方向:中国信通院与 AIIA 的团体标准 / 行业规范;OWASP Agentic AI Top 10 等安全侧规范;IEEE 关于 AI Agent 的标准立项;欧盟 AI Act 中与自主智能体相关的条款。以上四项本次未检索。

8. 参考资料

  1. Harness design for long-running application development — Anthropic,2026。https://www.anthropic.com/engineering/harness-design-long-running-apps
  2. Effective context engineering for AI agents — Anthropic,2025。https://www.anthropic.com/engineering/effective-context-engineering-for-ai-agents
  3. Effective harnesses for long-running agents — Anthropic,2025。https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents
  4. Harness engineering for coding agent users — Birgitta Böckeler,martinfowler.com,2026。https://martinfowler.com/articles/harness-engineering.html
  5. Humans and Agents in Software Engineering Loops — martinfowler.com,2026。https://martinfowler.com/articles/exploring-gen-ai/humans-and-agents.html
  6. Harness engineering: leveraging Codex in an agent-first world — OpenAI,2026-02-11。https://openai.com/index/harness-engineering/
  7. New tools for building agents — OpenAI,2025-03-11。https://openai.com/blog/new-tools-for-building-agents
  8. Linux Foundation Announces the Formation of the AAIF — Linux Foundation / AAIF,2025-12-09。https://aaif.io/
  9. OpenAI co-founds the Agentic AI Foundation under the Linux Foundation — OpenAI,2025-12。https://openai.com/index/agentic-ai-foundation/
  10. Donating the Model Context Protocol and establishing the AAIF — Anthropic,2025-12。https://www.anthropic.com/news/donating-the-model-context-protocol-and-establishing-of-the-agentic-ai-foundation
  11. MCP Protocol Versions — MCP Ruby SDK,2026。https://ruby.sdk.modelcontextprotocol.io/protocol-versions/
  12. Model Context Protocol 官方站与规范 — MCP / AAIF。https://modelcontextprotocol.io/specification/2026-07-28/
  13. A year of open collaboration: Celebrating the anniversary of A2A — Google Open Source Blog,2026-04-16。https://opensource.googleblog.com/
  14. Linux Foundation Launches the Agent2Agent Protocol Project — Linux Foundation,2025-06-23。https://www.linuxfoundation.org/press/linux-foundation-launches-the-agent2agent-protocol-project-to-enable-secure-intelligent-communication-between-ai-agents
  15. 《人工智能 智能体互联》系列国家标准(发布报道)— 人民网,2026-07-09。https://finance-app.people.cn/n1/2026/0709/c1004-40757059.html
  16. 《人工智能 智能体互联》系列国家标准解读 — 中国产业经济信息网,2026。https://cinic.org.cn/xw/zcdt/1643418.html
  17. GB/Z 185—2026 落地:长三角智能体身份码节点首批发放 — 中国日报,2026-09-04。https://cn.chinadaily.com.cn/a/202609/04/WS6a9a6773e4b09a165c788098.html
  18. 2025 Stack Overflow Developer Survey — Stack Overflow,2025-07-29。https://survey.stackoverflow.co/2025/
  19. Stack Overflow 2025 Developer Survey 官方新闻稿 — Stack Overflow,2025。https://stackoverflow.co/company/press/archive/stack-overflow-2025-developer-survey/
  20. AI Adoption Stats & Trends(DORA / McKinsey / JetBrains 汇总)— daily.dev,2026-07-19。https://daily.dev/agentic-ai-hub/ai-adoption-stats-trends/
  21. Agent Harness:2026 年 AI 工程的核心范式 — 腾讯云开发者社区,2026。https://developer.cloud.tencent.com/article/2698416
  22. Harness 架构 — 百度百科,2026。https://baike.baidu.com/item/Harness%E6%9E%B6%E6%9E%84/67704948
  23. Model Context Protocol — Wikipedia。https://en.wikipedia.org/wiki/Model_Context_Protocol
  24. Agentic AI Foundation — AI Wiki。https://aiwiki.ai/wiki/agentic_ai_foundation
  25. 12-Factor Agents — Dex Horthy / HumanLayer(URL )。https://github.com/humanlayer/12-factor-agents

Future Development

1. Approach and Reading Guide

图 1-1|AI Harness 未来发展:三条主线、因果链与 12—24 个月展望

AI Harness 未来发展的三条主线与因果链 上:三条主线与因果链 · 下:未来 12—24 个月展望(判断)— 示意:基于本文分析绘制 技术趋势 Harness 本身会变成什么样 观察指标: 架构重量 · 职责边界 评估方法 标准化趋势 谁来决定接口与规则 观察指标: 标准组织 · 协议版本 国家与地区标准 产业趋势 谁来用、用得怎么样、钱在哪 观察指标: 采用率 · 信任度 效能数据 · 市场规模 技术决定可能性 标准决定互操作性 产业决定投入强度 变轻但不会消失(高) 模型吸收能力、编排被裁撤 轨迹数据成为壁垒(中) 运行时下沉系统级语言 窗口关闭、持续演进(高) MCP 无状态化 + 弃用机制 身份体系互认提上议程(中) 身份码规划转强制性国标 采用已饱和、信任未跟上 84% 采用 vs 3.1% 高度信任 吞吐提升、稳定性下降 信任缺口 = Harness 市场空间 一句话结论:从工程技巧到工程学科 · 从成本中心到数据资产 · 从厂商私有到公共基础设施 结构解读:三条主线构成因果链——技术决定可能性,标准决定互操作性,产业决定投入强度,共同定义 Harness 的未来形态。

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

1.1. Three Trend Lines

This document decomposes the future development of AI Harness into three relatively independent but mutually influential main lines:

Main lineQuestion it answersObserved indicators
Technology trendsWhat Harness itself will becomeArchitecture weight, division of responsibility between model and Harness, evaluation methods
Standardization trendsWho decides the interfaces and rulesStandards organizations, protocol versions, national and regional standards
Industry trendsWho uses it, how well, where the money isAdoption rate, trust, efficiency data, market size

A causal chain runs among the three main lines: technology determines possibility, standards determine interoperability, and industry determines the intensity of investment.

1.2. Factual Baseline of This Document

Because this document makes judgments about the future, it must strictly distinguish facts from speculation:

  • Anything sourced at grade A is an official first-hand statement from a vendor or organization and may be quoted directly;
  • For anything sourced at grade B/C, its figures are always marked [To be verified];
  • All inferences and judgments given by this document uniformly begin with "Judgment:", kept clearly separate from factual statements;
  • For matters on which this research obtained no authoritative information, this document honestly states "no authoritative information" rather than making speculative filler.

2. Technology Trends

2.1. Co-evolution of the Model and Harness

This is the most important — and most tension-laden — of the technology trends.

Trend direction (grade A, Anthropic's official self-description): As more capable models are released one after another, the models themselves can already cover some capabilities that previously required Harness to fill in. Anthropic states plainly that the token cost of context reset and the coordination cost of the Sprint structure have actually become new friction on stronger models. The company says it is "dynamically removing redundant Harness design as model capability improves".

Counter-trend (grade A, same source): Products such as Claude Code / Codex are already training the model and Harness together during the post-training stage, producing the side effect of the "model being overfit to a specific Harness structure" — changing the tooling logic actually makes the model perform worse.

The practical implication of this two-way effect is:

The best Harness for your task is not necessarily the one the model was trained with during post-training.

Judgment: The relationship between the model and Harness is not one-way replacement but a reallocation of responsibilities during co-evolution. As models grow stronger they absorb part of Harness's capabilities (for example, longer effective context reduces reliance on complex compression strategies), yet at the same time they add new Harness requirements (for example, a model that can run tasks longer than 6 hours needs stronger interruption-recovery and cost-control mechanisms). So the total amount of Harness will not go to zero, but its composition will keep changing.

2.2. The Agent Version of the Bitter Lesson: Architecture Lightweighting

Facts (grade B/C; case figures marked [To be verified]):

CaseContent
ManusRe-architected Harness five times within six months to remove hard-coded assumptions
LangChainRedesigned Open Deep Research's architecture three times within a year
VercelRemoved 80% of agent tools

The conclusion the community draws from this is:

Every time a new model is released, the best agent structure changes — what required complex hand-built pipelines in 2024, a single context window's prompt will suffice for in 2026.

This judgment is Rich Sutton's The Bitter Lesson, in the agent domain: general methods that exploit computation and scale ultimately prevail over clever designs that rely on human priors.

Operational implication: Harness must be lightweight, ready at any moment to discard yesterday's "clever" logic. Concretely:

  1. Avoid hard-coding business rules into orchestration graphs;
  2. Prefer general structures the model can understand directly (filesystem, git, standard CLI);
  3. Annotate each Harness component with the condition for "when it can be deleted".

2.3. Harness as a Dataset: the Shift of Competitive Advantage

Facts (grade B, relayed from industry surveys): In the future Harness will become the main tool for addressing "model drift" — labs use Harness to precisely detect when a model stops following instructions or makes reasoning errors after step 100, and these data feed directly back into training.

Core claim:

The trajectories your Harness captures are where the competitive advantage lies, no longer the prompts themselves.

Open frontiers being explored (grade B):

  1. Running hundreds of agents in parallel on a shared codebase;
  2. Having agents analyze their own trace logs to identify and fix Harness-level faults;
  3. Harness being able to dynamically assemble exactly the right tools and context, rather than pre-configuring everything.

Judgment: If this trend holds, Harness will shift from a "cost center" to a "data asset". An enterprise's Harness accumulation (trajectories, evaluation sets, failure-mode libraries) will form a moat just like training data, and this asset is not attainable by purchasing models.

2.4. Deepening of Context Engineering

From the naming chain of 2025-06 to 2026, context engineering has moved from "concept" to "an engineering discipline with an official methodology". Three directions for further deepening:

DirectionContentBasis
Retrieval precisionFrom "recall-first" to "layered optimization of recall and precision"Anthropic: maximize recall first, then improve precision (A)
Loading strategyFrom "full injection" to "progressive disclosure"Skills three-layer mechanism (A)
State externalizationFrom "in-context memory" to "filesystem memory + on-demand indexing"claude-progress.txt + git (A)

At the same time, the four pillars proposed by Lance Martin (Write / Select / Compress / Isolate) and Anthropic's four strategies (compaction / note-taking / memory tool / sub-agent) have formed two mutually translatable taxonomies, showing that this layer is converging into a standard terminology system.

2.5. Industrialization of Evaluation and Observability

Facts (grade A): Evaluation has moved from external leaderboards into being internalized as a system component. Three signs:

  1. OpenAI builds tracing into the Agents SDK;
  2. Anthropic builds a standalone Evaluator with hard-threshold scoring into long-running Harness;
  3. Google ADK includes AgentEvaluator.evaluate(), which can score both the final response and the step-by-step trajectory.

Open problems that have emerged (grade A, from martinfowler.com):

We need Harness coverage and quality evaluation methods analogous to code coverage and mutation testing.

Two more evaluation-design ideas worth recording:

SourceIdea
Dex Horthythe best eval may be to "let the model build 20 features consecutively in one codebase without knowing what comes next"
Anthropicofficial self-description: whether these lessons can generalize to other long-cycle tasks such as scientific research or financial modeling — "the answer is still being worked out"

Judgment: The evaluation layer is the least mature, yet highest-marginal-return, layer of the third-generation architecture. The breakthrough most likely in the next 12–24 months is not the model but evaluation methodology — especially attempts like "Harness coverage" that transplant software-engineering maturity models.

2.6. The Runtime Sinking into System-Level Languages

Facts (grade B, marked [To be verified]): Codex CLI was rewritten from Node.js to Rust in the second half of 2025; by early 2026 roughly 95% of the codebase is Rust. The official reasons: static single-file distribution, no GC, low memory footprint, and direct access to OS sandbox primitives.

Judgment: This is a signal that Harness is moving from "application-layer tool" toward "system software". When Harness needs to run for long periods (single tasks over 6 hours), needs fine-grained control over sandbox primitives, and needs to reside quietly on a user's machine, the system-level characteristics of the runtime language shift from a "nice-to-have" to a "requirement".


3. Standardization Trends

3.1. Global Overview: a Layered Standards Stack Is Taking Shape

The current agent standards stack already shows clear layering (grade A, synthesized from the AAIF website, Google Open Source Blog, People's Daily, and others):

LayerStandardOwnershipStatus
Context and tool accessMCPAAIF (Linux Foundation)Donated 2025-12; spec now at the 2026-07-28 version
Project guidanceAGENTS.mdAAIF (donated by OpenAI)Adopted by 60,000+ open-source projects
Execution frameworkgooseAAIF (donated by Block)
Secure messaging and external coordinationA2ALinux Foundation (donated by Google)v1.0 released 2026-03
Cross-vendor discovery and identityAGNTCYMentioned only in surveys; no authoritative first-hand material
China: identity, description, discovery, interaction, tool invocationGB/Z 185—2026Under the SAC/TC 28 (National Information Technology Standardization Technical Committee)Released in the first half of 2026

The A2A family has further extended into AP2 (Agent Payment Protocol), A2UI (Agent to UI), and UCP (Universal Commerce Protocol).

3.2. Neutral Governance: the Tension in AAIF and Open Governance

The Agentic AI Foundation (AAIF), established on 2025-12-09, marks standardization entering a phase of neutral governance.

ElementContent
NatureA directed fund under the Linux Foundation
Founding donationsAnthropic (MCP), Block (goose), OpenAI (AGENTS.md)
Platinum members (8)AWS, Anthropic, Block, Bloomberg, Cloudflare, Google, Microsoft, OpenAI
Ecosystem size at foundingMCP 10,000+ public servers; SDK 97 million monthly downloads; AGENTS.md 60,000+ projects

But tension exists within open governance, and two quotes are worth placing side by side:

OpenAI engineer Nick Cooper voiced concern about standards ossification:

"I don't want it to be a stagnant thing. I don't want these protocols to be part of this foundation, and that's where they sat for two years. They should evolve."

Linux Foundation executive director Jim Zemlin, meanwhile, acknowledged the risk that "de facto standards overwhelm de jure standards" — even with open governance, one company's implementation can still become the default simply by being released fastest and used most, drawing the Kubernetes analogy that "dominance emerges from merit and not vendor control".

Judgment: Over the next 12–24 months, the biggest thing to watch in standardization is not "whether there will be a standard" (there already is), but "whether the standard will evolve or freeze". Whether AAIF's governance mechanism can keep pace with the iteration speed of models and Harness will determine whether MCP becomes the next Kubernetes or the next CORBA.

3.3. Protocol Layer: MCP's Statelessness and Extension Framework

The 2026-07-28 version of the MCP specification is the most important recent change at the protocol layer (grade A):

ChangeContentPurpose
Stateless protocol coreRemoved the initialize handshake and Mcp-Session-Id; the version is carried in _meta with each requestLets remote servers scale horizontally like ordinary web services
Extensions frameworkTasks (long-running tasks), MCP Apps (server-rendered UI)Externalizes optional capabilities to keep the core lean
Formal deprecation policyMinimum 12-month windowGives the ecosystem a predictable migration cycle
Deprecating some capabilitiesDeprecates Roots / Sampling / Logging in the new versionConverges the core

The community's judgment on this direction is: "statelessness is the direction of travel" (grade B).

Judgment: Statelessness is the necessary path for the protocol to move from "developer tool" to "cloud-native infrastructure". This change sits in potential tension with Harness's long-running needs (single tasks over 6 hours) — long tasks inherently require state tracking, which is precisely the Tasks capability externalized as an Extension. A stateless core plus stateful extensions will be the typical shape of future protocol design.

3.4. Multi-Agent Interoperability: A2A and the Protocol Family

TimeEventGrade
2025-04-09A2A protocol releasedA
2025-06-23Donated to the Linux Foundation (Open Source Summit North America, Denver); founding members include AWS, Cisco, Microsoft, Salesforce, SAP, ServiceNowA
2026-03Released A2A v1.0 (first stable production version, including Signed Agent Cards)A
2026-04-09First anniversary: supporting organizations grew from 50+ to 150+; GitHub 22,000+ stars; deployed on Azure AI Foundry / Copilot Studio, Amazon Bedrock AgentCore Runtime, and Google CloudA

Google's official definition of the division of labor between MCP and A2A (grade A):

"MCP manages internal tool integration, while A2A handles the vital external coordination between autonomous entities."

Judgment: The release of A2A v1.0 and Signed Agent Cards means multi-agent interoperability moves from the "can it connect" stage to the "can it be trusted" stage. Signed Agent Cards address "how to confirm that another agent's identity-and-capability claims have not been tampered with", which is two solution paths to the same problem as China's GB/Z 185 series' "identity code + identity management".

3.5. China: the GB/Z 185—2026 Agent Interconnection Standard System

This is the finding with the greatest unique value in this research: China has released the world's first systematic national standard system for agent interconnection.

3.5.1. Basic Information on the Standard
ItemContent
NameArtificial Intelligence — Agent Interconnection (《人工智能 智能体互联》)
NumberGB/Z 185.1 ~ GB/Z 185.7—2026
FormA national standardization guidance technical document (GB/Z), an "agile standardization arrangement" for the industry's cultivation phase
Release dateThree datelines coexist: 2026-05-22 (China Daily) / 2026-06-26 (Baidu Baike) / 2026-07-09 (People's Daily report date, phrased as "recently released"). This document presents them side by side; the main text uses "the first half of 2026"
Guiding bodyMinistry of Industry and Information Technology
Leading unitChina Electronics Standardization Institute, organizing 70+ units spanning industry, academia, research, and application
MandateProposed and mandated by the SAC/TC 28 (National Information Technology Standardization Technical Committee)
PublicationStandards Press of China
PositioningClaims to be the world's first systematic agent interconnection standard system (this wording comes from Chinese media and has not been cross-corroborated internationally)
3.5.2. Seven-Part Structure
PartNameCore content
Part 1Overall architectureThe overall framework for agent interconnection
Part 2Identity code (encoding, assignment, and management)Follows GB/T 26231; uses a layered OID identification system; one identity code can correspond to only one agent; two-way identity authentication is required before interaction
Part 3Identity management (registration, accounts, credentials, authentication)Full lifecycle management of agent identity
Part 4Agent description (capability description and registration, publication, changes)How capabilities are declared and updated
Part 5Agent discovery (discovery process)How agents find one another
Part 6Agent interaction (point-to-point, group, hybrid)Three interaction modes
Part 7External tool invocation (architecture, process, data format)Specification for agents invoking external tools

These seven parts form a complete closed loop: identity code (who you are) → identity management (how to prove it) → description (what you can do) → discovery (how to find it) → interaction (how to collaborate) → tool invocation (how to act).

3.5.3. Official Definition of an Agent

The official Chinese definition of "agent" can serve as the standard wording in the Chinese context (grade A, standard interpretation from China's Industry Economy Information Network):

"An agent is a new type of intelligent system equipped with autonomous perception, memory, decision-making, interaction, and execution capabilities, and has become the key carrier of AI products and services."

3.5.4. Implementation Progress
TimeEvent
2026-08-31A special meeting on promoting the application of the Artificial Intelligence — Agent Interconnection national standard (Yangtze River Delta region) was held in Zhangjiang, Pudong New Area, Shanghai
Participating unitsAI Speech, alongside Lenovo, ZTE, Volcano Engine, Shanghai Jiao Tong University, and others — 30 units — received "agent identity code nodes" (grade A)
3.5.5. Follow-on Plans

The follow-on actions the authorities have already made explicit (grade A):

  1. Promote, at an appropriate time, the conversion of identity-code-related standards into mandatory national standards;
  2. Accelerate the development of substandard such as agent auditing and agent trading.

Item 2 is worth noting: the two directions of "agent auditing" and "agent trading" correspond exactly to the L6 governance and security layer of this project's six-layer model and to the commercial closed loop of industrialization — indicating that China's standard system is extending from "interconnection" toward "auditable and tradable".

3.5.6. The Broader Chinese Standards Context
IndicatorFigureSource
Key AI standards already developedNearly 200State Council Information Office press conference, MIIT Vice Minister Xin Guobin (2026-08-26, grade B relay)
Special initiativeSAMR and MIIT jointly implement the "Special Action Plan for Building One Hundred AI National Standards", coordinating 146 national standard projects covering computing power, foundation models, embodied intelligence, agents, and terminalsSame as above (grade B)
3.5.7. Judgments

Judgment 1 · The divergence of the two routes stems from different roots.

The AAIF route is "bottom-up, retroactive recognition of de facto standards" — first MCP is widely adopted, then donated to the foundation; the GB/Z 185 route is "top-down, leading by front-loaded top-level design" — laying out a complete framework of identity, description, discovery, interaction, and tool invocation before the industry has settled. The former's strength is ecosystem breadth; the latter's strength is closed-loop completeness.

Judgment 2 · Identity is the core lever of the Chinese route.

Of GB/Z 185's seven parts, two (Parts 2 and 3) concern identity directly, and they explicitly state that "one identity code can correspond to only one agent" and that "two-way identity authentication is required before interaction", with a plan already in place to convert to a mandatory national standard. This sends a clear signal: agent identity will be the entry point of Chinese regulation. For Harness products operating in China, identity-code compatibility is a compliance item that needs to be planned in advance.

Judgment 3 · The "guidance technical document" form of GB/Z is worth watching.

Choosing GB/Z rather than GB/T or a mandatory GB indicates the authorities' judgment that "the industry is still changing rapidly, so it should not be locked down now". This is a pragmatic agile standardization arrangement. But the phrasing "promote, at an appropriate time, the conversion of identity-code-related standards into mandatory national standards" simultaneously implies: the window period is limited.

3.6. Comparing the Two US-China Standardization Routes

DimensionAAIF route (US-led, multinational participation)GB/Z 185—2026 route (China)
Path of formationBottom-up: de facto standard → donation → neutral governanceTop-down: top-level design → guidance document → mandatory conversion when opportune
Coverage focusContext and tool access (MCP), project guidance (AGENTS.md), external coordination (A2A)Identity code, identity management, description, discovery, interaction, tool invocation
Identity mechanismA2A v1.0's Signed Agent CardsLayered OID identity code + two-way identity authentication
Governance bodyFoundation under the Linux FoundationMandated by the SAC/TC 28, guided by MIIT
Ecosystem scaleMCP 10,000+ servers, SDK 97 million monthly downloads, AGENTS.md 60,000+ projects70+ units developing it; first batch of 30 identity-code nodes in the Yangtze River Delta
Mandatory natureVoluntary adoptionCurrently guidance; identity-code portion planned to convert to mandatory
Explicit downstream extensionsAP2 (payment), A2UI (UI), UCP (commerce)Agent auditing, agent trading

Judgment: The two routes will not conflict in the short term, because they cover different layers — AAIF focuses on "how to connect", while GB/Z focuses on "who is connecting". But as both A2A's Signed Agent Cards and GB/Z's identity codes enter implementation, mutual recognition of identity systems will become a key issue over the next 24 months.


4. Industry Trends

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

The complete picture from Stack Overflow's 2025 annual developer survey (grade A, released 2025-07-29, 49,000+ responses, 177 countries, 62 questions, 314 technologies):

IndicatorFigure
Currently using or planning to use AI tools84% (76% in 2024)
Professional developers using daily51% (47.1% overall)
Do not trust the accuracy of AI output46% (31% in 2024)
Trust33%
High trust3.1%
Senior developers with high trust2.6%; high distrust 20%
Positive sentiment60% (70%+ in 2023/2024)
AI agent usage (combined)approx. 31% (14.1% daily + 9% weekly + 7.8% monthly or occasionally)
Plan to use agents17.4%
Copilot / autocomplete only13.8%
Do not plan to use agents37.9%
Those who used agents report productivity gains69%
Biggest frustration66% "AI solutions are almost right but not quite"
Debugging AI-generated code takes longer45.2%
Less confident in own problem-solving20%
Do not think AI threatens their job64% (68% in 2024)

Reasons for turning to a human instead of AI: 75.3% don't trust AI answers, 61.7% have ethical or safety concerns, 61.3% want to fully understand their own code.

Judgment: This data set delineates Harness's market space — a 84% adoption rate means the market no longer needs education, while the 46% distrust rate and the 3.1% high-trust rate mean predictability is still the core unmet need. And predictability is precisely Harness's defining responsibility. The larger the trust gap, the larger Harness's market space.

4.2. Enterprise-Side Efficiency Data

The following data is relayed from aggregator sites; all of it is marked [To be verified]; it is advised to cross-check the primary reports before use:

SourceKey figures
DORA 2025 (released 2025-11-12, nearly 5,000 technology practitioners)90% use AI at work (up +14% YoY); median 2 hours/day; >80% report productivity gains; 59% say code quality improved; only 24% express significant trust; 30% have almost no trust in AI-generated code
DORA 2025 key conclusionAI adoption correlates positively with software delivery throughput and product performance, but negatively with delivery stability — "teams can ship more changes, but not necessarily safer changes"
McKinsey, The State of AI 2025 (2025-11-05)88% of organizations regularly use AI in at least one business function (78% the prior year); only 39% attribute an EBIT impact; about 2/3 have not yet scaled; 62% are at least experimenting with agents, and 23% have already scaled agentic systems somewhere
JetBrains 2025 (24,534 developers, 194 countries)85% regularly use AI tools; 62% rely on at least one AI coding assistant / agent / code editor

Judgment: DORA's "negative correlation with delivery stability" is the item most worth heeding. It shows that current AI adoption mainly boosts speed rather than quality — which is exactly the problem Harness (especially L5 evaluation and L6 governance) should solve. Conversely, this also explains why Harness became a standalone concept in 2025–2026: once the speed dividend is exhausted, engineering focus necessarily shifts to stability.

4.3. Market and Industry Movements (Including the Chinese Market)

The following items are all marked [To be verified]; they are only seen as relays from encyclopedia-style entries and should be double-checked before being used for decisions:

TimeMovement
2026-05-20DeepSeek announced forming a Harness team, opening Agent Harness product-manager and R&D engineer roles, with an internal goal of benchmarking against Claude Code
2026-06-11Xiaomi released and open-sourced MiMo Code V0.1.0, building a dedicated Harness system for the MiMo family of models
2026-08USTC PhD Duan Yifan founded Lingxi Zhiyong, launching the first-generation industrial embodied Harness system, ROSS

Judgment: If these three movements are accurate, they point to a common pattern — model vendors are extending into the Harness layer. This is consistent with the paths of Anthropic and OpenAI: the boundary between model companies and Harness companies is blurring, and an integrated "model + dedicated Harness" delivery may become the mainstream form. At the same time, the direction of "industrial embodied Harness" suggests the Harness concept is spilling beyond software engineering into embodied intelligence and industrial scenarios.

Concurrent industry events add two further lines of evidence from the supply side. Managed runtimes and consolidation of the compute–distribution layer: the OpenAI Agents API public beta (2026-09-10, per the official statement) prices the orchestration layer explicitly at zero, deferring revenue to model and sandbox usage; NVIDIA signed on 09-02 and announced on 09-03 an agreement to acquire Hugging Face for approximately $12.93 billion (SEC 8-K, expected to close in the first half of 2027), folding the distribution layer of the open-model ecosystem into a compute vendor; Figure AI reached a compute partnership with Nscale (initial commitment of $3.5 billion, planning for up to 100,000 Vera Rubin GPUs, per an industry weekly report, no official announcement seen, [To be verified]). Agenticization of economy-tier models: Google released Gemini 3.8 Flash on 09-02 (per the official statement), pushing DeepSWE v1.1 to about 73.8% at a unit price on par with the previous generation ($0.75/$3.75 per million tokens), while multiple evaluations report higher token consumption (under some evaluation calibers, per-task cost rises by about 40%) — cost measurement is shifting from "unit price" to "task cost", further raising the value of L5 cost observability.

Developments on the Chinese side corroborate the spillover of the Harness concept into embodied intelligence: Kinetix AI (Chaowei Dongli) completed a series of angel-plus rounds exceeding 500 million yuan on 2026-09-11 (led by Fountain Venture, with Far Light Ventures and Wanshi Capital following, confirmed by multiple authoritative media sources); XPeng's robotics business completed its first funding round of over $900 million on 2026-08-24 (post-money valuation of about $6.3 billion, a domestic record for a single embodied-intelligence round; consistent across multiple media sources, no official announcement seen); Guangzhou Yunding Technology unveiled RoboForge, a system-level embodied brain, at the World Robot Conference and XAIR Expo (09-03–06) — placing a system layer between the foundation model and robot execution, with a built-in Harness module that records the full-process evidence chain of tasks and converts failure samples into iteration material (jointly developed with Nanyang Technological University, Singapore; its top-ranking results on Embodied Bench and LaRA are vendor self-reported figures). "System-level embodied Harness" now has the dual support of named products and capital supply.

4.4. Market-Size Forecasts

The following data are marked [To be verified], and the measurement scopes differ enormously:

SourceForecast
Grand View ResearchThe global generative-AI market is about $22.2 billion in 2025 and about $324.7 billion in 2033, a CAGR of 40.8%
Bloomberg IntelligenceAbout $2.3 trillion by 2032

Judgment: The two figures differ by nearly an order of magnitude, rooted in different market scopes (models / full stack / AI-enabled services). This project recommends citing them only directionally, not as decision inputs. No authoritative estimate for the market size of the Harness layer itself was found in this research; it is marked [To be filled].


5. Outlook for the Next 12 to 24 Months

Synthesizing the three main lines above, the following outlook can be offered (the following are judgments, not statements of fact):

DirectionOutlookConfidence
Harness will get lighterHolds. Models absorb some capabilities and hard-coded orchestration is being continually removed (supported by grade-A official self-description)High
Harness will not disappearHolds. Model post-training coupled to specific Harness structures actually strengthens the dependence on Harness designHigh
Trajectory data becomes a moatLikely holds. The pipeline feeding trajectories captured by Harness back into training is already emerging (grade B)Medium
Breakthrough in evaluation methodologyLikely to occur. Maturity-model transplants such as "Harness coverage" are already on the agenda (grade-A open problem)Medium
MCP continues to evolve rather than freezeHigh probability. The 2026-07-28 statelessness plus the 12-month deprecation window show the evolution mechanism is establishedHigh
Mutual recognition of US-China identity systems reaches the agendaMid-term issue. Both A2A Signed Agent Cards and GB/Z identity codes are already in placeMedium
China's identity code converts to a mandatory national standardHigh probability. The authorities have explicitly said "promote at an appropriate time"Medium-high
Harness spills beyond software engineering into embodied and industrial domainsSignal strengthened: system-level embodied Harness is now backed by named products (Yunding RoboForge, grade B) and capital eventsMedium

Two uncertainties need to be emphasized:

  1. The cadence of model capability leaps is unpredictable. If a capability step-change occurs, most of the architectural judgments in this document would need to be re-evaluated within 6 months.
  2. This research found no agent-interconnection international standard at the ISO/IEC level; there is currently no authoritative information. If progress occurs at that level, the judgment of the global standardization landscape would need to be rewritten.

6. Summary

The future development of AI Harness can be summed up in three sentences:

Technically, it will get lighter but will not disappear. The model and Harness are in a co-evolutionary relationship, not a substitute one. Stronger models absorb part of Harness's responsibilities while also adding another part; and the post-training coupling of the model to a specific Harness raises the importance of Harness design. The agent version of the bitter lesson reminds us: Harness must stay lightweight and be ready at any moment to discard yesterday's "clever" logic.

On standards, the window is closing. AAIF has established neutral governance, MCP has established a deprecation policy and evolution mechanism, and A2A has released v1.0 with Signed Agent Cards. China, meanwhile, has used the seven parts of GB/Z 185—2026 to build the world's first systematic agent-interconnection standard system, with the identity code as the core lever and a plan to convert to mandatory national standards. The two US-China routes are complementary in the short term and will need mutual recognition at the identity level in the long term.

On industry, adoption has saturated while trust has not caught up. The huge gap between the 84% adoption rate and the 3.1% high-trust rate is precisely Harness's market space; the "throughput up, stability down" revealed by DORA is precisely the problem Harness should solve.

One-Sentence Conclusion: AI Harness is moving from an "engineering technique" to an "engineering discipline", from a "cost center" to a "data asset", and from "vendors' private property" to "public infrastructure".


7. Information-Gap Declaration

This document involves the following information gaps, already marked in the corresponding places in the main text:

  1. Agent-interconnection international standard at the ISO/IEC level: No ISO/IEC standard number for agent interconnection was found, either published or under development; there is currently no authoritative information. This directly affects the completeness of the global standards stack in Section 3.1.
  2. Conflict over the GB/Z 185—2026 release date: Three datelines coexist — 2026-05-22 / 2026-06-26 / 2026-07-09. This document presents them side by side; the main text uses "the first half of 2026".
  3. Current data from the Terminal-Bench official site and leaderboard: Not directly scraped; no authoritative first-hand data currently.
  4. Official DORA 2025 URL: Only a relay of https://dora.dev/dora-report-2025 is seen, and its accessibility is unverified; all DORA figures in Section 4.2 are marked [To be verified].
  5. Official URL of McKinsey's The State of AI 2025: Same as above; all McKinsey figures in Section 4.2 are marked [To be verified].
  6. All JetBrains 2025 figures: Relayed from aggregator sites, marked [To be verified].
  7. Chinese vendor movements (DeepSeek 2026-05-20, Xiaomi 2026-06-11, Lingxi Zhiyong 2026-08): All seen only as relays from encyclopedia-style entries, marked [To be verified]; it is strongly advised to double-check them before using them for decisions.
  8. Manus's five re-architectures, LangChain's three redesigns, Vercel's removal of 80% of tools: Grade B/C sources; the case figures are marked [To be verified].
  9. Codex CLI's Rust rewrite ratio (roughly 95% by early 2026): Grade B source, marked [To be verified].
  10. Timeline of Claude model versions in 2026: Seen only in a third-party GitHub timeline repository, marked [To be verified].
  11. Market-size forecast scope differences: Grand View Research and Bloomberg Intelligence differ by nearly an order of magnitude; no authoritative estimate for the market size of the Harness layer itself was found in this research; it is marked [To be filled].
  12. The AGNTCY project: Seen only in AAIF-related survey mentions, not deeply verified; no authoritative first-hand material currently.
  13. Directions recommended for additional searching: group standards / industry specifications from CAICT and AIIA; security-side specifications such as the OWASP Agentic AI Top 10; IEEE standard projects on AI agents; clauses in the EU AI Act related to autonomous agents. None of these four were searched this time.

8. References

  1. Harness design for long-running application development — Anthropic, 2026. https://www.anthropic.com/engineering/harness-design-long-running-apps
  2. Effective context engineering for AI agents — Anthropic, 2025. https://www.anthropic.com/engineering/effective-context-engineering-for-ai-agents
  3. Effective harnesses for long-running agents — Anthropic, 2025. https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents
  4. Harness engineering for coding agent users — Birgitta Böckeler, martinfowler.com, 2026. https://martinfowler.com/articles/harness-engineering.html
  5. Humans and Agents in Software Engineering Loops — martinfowler.com, 2026. https://martinfowler.com/articles/exploring-gen-ai/humans-and-agents.html
  6. Harness engineering: leveraging Codex in an agent-first world — OpenAI, 2026-02-11. https://openai.com/index/harness-engineering/
  7. New tools for building agents — OpenAI, 2025-03-11. https://openai.com/blog/new-tools-for-building-agents
  8. Linux Foundation Announces the Formation of the AAIF — Linux Foundation / AAIF, 2025-12-09. https://aaif.io/
  9. OpenAI co-founds the Agentic AI Foundation under the Linux Foundation — OpenAI, 2025-12. https://openai.com/index/agentic-ai-foundation/
  10. Donating the Model Context Protocol and establishing the AAIF — Anthropic, 2025-12. https://www.anthropic.com/news/donating-the-model-context-protocol-and-establishing-of-the-agentic-ai-foundation
  11. MCP Protocol Versions — MCP Ruby SDK, 2026. https://ruby.sdk.modelcontextprotocol.io/protocol-versions/
  12. Model Context Protocol official site and specification — MCP / AAIF. https://modelcontextprotocol.io/specification/2026-07-28/
  13. A year of open collaboration: Celebrating the anniversary of A2A — Google Open Source Blog, 2026-04-16. https://opensource.googleblog.com/
  14. Linux Foundation Launches the Agent2Agent Protocol Project — Linux Foundation, 2025-06-23. https://www.linuxfoundation.org/press/linux-foundation-launches-the-agent2agent-protocol-project-to-enable-secure-intelligent-communication-between-ai-agents
  15. Release report on the Artificial Intelligence — Agent Interconnection series of national standards — People's Daily, 2026-07-09. https://finance-app.people.cn/n1/2026/0709/c1004-40757059.html
  16. Interpretation of the Artificial Intelligence — Agent Interconnection series of national standards — China Industry Economy Information Network, 2026. https://cinic.org.cn/xw/zcdt/1643418.html
  17. GB/Z 185—2026 implementation: 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. 2025 Stack Overflow Developer Survey — Stack Overflow, 2025-07-29. https://survey.stackoverflow.co/2025/
  19. Stack Overflow 2025 Developer Survey official press release — Stack Overflow, 2025. https://stackoverflow.co/company/press/archive/stack-overflow-2025-developer-survey/
  20. AI Adoption Stats & Trends (DORA / McKinsey / JetBrains aggregation) — daily.dev, 2026-07-19. https://daily.dev/agentic-ai-hub/ai-adoption-stats-trends/
  21. Agent Harness: the core paradigm of AI engineering in 2026 — Tencent Cloud Developer Community, 2026. https://developer.cloud.tencent.com/article/2698416
  22. Harness architecture — Baidu Baike, 2026. https://baike.baidu.com/item/Harness%E6%9E%B6%E6%9E%84/67704948
  23. Model Context Protocol — Wikipedia. https://en.wikipedia.org/wiki/Model_Context_Protocol
  24. Agentic AI Foundation — AI Wiki. https://aiwiki.ai/wiki/agentic_ai_foundation
  25. 12-Factor Agents — Dex Horthy / HumanLayer (URL). https://github.com/humanlayer/12-factor-agents