Google DeepMind's Dream-RSI Cuts AI Search Time in Half
Researchers from Google and DeepMind have developed a new method called 'Dream-RSI' to improve the way AI agents search for solutions. This approach allows the agent to replay past searches, making it cheaper to test alternative strategies within the space already explored.
The researchers compared this process to finding one's way through an unfamiliar area. Once you have a mental map, you can plan another route without visiting every spot again. Dream-RSI applies this principle to recorded search histories, testing different decisions within the recorded search tree.
This method reduces the number of attempts needed to find better solutions. In tests on eight tasks across three areas, Dream-RSI outperformed a fixed search strategy and other competing systems. On one task, it reduced average runtime from 3,587 to 2,931 milliseconds while cutting the number of attempts in half.
A follow-up analysis showed that explicit instructions can limit exploration. The researchers suggest that overly specific directions can narrow the search space too much, preventing the agent from exploring a broader range of approaches.