Hugging Face Daily PapersPeng Xia, Rujun Han, Zifeng Wang1 min readpaperadvanced
RRSI: Regularized Recursive Self-Improvement of Agent Harnesses
Summary
RRSI adds budget‑annealed edit limits, trajectory exploration incentives, a benchmark‑aware critic, and a pruning step to recursive self‑improvement of LLM agent harnesses, yielding up to +14.1 points on in‑distribution tasks and +4.7 on OOD benchmarks while cutting policy token usage by 30%.
- Constraining the number of simultaneous harness edits (annealed budget) prevents over‑fitting to the training tasks.
- A critic that filters proposals per benchmark and a pruner that drops tiny, expensive, or stale changes steer evolution toward reusable mechanisms.
- Regularized evolution improves out‑of‑distribution performance modestly (up to 4.7 points) and reduces inference cost (≈30% fewer policy tokens).
- The approach is generic: it can be plugged into any LLM‑based agent framework that supports iterative harness edits.
Recursive self‑improvement of LLM agents promises rapid capability gains, but without regularization it simply memorizes the training suite. RRSI shows a practical way to keep the evolution generalizable and efficient, a concern for anyone building production‑grade autonomous agents.
8/10