Preprint
Large Language Models

AI4AI-Bench: Benchmarking LLM Agents in Algorithmic Design for Recursive Self-Improvement

Yizhe Chi, Wenyi Li, Deyao Hong, Xiaoqiu Wang, Mingju Gao, Kaisen Yang, Bingxiang He, Youjie Zheng, Calvin Xiao, Qinhuai Na
August 20, 2026

0

Citations

0

Influential Citations

Venue

2026

Year

Abstract

Recursive self-improvement (RSI) asks whether an AI system can improve the process that produces AI systems, so that the next system inherits the improvement. That process is the training algorithm: a better objective or update rule improves the compute\mbox{-}capability exchange rate for every subsequent run, including the one that produces the next agent. Whether RSI is feasible therefore turns on whether an agent can design training algorithms. No benchmark isolates that ability: existing suites are won by collecting data or by tuning hyperparameters, and none tells a change to how a run is executed apart from a change to how the model learns. We present AI4AI\mbox{-}Bench, 10 frozen research repositories spanning 10 training algorithm families. In each task, an agent has 4 hours on one B300 to rewrite the training algorithm; its code is then rerun from scratch for up to 12 hours and scored by a fixed evaluator hidden from the agent, against the repository's original algorithm under the same procedure. Because the 10 metrics are incommensurable, every task is mapped onto one scale on which $0$ is an uninformative model, $0.1$ is the algorithm the repository ships, and $1.0$ is the task optimum. Across 29 configurations of 6 systems on all 10 tasks the mean score is $0.166$, and the best system reaches $0.250$: even the strongest closes under a fifth of the distance between the algorithm that was already there and the optimum. The submissions show where that distance went: most never change how the model learns at all, and the minority that do average $0.226$ against $0.126$ for the rest. More reasoning effort mostly buys the willingness to go there, taking that minority from $8\%$ of submissions to $64\%$ and the mean score from $0.094$ to $0.196$. We release the task suite, the evaluators and every scored submission, so that the measurement can be repeated as these systems change.

Analysis

Why This Paper Matters

Recursive self-improvement (RSI) is a central goal in AI, but progress has been hard to measure because existing benchmarks conflate data collection or hyperparameter tuning with genuine algorithmic improvement. AI4AI-Bench isolates the core ability: rewriting the training algorithm itself. By providing a controlled environment with frozen repositories and hidden evaluators, it offers a rigorous testbed for whether LLM agents can improve the compute-capability exchange rate—the essence of RSI.

The paper's findings are sobering: even the best system closes only a quarter of the gap between the original algorithm and the optimum. This quantifies the current gap between LLM agents and the algorithmic innovation needed for self-improvement. The benchmark's design, with a unified scoring scale, allows meaningful comparison across diverse tasks, making it a valuable tool for tracking future progress.

Technical Contributions

  • Task suite: 10 frozen research repositories, each representing a distinct training algorithm family (e.g., optimizers, loss functions, update rules).
  • Unified scoring: Maps incommensurable metrics to a 0-1 scale where 0 is an uninformative model, 0.1 is the repository's original algorithm, and 1.0 is the task optimum, enabling cross-task aggregation.
  • Controlled evaluation: Agents get 4 hours on a B300 to rewrite code; the rewritten algorithm is then rerun from scratch for up to 12 hours and scored by a fixed evaluator hidden from the agent, ensuring fairness.
  • Open release: All tasks, evaluators, and scored submissions are released to allow repeatable measurement as systems improve.

Results

Across 29 configurations of 6 systems, the mean score is 0.166, and the best system reaches 0.250. This means even the strongest agent closes under a fifth of the distance between the existing algorithm and the optimum. The analysis reveals that most submissions never change how the model learns at all; only a minority do, and those average 0.226 versus 0.126 for the rest. More reasoning effort (e.g., longer inference or more attempts) significantly increases the willingness to modify the learning algorithm, raising the modification rate from 8% to 64% and the mean score from 0.094 to 0.196.

Significance

AI4AI-Bench provides a concrete, reproducible measure of an agent's ability to design training algorithms, which is a prerequisite for recursive self-improvement. The results highlight that current LLM agents are far from achieving RSI, but the benchmark offers a clear target for improvement. As systems evolve, the released suite enables the community to track progress and identify which capabilities (e.g., reasoning effort) are most impactful. This work could catalyze research into algorithmic design as a distinct skill, potentially leading to agents that can genuinely improve their own training processes.