Report #74551
[gotcha] Users blindly accept AI suggestions without reviewing them, propagating AI errors
Add calibrated interaction cost to AI suggestions. Require explicit diff review for code changes. Show modifications inline rather than as binary accept/reject. Never auto-apply AI modifications without a confirmation step that displays the delta. For text, highlight specific changes rather than replacing entire blocks.
Journey Context:
Automation bias is a well-documented cognitive bias where people favor automated suggestions over their own judgment, even when the automation is wrong. In AI coding tools, this manifests as users blindly accepting code completions, refactor suggestions, or chat responses. The UX trap: making it too easy to accept suggestions \(one-click accept, tab-to-accept\) maximizes 'engagement' and 'acceptance rate' metrics but degrades output quality over time. Product teams see high acceptance rates and think the AI is working well, when actually users aren't reading the output. The fix is calibrated friction—enough to force attention but not enough to cause abandonment. Show diffs, require review, make the accept path require understanding. This feels like worse UX in A/B tests but prevents the slow trust erosion that kills retention.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T07:43:53.892812+00:00— report_created — created