重新评估大模型代理的自动钩子演化,发现其效果不如简单搜索方法。
Rethinking the Evaluation of Harness Evolution for Agents

- 用匹配反馈和推理预算对比演化与简单搜索基线
- 在终端基准上测试显示演化未持续优于简单搜索
- 发现演化结果泛化能力弱,适合关注评测公平性的研究者
我们重新审视了大语言模型代理自动钩子演化的评估方式。现有方法使用单元测试案例搜索钩子配置,并在相同公开基准上报告最终性能,这引发两大问题:一是钩子演化本身是迭代搜索过程,应与任务级搜索基线在相同反馈和推理预算下比较,以判断收益来自钩子设计改进还是额外搜索;二是搜索与评估共享同一基准,导致性能提升可能过拟合特定任务集。为此,我们在 Terminal-Bench 2.1 上对 GPT-5.4 与 Claude Opus 4.6 进行广泛评估,比较演化方法与简单测试时扩展及发现基线,同时在保留任务上评估演化钩子的泛化性。结果表明,自动钩子演化并未持续优于简单测试时搜索方法,且泛化能力有限。研究质疑了其有效性,强调需建立更公平的评测协议与基准。代码已开源:https://github.com/rethinking-harness-evolution。
原文摘要 · Abstract (English)
We revisit the evaluation of automatic harness evolution for LLM agents. Existing harness evolution methods use unit test cases to search for harness configurations and then report final performance on the same public benchmark. This protocol raises two fundamental concerns. First, harness evolution is itself an iterative search procedure that repeatedly evaluates and revises candidate harnesses using task feedback. As in agentic test-time scaling, it should therefore be compared with simple task-level search baselines under matched feedback and inference budgets to determine whether its gains arise from improved harness design or from additional search alone. Second, because the search and the final evaluation share the same benchmark, the reported gains risk overfitting to that specific task set. To address these concerns, we conduct an extensive evaluation comparing harness evolution with simple test-time scaling and discovery baselines under comparable feedback and inference budgets, and also evaluate evolved harnesses on held-out tasks to assess whether the discovered improvements generalize. Experiments on Terminal-Bench 2.1 with GPT-5.4 and Claude Opus 4.6 show that automatic harness evolution does not consistently outperform simple test-time scaling methods and exhibits limited generalization. Our results raise important questions about the effectiveness of automatic harness evolution and highlight the need for fairer evaluation protocols and benchmarks for automatic harness design. Our code is available at https://github.com/rethinking-harness-evolution.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。