HarnessEvolve 论文:用参考轨迹实现可靠的智能体自我进化

DAIR.AI · @dair_ai · X·2026-09-03 04:50·4小时前
AI 导读

DAIR.AI 推荐 arXiv 论文 HarnessEvolve(https://arxiv.org/abs/2609.00829),该工作指出自进化智能体存在三类失败:仅有终态反馈导致错误归因不清、智能体记住任务特定模式而非通用能力、无防护的更新会抹掉已有能力。

DAIR.AI@dair_ai
40AI 编辑部评分,满分 100

HarnessEvolve 论文:用参考轨迹实现可靠的智能体自我进化

2026-09-03 04:50· 4小时前
AI 导读

DAIR.AI 推荐 arXiv 论文 HarnessEvolve(https://arxiv.org/abs/2609.00829),该工作指出自进化智能体存在三类失败:仅有终态反馈导致错误归因不清、智能体记住任务特定模式而非通用能力、无防护的更新会抹掉已有能力。

Nice paper with great insights on improving self-evolving agents.

Self-evolving agents fail in three specific ways:

  1. Terminal-only feedback makes it ambiguous which step caused the error.
  1. Agents memorize task-specific patterns instead of acquiring general capability.
  1. And unguarded updates quietly erase competence the agent already had.

HarnessEvolve addresses all three in one loop.

For credit assignment it generates reference trajectories, execution paths produced when the agent is given the ground-truth answer, then aligns failed runs against them to extract error signals.

Those signals are clustered so the update targets a systematic pattern rather than one bad rollout.

Two gates stand between a candidate harness update and the live agent. A quality gate filters data leakage and prompt bloat. A performance gate accepts the update only if it improves the current batch without degrading recent batches, with epoch-end validation on a held-out set choosing the snapshot.

Execution, evaluation, optimization and gating are separate modules, so the agent doing the work is decoupled from the pipeline changing it.

Results hold across open-domain and enterprise benchmarks, different models and different agent frameworks.

Paper: https://arxiv.org/abs/2609.00829

Chat with Paper: https://academy.dair.ai/papers/harnessevolve-learning-from-reference-trajectories-for-reliable-agent-self-evolu-2609.00829