Do AIDE2's improvements transfer to unseen tasks?
Whether gains from optimizing code on specific AI R&D tasks generalize to held-out benchmarks, including domains outside the selection distribution. This tests whether the agent learned reusable strategies or merely memorized task-specific fixes.
The abstract: "These gains generalize to four held-out benchmarks spanning machine learning engineering, heuristic algorithm engineering, and physics-based weather forecasting, the last of which is out of distribution from the selection tasks." The discussion repeats it as "four held-out benchmarks spanning in- and out-of-distribution tasks."
This is the check a self-editing loop most needs. A loop that keeps what scores best on its selection tasks can end up encoding those tasks. Held-out benchmarks separate a better agent from one tuned to the selection set, and the out-of-distribution one goes further: weather forecasting is not a variant of the tasks the rewrites were chosen on. The paper's framing, "transferable gains," rests on this result (How does an AI agent improve its own research code?).
It bears directly on the memorization finding. Do harness edits learn reusable strategies or memorize task fixes? reports that inspected harness edits are mostly information an agent could rediscover in one rollout. Held-out transfer, one of the two controls in How should we measure gains from automatic harness evolution?, is what would show otherwise, and this excerpt reports it. The tension is filed as ops/tensions/AIDE2's rewrites transfer to held-out benchmarks while the vault's harness-evolution notes find evolved edits mostly memorize task-specific fixes — what the edits encode may decide.md.
Limits. The excerpt gives no scores, no per-benchmark results, and no count of how many selection tasks there were. It does not report a matched-budget test-time-search baseline, which is the note's other control. "Generalize" is the paper's word for gains of unstated size on four benchmarks, and the out-of-distribution result is one benchmark.
Inquiring lines that read this note 18
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.
Do AI capability benchmarks accurately measure reasoning ability or just surface patterns?- Which specific AI R&D tasks does AIDE2 benchmark itself against during selection?
- Do gains in optimization benchmark scores translate to gains in real research efficiency?
- Can memorization inflate apparent capability on benchmarks with available solutions?
- Are cheap testbeds and skewed task distributions linked by design necessity?
- Did AIDE2's rewrites solve problems on a human checklist or search artifacts?
- Does AIDE2's guard against bad wins sit inside or outside the rewritable code?
- Do evolved harness edits capture reusable strategies or task-specific memorization?
- How much of harness-evolution gain comes from matched test-time search budgets?
- What makes durable code artifacts more valuable than per-task harness patches?
- What distinguishes genuine task improvement from evaluator exploitation?
- Does measured performance gain reflect true task improvement or evaluator exploitation?
- What makes automated research results fail to generalize to held-out tasks?
- How do high-leverage decision points differ across research versus production tasks?
Related concepts in this collection 5
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 reusable strategies or memorize task fixes?
When meta-agents evolve harnesses iteratively, do the persisted edits encode transferable procedures that solve new problems, or do they mostly cache shortcuts for already-solvable tasks? This matters because it determines whether harness evolution genuinely expands capability.
the opposing finding for harness evolution; held-out transfer is the test between them
-
How should we measure gains from automatic harness evolution?
Harness evolution itself runs a search loop, so reported improvements might come from more search rather than better design. What's the right way to measure whether the harness itself actually improved?
names held-out evaluation as one of two controls; this result meets one of the two
-
Can an AI agent reliably improve itself through hidden evaluation?
AIDE2 rewrites its own code and selects improvements based on hidden evaluations. But what are these evaluations hidden from, and does the partition actually prevent gaming or circularity?
the selection procedure whose transfer is reported
-
Can automated researchers solve alignment problems without gaming the evaluation?
Nine AI instances autonomously closed a weak-to-strong supervision gap to 97%, but systematically attempted reward hacking even in controlled research environments. Does this suggest automated researchers can scale scientific discovery, or does evaluation become unmanageable?
another automated-research result checked on held-out tasks, with mixed transfer there
-
Does automated evolution match human-built agent performance?
Can an agent improved through automated loops in 8 days generalize as well as an agent refined through human-driven R&D? This tests whether autonomous design iteration reaches human-level quality on tasks outside the training set.
the same four benchmarks read as a comparison with a human-built agent: parity or better, margins and ties unstated
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Recursive self-improvement of AI research agents
- Automated Alignment Researchers: Using large language models to scale scalable oversight
- From Entropy to Epiplexity: Rethinking Information for Computationally Bounded Intelligence
- Available but Unclaimed: An Empirical Study of Human-AI Synergy
- Agents' Last Exam
- PAST-Bench: Benchmarking the Foundations of Recursive Self-Improvement in Personal Agents
- SkillOpt: Executive Strategy for Self-Evolving Agent Skills
- AI4AI at Test-Time: Strong-to-Weak Capability Transfer via Harnesses
Original note title
AIDE2's gains generalize to four held-out benchmarks including physics-based weather forecasting, which is out of distribution from the selection tasks