SYNTHESIS NOTE
TopicsAgent Harnessthis note

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.

Synthesis note · 2026-07-17 · sourced from Agent Harness
Where does agent reliability actually come from? How do you navigate synthesis across fragmented research topics?

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? Does externalizing cognitive work and state improve agent reliability?

Related concepts in this collection 2

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
13 direct connections · 113 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

harness-evolution gains must be measured against test-time search baselines under matched budgets to attribute them to design