Re-evaluation shows harness evolution for agents may not outperform simple test-time scaling

Authors find that automatic harness evolution does not consistently beat basic search baselines and exhibits limited generalization to held-out tasks.

PaperTop Universitycs.AIarXiv:2607.12227v1
Yike Wang · Huaisheng Zhu · Zhengyu Hu · Yige Yuan · Zhengyu Chen · Shakti Senthil · +4 more

Allen Institute for AI · University of Washington

Research Digest··2 min read
Wang et al. revisit the evaluation of automatic harness evolution for LLM agents, comparing it with simple test-time scaling and discovery baselines under matched feedback and inference budgets. They find that harness evolution does not consistently outperform these baselines on Terminal-Bench 2.1 and shows limited generalization to held-out tasks, raising concerns about overfitting and the effectiveness of the approach.

What they did

Wang et al. compared automatic harness evolution—an iterative search for agent harness configurations using unit test feedback—with two baselines: simple test-time scaling (e.g., best-of-N sampling) and discovery baselines (e.g., prompt optimization). They matched the number of feedback calls and inference budget across all methods. Experiments were conducted on Terminal-Bench 2.1 using GPT-5.4 and Claude Opus 4.6. They also evaluated evolved harnesses on a set of held-out tasks to test whether improvements generalize beyond the benchmark used during search.

Key findings

  • Harness evolution does not consistently outperform simple test-time scaling methods when feedback and inference budgets are matched.
  • Evolved harnesses show limited generalization to held-out tasks, suggesting overfitting to the specific benchmark used during search.
  • The gains attributed to harness evolution appear to stem largely from the iterative search process itself, rather than from improved harness design.
  • These results challenge the validity of existing evaluation protocols that report final performance on the same benchmark used for search.

Why it matters

This work questions the prevailing narrative that automatic harness evolution yields superior agent designs. It underscores the need for more rigorous evaluation standards—including matched search budgets and generalization tests—to avoid conflating the benefits of search with genuine improvements in harness design.

Caveats

The study is limited to two frontier models and one benchmark (Terminal-Bench 2.1). The baselines chosen (test-time scaling, discovery) may not capture all possible comparison methods. The held-out tasks, while representative of some agentic scenarios, may not cover the full diversity of real-world applications.

§

Analysis

The paper joins a growing body of work that re-examines complex AI methods by comparing them to simpler baselines under controlled budgets. Its findings echo lessons from the broader literature on test-time scaling and prompt optimization, where search-based gains often mask the absence of architectural improvement. This work provides a methodological template for fairer evaluation of automated agent design techniques.

newspaper

Research Digest

Articles published under the Zotpaper byline are synthesized from multiple source publications by our AI editor and reviewed by our editorial process. Each story combines reporting from credible outlets to give readers a balanced, comprehensive view.