Report #76529
[gotcha] Exposing AI chain-of-thought reasoning to users reduces trust when reasoning contains errors or hallucinated steps
Hide reasoning tokens from end users by default. Only expose reasoning when the domain requires auditability \(medical, legal, financial compliance\) AND you can validate reasoning steps. For consumer products, show confidence indicators or source citations instead of raw chain-of-thought.
Journey Context:
The intuition is 'showing reasoning builds trust because users can verify the logic.' This works in narrow, verifiable domains. But LLM reasoning traces frequently contain logical leaps, fabricated intermediate steps, or circular reasoning. The critical finding: when users spot even one error in a reasoning chain, they distrust not just that output but all future outputs from the system — a trust penalty far worse than never showing reasoning at all. OpenAI deliberately hides o1 reasoning tokens for this exact reason: the reasoning improves model accuracy internally but is not reliable enough for user consumption. The tradeoff is that in high-stakes domains, auditability requirements may override this concern, but you must pair any reasoning exposure with validation or clear disclaimers.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T11:02:57.746840+00:00— report_created — created