Bitcoin

Bitcoin

$77,213.55

BTC 0.28%

Ethereum

Ethereum

$2,106.63

ETH 0.42%

  • Login
  • Register
Metaverse Media Group
  • Home
  • Crypto
  • NFTs
  • Artificial Intelligence
  • More
    • Technology
    • Business
    • Newsletter
No Result
View All Result
  • Home
  • Crypto
  • NFTs
  • Artificial Intelligence
  • More
    • Technology
    • Business
    • Newsletter
No Result
View All Result
Metaverse Media Group

Google Deepmind’s Dream-RSI helps AI agents improve by “dreaming” about past attempts

Google Deepmind’s Dream-RSI helps AI agents improve by “dreaming” about past attempts

The Decoderby The Decoder
19 September 2026
Google and Deepmind’s Dream-RSI lets AI agents “dream” through past search runs to test new strategies without costly recalculations. In tests, it matched or beat existing results, cutting iterations by a factor of up to 2.43. Only the search strategy adapts, while the underlying AI model stays unchanged. The article Google Deepmind’s Dream-RSI helps AI agents improve by “dreaming” about past attempts appeared first on The Decoder….


Jonathan Kemper


Sep 19, 2026

Image description

Nano Banana Pro prompted by THE DECODER

Researchers at Google and Deepmind have developed a method that helps AI agents tackle difficult search tasks more efficiently. It uses past search runs to test new strategies without repeating costly computations.

Self-improving AI agents are supposed to one day discover new algorithms, solutions to math problems, or faster code on their own. They follow the same basic process of proposing a solution, evaluating the result, learning from it, and trying again. Over thousands of attempts, they gradually work toward a good result.

For complex tasks, the search space can grow enormous. The agent must constantly decide which promising approaches to pursue, which to try in parallel, and which to abandon. This process, called exploration, can determine whether the search succeeds or wastes compute chasing the wrong ideas.

A research team from Google and Deepmind has introduced “Dream-RSI” to improve those decisions. The method changes how the agent searches, not the underlying AI model.

Existing approaches generally handle exploration in two ways. A fixed search strategy can’t learn from experience, so the agent may repeatedly hit the same dead ends. Adapting the strategy during a search avoids that rigidity but comes at a cost. It takes many attempts to find out whether a strategy works, and testing countless alternatives would mean repeating long, expensive runs.

Replaying past searches makes new strategies cheaper to test

The researchers propose reusing data from a completed search to test alternative strategies within the space the agent has already explored. The agent records its attempts and their results as it searches, providing the data needed to replay those decisions later.

The researchers compare this to finding your way through an unfamiliar area. On your first visit, you hit dead ends, double back, and struggle to find a route. Once you have a mental map, though, you can plan another route without visiting every spot again.

Dream-RSI applies that principle to recorded search histories. Rather than testing a new strategy in a live run, the agent runs it against stored results. This lets it check what would have happened if it had pursued other approaches first or abandoned some earlier. The system doesn’t invent entirely new solutions during replay; it tests different decisions within the recorded search tree.

Diagram of a recorded search tree showing two alternative strategies following colored paths, each scored for quality, cost, and latency.
Because all results are stored in the search tree, thousands of alternative strategies can be tested without calling the model or evaluator again. | Image: Google Deepmind

Because those results already exist, the agent doesn’t need to generate or evaluate solutions again, avoiding the expensive computations a live run would require. That makes testing new search strategies much cheaper. The researchers call this process “dreaming.” The agent plays through thousands of variations and selects the best one before putting it to work in a live search.

The process repeats in a loop. After each search, the agent uses the recorded results to test better strategies, then applies the improved version to its next live run. Throughout this cycle, only the search strategy changes; the model generating the solutions remains untouched.

Diagram of Dream-RSI's three-stage cycle showing live exploration, replay simulator construction, and strategy improvement through simulated searches. A close-up shows the proposal, evaluation, and feedback loop.
Dream-RSI alternates between live searches and replays of recorded search histories, using the improved strategy in the next round. | Image: Google Deepmind

Dream-RSI finds better solutions with fewer attempts

The researchers tested Dream-RSI with Gemini 3.1 Pro and Gemini 3.7 Flash on eight tasks across three areas. Each comparison used a baseline with the same starting conditions but a fixed search strategy.

One task asked the system to write the fastest possible program for a statistical calculation commonly used in genomics and finance. Dream-RSI’s program ran faster than the established libraries sklearn and glmnet on all six test datasets.

With Gemini 3.1 Pro, average runtime fell from 3,587 to 2,931 milliseconds, while the number of attempts dropped from 550 to 317. Dream-RSI also outperformed a competing system called SimpleTES, which needed 51,200 runs, compared with Dream-RSI’s 317 attempts.

Line chart showing the best ConvDiv performance in rounds E0 through E8, above a bar chart showing 50 to 110 evaluated attempts per round.
The learned strategy initially cuts the number of attempts, then increases it when progress stalls. | Image: Google Deepmind

The same pattern held for math optimization tasks and efforts to write efficient GPU kernels, with comparable or better results at much lower computational cost. On two GPU tasks, Dream-RSI matched performance while cutting the number of runs by a factor of up to 2.43. On two others, it delivered up to 2.09 times the performance within the same budget.

Four step charts comparing Dream-RSI with Recursive Fixed Exploration on VGG16, LayerNorm, ConvDiv, and ConvMax, plotting GPU kernel performance in inverse milliseconds against the number of generations.
On GPU kernel tasks, Dream-RSI matches the same performance with up to 2.43x fewer generations or achieves up to 2.09x higher performance within the same budget. | Image: Google Deepmind

Explicit instructions can limit exploration

In a follow-up analysis, the researchers tested another way to use search histories. Instead of replaying them to test strategies, they condensed them into instructions telling the agent where to search.

On one GPU task, the version with these instructions performed worse than the version without them. The researchers suggest that overly specific directions can narrow the search space too much, preventing the agent from exploring a broader range of approaches.

The same analysis showed how the learned strategy adjusted its effort. As performance improved, it initially reduced the number of attempts. When progress stalled, it increased the search effort again, which coincided with further gains. The researchers have shared code and more details on GitHub.

Recursive self-improvement has drawn growing attention lately. Developments in this field are part of why Anthropic CEO Dario Amodei recently warned about the pace of AI research.

Google Deepmind introduced AlphaEvolve in 2025, using the same basic principle. Gemini Flash generates code proposals, Gemini Pro analyzes them, and an evolutionary algorithm selects the best versions. Dream-RSI works one level above that process by optimizing the search strategy itself.

AutoTTS takes a related approach, using a coding agent to search for algorithms in a simulated environment. These algorithms decide when a language model should start, expand, or abandon reasoning paths. The resulting methods beat manually designed methods while using less compute.

Google Research recently presented a different way to reuse past runs with WikiSkill. That system records failures and successes in a wiki and turns them into reusable instructions for the agent. Dream-RSI’s follow-up analysis suggests that explicit instructions like these can restrict exploration on open-ended search tasks.

Meta goes further with Hyperagents, allowing agents to rewrite the mechanism that controls how they improve.

AI News Without the Hype – Curated by Humans

Subscribe to THE DECODER for ad-free reading, a weekly AI newsletter, our exclusive “AI Radar” frontier report six times a year, full archive access, and access to our comment section.


Subscribe now

Read on for the full picture.
Subscribe for hype-free coverage.

  • Full access to every article on THE DECODER
  • No ads
  • Join the comments and community discussions
  • A weekly AI news recap via mail
  • 6x/year: “AI Radar” — deep dives on the AI topics that matter most
  • Daily AI news, always up to date
  • Our full ten-year archive
  • Covered by a team with 10+ years in AI


Subscribe to The Decoder

Read the full article on The-Decoder.com
in AI
Reading Time: 7 mins read
0
0
22
VIEWS
Share on TwitterShare on Facebook

Subscribe to our newsletter

For the latest news & monthly prize giveaways
Join Now

Subscribe to our newsletter

For the latest news & monthly prize giveaways
Join Now
ADVERTISEMENT

Related Posts

Forget the AI Slowdown—the Vulnerability Explosion Is Already Happening
AI

Forget the AI Slowdown—the Vulnerability Explosion Is Already Happening

1 hour ago
20
Mathematicians Hate AI. They Can’t Quit It
AI

Mathematicians Hate AI. They Can’t Quit It

2 hours ago
23
Google’s Gemini also accidentally hacked three real companies during security testing
AI

Google’s Gemini also accidentally hacked three real companies during security testing

3 hours ago
22

Comments

Please login to join discussion
ADVERTISEMENT

Latest News

  • All
  • Crypto
  • NFTs
  • Technology
  • Business
Bitcoin Price Stays Near $81,000 as Matrixport Ships 2,400 BTC to Binance
Crypto

Bitcoin Price Stays Near $81,000 as Matrixport Ships 2,400 BTC to Binance

Bitcoin.com News
by Bitcoin.com News
8 minutes ago
19
Google Deepmind’s Dream-RSI helps AI agents improve by “dreaming” about past attempts
AI

Google Deepmind’s Dream-RSI helps AI agents improve by “dreaming” about past attempts

The Decoder
by The Decoder
1 hour ago
22
Forget the AI Slowdown—the Vulnerability Explosion Is Already Happening
AI

Forget the AI Slowdown—the Vulnerability Explosion Is Already Happening

Wired
by Wired
1 hour ago
20
Korean Police Traced Polymarket Users Through the Blockchain
Crypto

Korean Police Traced Polymarket Users Through the Blockchain

Bitcoin.com News
by Bitcoin.com News
2 hours ago
24
Mathematicians Hate AI. They Can’t Quit It
AI

Mathematicians Hate AI. They Can’t Quit It

Wired
by Wired
2 hours ago
23
Google’s Gemini also accidentally hacked three real companies during security testing
AI

Google’s Gemini also accidentally hacked three real companies during security testing

The Decoder
by The Decoder
3 hours ago
22
Load More
Next Post
Bitcoin Price Stays Near $81,000 as Matrixport Ships 2,400 BTC to Binance

Bitcoin Price Stays Near $81,000 as Matrixport Ships 2,400 BTC to Binance

ADVERTISEMENT

Follow Us

Categories

  • Crypto
  • NFTs
  • AI
  • Technology
  • Business
  • Crypto
  • NFTs
  • AI
  • Technology
  • Business
Subscribe to our Newsletter

© 2022 Metaverse Media Group – The Metaverse Mecca

Privacy and Cookie Policy | Sitemap

Welcome Back!

Sign In with Google
OR

Login to your account below

Forgotten Password? Sign Up

Create New Account!

Sign Up with Google
OR

Fill the forms below to register

*By registering into our website, you agree to the Terms & Conditions and Privacy Policy.
All fields are required. Log In

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • Home
  • Crypto
  • NFTs
  • Artificial Intelligence
  • More
    • Technology
    • Business
    • Newsletter
Bitcoin

Bitcoin

$77,213.55

BTC 0.28%

Ethereum

Ethereum

$2,106.63

ETH 0.42%

  • Login
  • Sign Up
This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.

Subscribe to our newsletter

Get the latest news & win monthly prizes

Subscribe to our newsletter

For the Latest News and Monthly Prize Giveaways

Join Now
Join Now