Researchers have developed Dream-RSI, a method that allows AI agents to improve their search strategies by replaying past attempts without needing additional expensive computations.
Key facts
- •Dream-RSI optimizes the search strategy of an AI agent rather than modifying the AI model itself.
- •The method allows agents to test thousands of variations by replaying stored search histories instead of running new, costly computations.
- •In statistical programming tests, Dream-RSI reduced the number of attempts required from 550 to 317 compared to a baseline.
- •The system outperformed the competing SimpleTES method, which required 51,200 runs for a similar task.
- •Researchers found that while replaying search histories is effective, condensing them into overly specific instructions can sometimes hinder exploration.
A research team from Google and Deepmind has introduced Dream-RSI, a new method designed to improve how AI agents explore complex tasks. Rather than changing the underlying AI model, Dream-RSI optimizes the agent's search strategy by replaying recorded data from previous attempts. This process, which researchers call "dreaming," allows the system to test thousands of alternative strategies using existing search results, significantly reducing the computational cost of finding efficient solutions.
By the numbers
How Dream-RSI Works
Dream-RSI functions by recording the results of an agent's search history, creating a mental map of successes and dead ends. Instead of performing new, expensive live runs to test different approaches, the agent uses this stored data to simulate how it would have performed had it chosen different paths. This allows the agent to iteratively refine its search strategy in a loop, applying improved methods to subsequent live runs while keeping the core generative model unchanged.
Performance and Testing
The researchers tested Dream-RSI using Gemini 3.1 Pro and Gemini 3.7 Flash across eight tasks in areas including statistical calculation, math optimization, and GPU kernel generation. In a statistical programming task, Dream-RSI outperformed established libraries like sklearn and glmnet. When using Gemini 3.1 Pro, the system reduced average runtime from 3,587 to 2,931 milliseconds and cut the number of required attempts from 550 to 317, significantly outperforming a competing system called SimpleTES.
Advertisement
This article was independently rewritten by ManyPress editorial AI from reporting originally published by The Decoder.

