Research / 2026

Alwaysevolving.

Aether AI / Recursive self-improvement

RSIAgent

Autonomous Exploration for Recursive Self-improvement in New Environments

Causality-driven RSI Agent v1

Sibo Zhu1,2,†,‡Shicheng Fan1,3,†,‡Xinyue Wang1,2,†,‡Wenyi Wu1,2,‡Kun Zhou1,*Biwei Huang1

1 Aether AI2 University of California San Diego3 University of Illinois Chicago

† Equal contribution.   * Corresponding author and project leader.   ‡ Work done during internship at Aether AI.

01 / The idea

The next attempt
should not start
from zero.

Unfamiliar software comes with its own interfaces, conventions, and failure modes. An agent can repair a mistake during one attempt and still have to discover the same lesson again in the next.

RSIAgent turns these interactions into persistent experience. It explores, checks outcomes, and consolidates useful procedures into memory that subsequent attempts can reuse—without updating model weights.

curriculum agentPropose what to explore
actor agentAct through code
verifier agentCheck the outcome

Experience is consolidated into memory and informs the next exploration.

01

BRS / Parallel exploration

Broad Recursive
Self-exploration

Explore complementary directions in parallel. Acquire practical knowledge of the environment, tools, and procedures that may matter for the task.

02

DRS / Sequential refinement

Deep Recursive
Self-exploration

Build on that experience through sequential attempts and feedback-guided practice. Revisit hard cases, hidden constraints, and boundary conditions.

03

Evaluation / Memory reuse

Carry the
experience forward

Freeze the accumulated memory and reuse it for task execution after an environment reset. The model weights and agent harness remain unchanged.

RSIAgent framework illustrated with a FreeCAD task: broad parallel exploration, deep sequential exploration, and evaluation with frozen memory.
The broad-then-deep framework, illustrated with a FreeCAD task. Open the full figure ↗
Inside the agent harness

Code as policy

The actor agent uses executable programs to interact with software, inspect artifacts, and revise actions from execution feedback. Retained procedures can therefore be inspected and reused as code.

Exploration configuration

The paper’s default configuration uses GLM-5.3 for the actor agent and Kimi-K3 for the verifier and curriculum agents in separate contexts. The curriculum agent receives the target query in both exploration stages.

BRS has a nominal budget of eight projects, with up to four in parallel; budgets are checked between completed waves. DRS proceeds sequentially until the curriculum agent decides that no further useful practice is needed.

02 / The evidence

Same models.
A stronger agent.

Autonomous exploration and memory reuse improve the reported aggregate scores on two computer-use benchmarks.

0808 offline · 82 tasks

OSWorld 2.0

78.98/100

Partial score +7.01 points with RSI

Full-task success 42.68%37.80% without RSI

Near-term · 67 scored tasks

Agents’ Last Exam

84.82/100

Partial score +1.07 points with RSI

Full-task success 50.75%49.25% without RSI

Partial scores on a 0–100 scale, as reported in the manuscript. All ALE aggregates cover the 67 Near-term tasks.

Full model comparison
Manuscript comparison set. Partial: mean task credit. Binary: full-task success. All values are percentages.
Model / methodOSWorld 2.0ALE Near-term
PartialBinaryPartialBinary
Open-source models
Kimi-K2.622.104.6021.709.20
MiMo-V2.523.608.60
DeepSeek V4 Pro43.8119.90
Qwen3.8-Max52.5027.00
Kimi-K358.3071.6040.30
Closed-source models
Claude Opus 4.854.8020.6064.0043.30
Claude Fable 571.1037.30
GPT-5.6 Sol64.1328.1078.8247.76
Claude Opus 570.1934.7279.5446.27
GPT-6 Astra72.6082.2652.24
Gemini-3.8-Flash59.00
Muse Spark 1.366.90
Ours
RSIAgent (w/o RSI)71.9737.8083.7549.25
RSIAgent78.9842.6884.8250.75

—: not reported in the cited benchmark leaderboard or official technical report. Rows with ALE results are ordered by increasing ALE partial score within each comparison group.

Evaluation scope and reporting

OSWorld 2.0: 82 offline tasks, including T082’s setup failure as zero. The RSI aggregate uses 41 reported non-diagnostic RSI entries and the recorded baseline for the remaining tasks.

ALE Near-term: All 67 tasks; the RSI aggregate combines 19 reported RSI scores and 48 retained baseline scores. These include locally corrected grades, qualified ECG public-label transfer, and a separate no-BRS Tax Form variant.

Comparison values follow the paper’s source snapshot of September 11, 2026. They are not a live leaderboard or a matched-budget comparison. Partial-credit improvements do not imply an advantage on every metric.

Source references: OSWorld 2.0, Agents’ Last Exam, and OpenAI’s GPT-6 Astra report.

Ablation study

Broad, then deep.

Full RSI has the highest reported partial score on each of the four selected tasks: spreadsheet repair, audio editing, presentation repair, and liver segmentation.

Ablation bars for T080, T085, T089 and T106, comparing w/o RSI, w/o DRS, w/o BRS and full RSI.
Full RSI bars average two historical evaluations per task. Download the values ↓

Across exploration rounds

Following the trajectory.

The paper follows successive memory checkpoints on three additional tasks. The curves make the evolution of performance across these checkpoints visible.

Recorded partial-score trajectories across RSI steps for T044, T049 and T065.
Checkpoint trajectories from the paper’s RSI-round analysis.

03 / Inside the experience

A lesson that
survives the
next attempt.

REAPER / FreeCAD

From audio production to 3D modeling, follow how broad exploration and deep refinement build memory for the next attempt.

REAPER & FreeCAD · 1 min 29 secNative desktop replays with recorded memory history.

Inside the
REAPER task.

T085 / Audio production in REAPER

Assemble a radio bumper from recorded takes, preserve the requested source order, insert precise gaps, and export a separately processed ending. Getting the content right is only part of the task: the rendered audio must also match the intended edits.

68.0094.17

Partial score (%) · baseline → first frozen-memory RSI evaluation

01 / Explore

Acquire the procedures.

Seven broad-exploration projects cover source selection, precise splicing, silence measurement, and pitch and duration transformations.

02 / Refine

Test the actual render.

Further practice compares native edits with preassembled audio. A sample mismatch prompts a correction to the retained resampling advice.

03 / Reuse

Apply the retained lesson.

The evaluation retrieves the plan-resolution memory, uses its eight recorded source spans, and applies the revised rendering setting.

A concrete retained setting

RENDER_RESAMPLE 0 0 0

The subsequent construction program adopts this revised REAPER setting; the saved re-render check reports identical audio-sample payloads for both deliverables.

Waveforms of the archived REAPER exports. Baseline outputs are above the first RSI evaluation outputs, comparing the full radio bumper and processed ending.
Actual archived audio, visualized as waveform envelopes. Baseline above; first frozen-memory RSI evaluation below.
See the source-fragment arrangement and component scores
Source-fragment arrangement reconstructed from the recorded construction program and the first RSI bumper waveform, with 0.50-second sentence gaps highlighted.
Source-fragment arrangement reconstructed from the recorded program, paired with the saved RSI audio waveform.
T085 component scores, 0–1 scale. RSI is the first frozen-memory evaluation.
ComponentBaselineRSI
Source order0.90620.9062
Sentence gaps0.82501.0000
Closing sting1.00001.0000
Processed final sentence0.28370.8996
Basic duration1.00001.0000
Overall partial score0.68000.9417

The two full-RSI evaluation scores are 0.9417 and 0.9413; their mean, 0.9415, is used in the ablation figure.

04 / Research resources

Explore the details.

Cite this work

@misc{zhu2026rsiagentautonomousexplorationrecursive,
      title={RSIAgent: Autonomous Exploration for Recursive Self-improvement in New Environments},
      author={Sibo Zhu and Shicheng Fan and Xinyue Wang and Wenyi Wu and Kun Zhou and Biwei Huang},
      year={2026},
      eprint={2609.15364},
      archivePrefix={arXiv},
      primaryClass={cs.AI},
      url={https://arxiv.org/abs/2609.15364},
}

Download citation ↓