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?
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?- 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?
- 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 3
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
-
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.
explains why the measured gains stay small once budget is matched
-
Do stronger models always evolve harnesses better?
We explore whether base model capability predicts both the ability to write useful harness updates and the ability to benefit from them. The answer reshapes how we should allocate capability in self-evolving agent systems.
where memorized-fix payoff concentrates
-
What makes agent-authored code worth persisting and sharing?
Agent-created artifacts like patches, tests, and skill libraries outlive single tasks, but we lack guidance on what should persist, how to maintain consistency across agents, and when persistence is worth the engineering effort.
the contrast: durable reusable artifacts vs memorized per-task patches
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
- Harness Handbook: Making Evolving Agent Harnesses Readable,Navigable, and Editable
- Scaling Laws for Agent Harnesses via Effective Feedback Compute
- MetaClaw: Just Talk — An Agent That Meta-Learns and Evolves in the Wild
- Bilevel Autoresearch: Meta-Autoresearching Itself
- Large Language Model Agents Are Not Always Faithful Self-Evolvers
- Darwin Godel Machine: Open-Ended Evolution of Self-Improving Agents
Original note title
evolved harness edits mostly memorize task-specific fixes rather than distilling reusable strategies