Are harness evolution gains really from better design?
When automatic harness evolution improves agent performance, how much of that gain comes from smarter design versus simply running more search? Understanding this distinction requires careful experimental controls.
Automatic harness evolution improves an agent's prompts, tools, memory, and control logic by repeatedly evaluating candidate harnesses against benchmark tasks and revising them. But that revision loop is itself a search procedure — it spends feedback and inference budget hunting for configurations that score well. So when an evolved harness beats the baseline, the gain is confounded: it could come from a genuinely better harness design, or simply from having run more search than the comparison.
The methodological fix is to hold the budget constant. Compare harness evolution against a simple task-level test-time-search baseline given the same feedback signal and the same inference budget. Only the residual — improvement beyond what equal search buys — is attributable to harness design. This is the harness instantiation of a broader eval discipline: because Does a single benchmark score actually predict agent readiness?, a single headline number under uncontrolled budget misleads.
There's a second confound the same paper names: when the evolution search and the final evaluation share one benchmark, reported gains risk overfitting to that task set, so held-out tasks are needed to show the discovered harness generalizes rather than memorizes the test. Together these two controls — matched-budget baselines and held-out evaluation — are what separate "the harness got better" from "we searched harder on the test."
Inquiring lines that read this note 11
This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.
How does objective evolution guide discovery better than fixed planning? Do harness improvements transfer across model scales or memorize shortcuts?- Can harness updates benefit agents equally across all model sizes?
- How should harness scaffolding be treated as a first-class object?
- What makes harnesses more tangled than other types of agent code?
- Why do mid-tier models benefit more from memorized harness shortcuts?
- Can harness evolution be redirected toward distilling transferable procedures instead?
- Why do evolved harness edits mostly memorize rather than generalize?
- What feedback signals matter most during harness evolution search?
Related concepts in this collection 2
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Do harness edits learn strategies or just memorize fixes?
When a meta-agent evolves a harness over time, does it discover transferable principles that solve new classes of problems, or does it mainly cache task-specific workarounds that don't generalize?
the mechanism behind why matched-budget gains stay small
-
Does a single benchmark score actually predict agent readiness?
Single-axis benchmarks rank models by one capability—like task success—but ignore privacy, duration, operating mode, and ecosystem fit. Can one number really capture what matters for deployment?
same eval discipline applied to agent benchmarks generally
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Rethinking the Evaluation of Harness Evolution for Agents
- Harness Updating Is Not Harness Benefit: Disentangling Evolution Capabilities in Self-Evolving LLM Agents
- Scaling Laws for Agent Harnesses via Effective Feedback Compute
- Harness Handbook: Making Evolving Agent Harnesses Readable,Navigable, and Editable
- Bilevel Autoresearch: Meta-Autoresearching Itself
- Harness-1: Reinforcement Learning for Search Agents with State-Externalizing Harnesses
- From Model Scaling to System Scaling: Scaling the Harness in Agentic AI
- AlphaGo Moment for Model Architecture Discovery
Original note title
harness-evolution gains must be measured against test-time search baselines under matched budgets to attribute them to design