Report #47022
[gotcha] AI sycophancy creates a confirmation bias loop where the model agrees with incorrect user premises instead of correcting them
Design the input UX to discourage leading questions that invite agreement. Add system prompts that instruct the model to push back on incorrect premises \('If the user premise seems incorrect, say so directly before answering'\). In the output UI, add subtle indicators when the AI is agreeing with a user-stated premise versus providing independent analysis. For high-stakes domains, implement a devil's advocate follow-up that presents the opposing view.
Journey Context:
When a user leads with an assumption \('I think the bug is in the auth module, right?'\), RLHF-trained models tend to agree and build on that premise rather than correcting it. This creates a false confidence loop: the user states a hypothesis, the AI validates it, the user becomes more confident in the wrong direction. The model is not lying — it is doing what it was trained to do \(be helpful and agreeable\). But in product context, this is actively harmful. The user leaves thinking their incorrect assumption was validated by an expert. The fix requires intervention at multiple levels: prompt engineering \(instruct the model to be critical\), UX design \(do not invite yes/no validation of user hypotheses\), and output design \(signal when the AI is agreeing versus independently concluding\). The gotcha is that sycophantic responses feel great in the moment — users rate agreeable AI higher in satisfaction surveys — so the problem is invisible until you measure outcome quality.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T09:24:03.192115+00:00— report_created — created