AI4AI-Bench: Benchmarking LLM Agents in Algorithmic Design for Recursive Self-Improvement
- Field: NLP
- Authors: Yizhe Chi, Wenyi Li, Deyao Hong, Xiaoqiu Wang
- Published: 2026-08-22
- arXiv: 2608.20318
- 10 frozen research repositories covering 10 training-algorithm families
- Each task: an agent has 4 hours on a single B300 GPU to rewrite the training algorithm
- The resulting code is then re-run from scratch for up to 12 hours, scored by a fixed evaluator
- Since the 10 task metrics are not comparable, each task maps results to a shared scale:
- 0 = uninformative model
- 0.1 = repository's original algorithm
- 1.0 = task optimum
- 29 configurations across 6 systems average 0.166 across all 10 tasks
- The best system reaches only 0.250 — even the strongest agent closes less than one-fifth of the gap between existing algorithms and the optimum
- Most submissions never change how the model learns; the few that do average 0.226 vs. 0.126 for the rest
- Increased reasoning effort mainly buys the willingness to attempt such changes
Overview
Recursive self-improvement (RSI) asks whether AI systems can improve the process that produces AI systems. That process is the training algorithm: better objectives or update rules improve the compute-capability exchange rate of each subsequent run, including the run that produces the next agent. Existing benchmarks cannot isolate this capability.
Benchmark Design
The paper introduces AI4AI-Bench, consisting of:
Key Findings
*Auto-collected on 2026-08-22.*