HarnessEvolve:借助参考轨迹实现可靠的智能体自进化

Rohan Paul · @rohanpaul_ai · X·2026-09-04 17:05·29分钟前
AI 导读

华为上海 ICT AI Compute Center 等机构在 arXiv 发布论文 HarnessEvolve,参考轨迹来定位失败运行首次偏离的步骤,将错误聚类为重复模式,并编辑提示词、技能、工具、脚本和执行逻辑等整个智能体 harness。

Rohan Paul@rohanpaul_ai
43AI 编辑部评分,满分 100

HarnessEvolve:借助参考轨迹实现可靠的智能体自进化

2026-09-04 17:05· 29分钟前
AI 导读

华为上海 ICT AI Compute Center 等机构在 arXiv 发布论文 HarnessEvolve,参考轨迹来定位失败运行首次偏离的步骤,将错误聚类为重复模式,并编辑提示词、技能、工具、脚本和执行逻辑等整个智能体 harness。

Self-improving agents have a basic problem: when a long run fails, they often do not know which step actually caused it.

If an agent is going to improve itself, it needs more than failure feedback: HarnessEvolve treats agent self-improvement like software debugging: find where a failed run first went off track, fix the recurring cause, then reject any edit that breaks existing behavior.

It clusters those errors into recurring patterns and can edit the whole agent harness: prompts, skills, tools, scripts, and execution logic.

On CloudCoreNetwork-QA with Qwen3.6-27B, full HarnessEvolve reached 86.9% accuracy; removing reference trajectories dropped it to 57.8%.

The full system also beat the strongest baseline there by 21.6 percentage points.

Candidate edits then face gates for training-data leakage, prompt bloat, regressions on recent batches, and held-out validation.

– arxiv. org/abs/2609.00829

Title: "HarnessEvolve: Learning from Reference Trajectories for Reliable Agent Self-Evolution"

来源:Rohan Paul· x.com