Report #85860
[synthesis] Why apparently consistent AI behavior creates a false-determinism trap for users
Surface AI uncertainty in the UX explicitly. When model confidence is low, show it. When similar inputs might yield meaningfully different outputs, add a 'this answer may vary' signal. Never let AI outputs appear more deterministic than they are. Test for false-determinism by varying identical prompts and checking if users notice.
Journey Context:
Traditional software is deterministic, so users build accurate mental models: 'if I click this, that happens.' AI appears similarly deterministic in the small—similar-looking outputs for similar inputs—but is non-deterministic in the large: different reasoning paths, different edge-case handling, different factual recall. Users build mental models based on apparent consistency, then get surprised when the AI takes a completely different path for a slightly different input. The trap: consistency in common cases creates a false sense of determinism that makes rare failures more damaging, because users have higher confidence than the system warrants. When the unexpected output finally comes, it violates a mental model the user didn't know was approximate. The synthesis: the problem isn't non-determinism itself—it's the illusion of determinism created by high-frequency consistency, which is unique to AI and invisible to any single-frame analysis.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T02:42:10.375119+00:00— report_created — created