AIAny
Icon for item

Dream-RSI: Recursive Self-Improvement through Evolving Worlds

Turns past discovery traces into replayable simulators so alternative exploration policies can be evaluated offline ('dreaming'), enabling fast, low-cost meta-level policy improvement for agent-driven discovery across coding, optimization, and GPU-kernel tasks.

Introduction

Most exploration strategies for agent-driven discovery are either fixed or require expensive, long-horizon online evaluation to improve. The core insight here is to reuse accumulated discovery trees as replayable simulators, enabling immediate off-policy feedback so many candidate exploration policies can be evaluated cheaply in "dreams" before redeploying the best policy online.

Key Findings
  • History-as-simulator: Treating recorded discovery trees as replay worlds provides low-cost, reusable feedback for meta-policy evaluation, avoiding long and costly online rollouts.
  • Three-stage RSI loop: Alternate between Online Explore (collect traces), Construct Replay Simulator (convert trees into simulators), and Dreaming-based Policy Improvement (evaluate many candidate policies offline and update only the exploration-policy code).
  • Empirical gains: Across 8 tasks in algorithm engineering, mathematical optimization, and GPU kernel engineering, Dream-RSI matches or improves discovery quality while reducing agent calls and budget substantially (examples: up to 162× fewer agent calls vs a baseline in some settings; 1.79–2.43× fewer generations to reach kernel targets or up to 2.09× kernel speedup under identical budgets).
  • Practical setup: Keeps the underlying coding agent, evaluator, and execution interfaces fixed; only the orchestration/exploration policy is iteratively revised by an LLM-based policy-development agent.
Who it's for and trade-offs

Great fit if you run LLM-driven discovery loops where online evaluations are expensive and you can log detailed proposal/evaluation traces. It benefits researchers and engineers optimizing exploration allocation or automating algorithm/kernel search. Look elsewhere if your domain lacks repeatable execution traces, if the discovery space is highly nonstationary such that past traces poorly predict future outcomes, or if ground-truth online evaluation is inexpensive enough that simulator bias outweighs offline speedups.

Where It Fits

Positions as a meta-layer RSI method for agent orchestration and experimental design, complementary to work that fine-tunes model weights or augments prompt/context. It targets improvement of exploration policies rather than the base models themselves.

How It Works

Dream-RSI logs discovery trees during regular operation, converts them into replay simulators that can answer "what would have happened" under alternative branching choices, then runs massive offline evaluations of candidate exploration policies (the "dreaming" phase). The best-performing policy is deployed for the next online round, expanding the simulator pool and closing the recursive loop.

Information

  • Websitearxiv.org
  • OrganizationsAffiliation: \thepa, Affiliation: University of Maryland, College Park, Affiliation: Google Deepmind, Affiliation: University of Virginia
  • AuthorsTong Zheng, Xidong Wu, Zheng Zhang, Zhankui He, Chaoyi Zhang, Benjamin Coleman, Ruoqiao Wei, Di Bai, Haolin Liu, Rui Liu
  • Published date2026/09/14

Categories

More Items

Presents Atria Dawn Preview, an agentic foundation LLM trained with a Verifiable Experience Pipeline to connect tool-mediated interactions to executable environments; evaluated across 16 real-world research and engineering benchmarks with top scores on five, and a human–AI collaboration analysis of 769 task records.

Synthesizes a deployment-specific safety harness (natural-language policy plus executable logic) for a frozen LLM in a target domain, using model behavior, domain specs, and adversarial review to optimize safety–utility trade-offs and transfer across agent benchmarks.

Defines the Discovery Certification Protocol (DCP) to audit claims of discovery by AI research agents, converting claims into executable recovery and feedback tests. Specifies multi-gate certification, Core control requirements, and a deterministic offline verifier; validated in two controlled audits.