cd /news/ai-agents/googles-dream-rsi-reduces-discovery-… · home topics ai-agents article
[ARTICLE · art-133073] src=cryptobriefing.com ↗ pub= topic=ai-agents verified=true sentiment=↑ positive

Google’s Dream-RSI reduces discovery-agent calls by 162x

Google DeepMind researchers, with the University of Maryland and the University of Virginia, developed Dream-RSI, a framework that cuts discovery-agent calls from 51,200 to 317 — a roughly 162x reduction — on a Lasso path solver benchmark task. Dream-RSI runs a three-stage loop that turns an agent's prior search histories into replay simulators, then uses a separate large language model to refine exploration policies offline, achieving recursive self-improvement without updating the core model's weights. The work, published as arXiv:2609.14858 and led by Tong Zheng, used Gemini-3.1-Pro and Gemini-3.7-Flash without fine-tuning and produced solutions that outperformed sklearn and glmnet across six held-out datasets.

read2 min views3 publishedSep 17, 2026
Google’s Dream-RSI reduces discovery-agent calls by 162x
Image: Cryptobriefing (auto-discovered)

A new framework lets AI agents learn from their own search histories instead of burning through expensive compute cycles

Google researchers have built a system that lets AI discovery agents get dramatically smarter without actually doing more work. Dream-RSI, a framework developed by teams at Google DeepMind, the University of Maryland, and the University of Virginia, cuts the number of required discovery-agent calls from 51,200 down to just 317 on a benchmark optimization task. That’s a roughly 162x reduction.

The paper, published on arXiv as arXiv:2609.14858, describes a system that essentially teaches AI agents to replay and learn from their own prior searches rather than running new ones from scratch every time.

How Dream-RSI actually works #

The framework operates on a three-stage loop, each building on the last. First, the system runs an initial phase of online exploration, generating what the researchers call “discovery trees.” These are structured records of every search path the agent took, including the dead ends and the breakthroughs.

In the second stage, those historical trails get transformed into replay simulators. Instead of needing to call the underlying coding agent again, the system reconstructs the decision landscape from data it already has.

The third stage is where the “dreaming” happens. A separate large language model evaluates and refines the exploration policies, things like branching strategies, batching rules, and when to stop searching, all offline. No new expensive agent calls required. The orchestration layer tests different approaches against the replay simulator, figures out what works best, and locks in improved policies for future runs.

The result is recursive self-improvement without updating the core model’s weights. The agent doesn’t need to be retrained.

AI, tech, and the markets they move—in one daily briefing.

Daily. Free. Join 34,000+ readers across crypto, finance, and policy.

The numbers tell the story #

On a Lasso path solver task, the SimpleTES baseline required 51,200 discovery-agent calls. Dream-RSI running on Gemini-3.1-Pro brought that down to 317. Average runtime dropped from 3,587.1 milliseconds to 2,931.0 milliseconds.

The solutions Dream-RSI produced outperformed established libraries like sklearn and glmnet across six held-out datasets. Even compared to a recursive fixed exploration approach that used 550 calls, Dream-RSI’s 317 calls represented a meaningful improvement.

On KernelBench, Dream-RSI achieved performance parity with existing methods while generating 2.43x fewer generations on VGG16 and 1.79x fewer on LayerNorm.

Why this matters beyond the benchmark scores #

Gemini-3.1-Pro and Gemini-3.7-Flash were used in the experiments without any fine-tuning or weight updates. Dream-RSI sits on top of existing models as an orchestration layer.

The research team, led by Tong Zheng and including contributors like Xidong Wu and Zheng Zhang from both Google DeepMind and the partnering universities, has set up a project site and GitHub repository. The code is reportedly being prepared for external release.

Disclosure: This article was edited by Editorial Team. For more information on how we create and review content, see our

Editorial Policy.

── more in #ai-agents 4 stories · sorted by recency
── more on @google 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/googles-dream-rsi-re…] indexed:0 read:2min 2026-09-17 ·