AI search agents fail not because they can't find information, but because they don't know when to ask for help. A new benchmark called DiscoBench reveals that models conducting repeated searches instead of seeking clarification perform worse than simple guessing, hitting just 51.9 percent accuracy.
The research shows a fundamental gap in how current AI agents handle ambiguous queries. When faced with unclear requests, advanced models continue searching and synthesizing results rather than pausing to ask clarifying questions. This approach wastes computational resources and produces inferior outcomes compared to agents that recognize uncertainty and request user input.
DiscoBench measures how well models handle multi-step research tasks where the initial query lacks specificity. Researchers tested various approaches: some models searched repeatedly and tried to infer intent, while others flagged ambiguity and asked follow-up questions. The repeated-search approach consistently underperformed.
The benchmark mirrors real-world information retrieval scenarios. When someone asks for "the best restaurant," that question is ambiguous without context. Best by what metrics? In which location? For which cuisine? Current search agents often respond by conducting searches across multiple interpretations, compiling results that may not match the user's actual need.
Models that instead identify ambiguity and ask targeted questions achieve better performance. This approach requires the agent to recognize the limits of its interpretation and request human input rather than making assumptions.
The findings challenge assumptions about scaling search capabilities. Simply improving search algorithms or model size won't solve the core problem. Instead, developers need agents that demonstrate self-awareness about their uncertainty and engage users in clarification before investing search effort.
This shift has practical implications for deployed search agents. Current systems powering research tools and information retrieval need redesign to prioritize clarification over exhaustive searching. The cost of conducting multiple failed searches exceeds the cost of asking one clarifying question.
The research suggests future search agents should be
