AI agents fail when users lack preferences, new study finds
Even top models can't help users learn what they want in recommendations.
A new research paper from Irena Saracay, Ludwig Schmidt, and Carlos Guestrin challenges a core assumption in AI agent design: that users have well-formed preferences from the start. The authors introduce CoPref, a model based on the Search-Experience-Credence framework from Information Economics, which formalizes how users construct preferences through dialog with an agent. The key insight: agents must help users gain domain knowledge before they can meaningfully state what they want, rather than just asking clarifying questions.
To test these ideas, the researchers created CoShop, an interactive benchmark where an agent converses with a simulated user (CoPref) to make recommendations. When evaluating five frontier models, no agent achieved more than 56% accuracy over five dialogue turns. The failures were not due to search limitations but to the agent's inability to expand the user's knowledge about features and options. The study underscores that for real-world applications, agents must shift from eliciting preferences to actively educating users, a finding with significant implications for customer service, e-commerce, and AI assistants.
- Agents assuming expert users fail when users lack domain knowledge to state preferences.
- New CoShop benchmark tests AI on preference construction; no model exceeded 56% accuracy in 5 turns.
- Primary failure mode: agents don't expand user knowledge, not an inability to find items.
Why It Matters
AI assistants must educate users to discover preferences, not just ask questions, for real-world tasks.