RRSI: Regularized Recursive Self-Improvement of Agent Harnesses
Summary
This paper introduces Regularized Recursive Self-Improvement (RRSI) for AI agent harnesses, which applies regularization to prevent overfitting during recursive evolution, demonstrating performance gains on multiple benchmarks.
View Cached Full Text
Cached at: 09/22/26, 03:24 AM
Paper page - RRSI: Regularized Recursive Self-Improvement of Agent Harnesses
Source: https://huggingface.co/papers/2609.24972 Published on Sep 21
#2 Paper of the day Authors:
,
,
,
,
,
,
,
,
,
,
,
,
Abstract
AnLLMagent’scapabilityislargelymagnifiedbyitsharness,namelytheprompts,controlflow,tooling,memory,andcontextmanagementsurroundingthefrozenbackbonemodel.Recentmethodsincreasinglyautomatethisprocessbyiterativelyproposingandselectingcomponent-wiseeditsofanagentharness,practicallyestablishingaformofrecursiveself-improvement(RSI)attheagent-systemlevel.However,suchrecursiveevolutionmayoverfitbymemorizingthetrainingtasks,showinglargein-distributiongainsthatshrinkorevenvanishonout-of-distributionbenchmarks.WeintroduceRegularizedRecursiveSelf-ImprovementofAgentHarnesses(RRSI),whichincorporatestheprinciplesofregularizationsintoharnessself-improvementbyconstrainingtheevolutioncandidateproposalandselection.Theproposeroperateswithatemporallyannealedbudget,limitinghowmanyeditsacandidatecanbundle,anditencouragesunexploredtrajectoriesbasedonevolutionhistory.Theselectorisequippedwithacriticandapruner:thecriticscreensbenchmark-specificproposals,whilethepruner,removeschangesthataretoosmall,tooexpensive,ornolongeruseful.Togethertheseconstraintsfavorreusableagentmechanismsoverbenchmark-specificonesorevennoises.Acrosseightbenchmarksspanningcoding,agenticworkspaceandengineeringdesigntasks,RRSIgainsupto14.1pointsonthesplititevolvesagainstandupto4.7pointsonthefiveout-of-distributionbenchmarks,whileproducingaharnessthatrunson30%fewerpolicytokensthantheunregularizedevolution.Codeisavailableathttps://github.com/google-research/rrsiandprojectpageishttps://regularized-rsi.com/.
View arXiv pageView PDFProject pageGitHub2Add to collection
Get this paper in your agent:
hf papers read 2609\.24972
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.24972 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.24972 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.24972 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
ModularRSI: Modular and Generalizable Recursive Harness Self-Improvement
ModularRSI introduces a modular and generalizable framework for recursive self-improvement in AI agent harnesses, using contrastive learning across tasks to evolve modules independently and enhance performance on unseen tasks.
Recursive Harness Self-Improvement
Introduces Recursive Harness Self-Improvement (RHI), a method that iteratively refines prompt-level harness specifications for AI agents using pairwise feedback, improving performance and reducing inference cost by up to 60% on diverse machine learning research tasks.
@SakanaAILabs: From Harness Engineering to RSI How will recursive self-improvement (RSI)—where AI builds and improves itself—be realiz…
Lilian Weng's blog post argues that recursive self-improvement (RSI) in AI will be realized through refining the design and optimization of the 'harness' (the system surrounding the model), and highlights research examples from Sakana AI.
Can AI Improve Itself? RSI Might Be the Answer [R]
Introduces HarnessOpt-Bench to measure recursive self-improvement in AI, evaluating 5 frontier models on 4 tasks and finding that model choice has a greater impact than coding harness choice.
RSIAgent: Autonomous Exploration for Recursive Self-improvement in New Environments
RSIAgent is a training-free multi-agent framework that enables digital agents to adapt to new environments through recursive self-improvement, autonomous memory construction, and broad-then-deep exploration, outperforming closed-source models on benchmarks.