New AI control method cuts research agent costs by 14 calls
Deep research agents waste 70% of iterations—this fixes it
A new paper from Heydar Soudani, Elizabeth Lingg, Faegheh Hasibi, and Navid Rekabsaz reveals a critical flaw in deep research agents (DRAs): they often enter reasoning stagnation, where most iterations add little or no value while inflating cost and latency.
The authors propose the Retrieval-Aware Agent Controller (RAAC), which introduces unsupervised signals to track search novelty and information coverage. RAAC helps agents assess their trajectory and select optimal actions, improving reasoning efficiency. In evaluations on BrowseComp-Plus and across multiple DRAs, RAAC reduced search calls by an average of 14, improved recall and accuracy for top-performing agents, and delivered up to a 10% accuracy gain (3% on average).
- Deep research agents (DRAs) often waste 70% of iterations due to reasoning stagnation without trajectory awareness
- RAAC (Retrieval-Aware Agent Controller) uses unsupervised signals for search novelty and information coverage to guide agents
- Reduces search calls by 14, boosts accuracy up to 10%, and cuts latency in DRAs on BrowseComp-Plus benchmark
Why It Matters
Agencies and companies using AI research agents can slash costs and speed up insights with more efficient, self-monitoring systems.