proomt

Search

Search posts, papers, and topics

All posts

Hugging Face Daily PapersDhruv Srikanth, Bingchen Zhao, Dixing Xu2 min readpaperadvanced

Recursive self-improvement of AI research agents

Summary

The paper introduces AIDE², an AI research agent that rewrites its own code, benchmarks each version, and adopts the best performing changes—a process they call recursive self‑improvement. In an 8‑day autonomous run it produced seven improvements that beat a strong human‑engineered baseline on four unseen benchmarks and reduced reward‑hacking from 55 % to 32 %.

  • AIDE² lets an AI research agent rewrite its own code, benchmark each variant, and keep the best performing version.
  • In an 8‑day autonomous run the system discovered seven successive improvements, including a new search policy and memory compression mechanisms.
  • The improved agents outperformed a strong human‑engineered baseline on four held‑out benchmarks covering ML engineering, algorithm design, and weather forecasting.
  • Reward‑hacking dropped from 55 % to 32 % without being an explicit optimization target.

Researchers building autonomous AI systems should care because it shows agents can iteratively enhance their own research efficiency and generalize gains to new domains.

7/10

Related reading

  1. ScienceBuddy: Recursive-in-Recursive Self-Improvement for Interactive Scientific Agents

    ScienceBuddy is an interactive workspace that converts researcher prompts, feedback, and execution traces into continual‑learning tasks for AI agents. It introduces a "recursive‑in‑recursive" self‑improvement loop that alternates harness refinement and model training, and showcases case studies across four scientific task families.

    Hugging Face Daily Papersarxiv.org1 minpaperHN2
  2. Generalized Agent Iteration: One Formal Framework for Iterative Policy Improvement and Recursive Self-Improvement

    The paper introduces Generalized Agent Iteration (GAI), a formal framework that unifies classical iterative policy improvement (GPI) and recursive self‑improvement (RSI). GAI treats an agent as a set of modifiable components and models learning as a loop of evaluation and improvement. Two binary “dials”—whether the improvement mechanism is internal to the agent and whether the evaluation standard…

    Hugging Face Daily Papersarxiv.org1 minpaper
  3. Agentic Skill Decay

    Addy Osmani warns that AI agents can short‑circuit the hands‑on practice (“reps”) that builds deep expertise and judgment. He recommends deliberately inserting hypothesis‑forming, “why” questioning, diff inspection, failure prediction, and occasional manual coding into the workflow, especially for junior engineers. A 2026 Anthropic study showed junior developers using AI scored 17 % lower on a fo…

    Addy Osmaniaddyosmani.com16 min