SYNTHESIS NOTE
TopicsAgent Harnessthis note

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?

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?

When you open up the trajectories a harness-evolution meta-agent produces — what it modifies each iteration, which edits get kept or rolled back, which failure classes they target — the edits look rational and well-motivated across the prompt, middleware, and tool layers. Yet a stable core of hard tasks stays unsolved and the overall improvement remains limited relative to simple test-time discovery baselines. The diagnosis is sharp: most edits memorize fixes rather than distill strategies. Much of what gets written into the harness is information a competent agent could rediscover through exploration inside a single rollout, so persisting it saves time on tasks the agent could already solve but rarely converts a failure into a success.

This reframes what harness evolution is buying. The value is not "the harness learned to do new things" but "the harness caches shortcuts for things already within reach." That is why gains shrink once you control the search budget — see Are harness evolution gains really from better design?.

It also sharpens a companion finding: since Do stronger models always evolve harnesses better?, the payoff concentrates exactly where memorized shortcuts substitute for capability the agent lacks. The open question is whether harness evolution can be redirected from memorization toward strategy distillation — edits that encode transferable procedures rather than per-task patches — which is what would actually move the stable core of hard tasks.

Inquiring lines that read this note 10

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 3

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

Concept map
12 direct connections · 67 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

evolved harness edits mostly memorize task-specific fixes rather than distilling reusable strategies