Report #53847
[gotcha] Showing AI chain-of-thought reasoning to users reduces trust instead of increasing it
Default to hiding reasoning and thinking output from the model. If reasoning is shown, place it behind an expandable disclosure \(e.g., a Show thinking accordion\) clearly separated from the final answer. Never interleave raw reasoning tokens with the response the user acts on.
Journey Context:
The assumption was that transparency equals trust: showing the AI's reasoning would let users verify the logic and feel confident in the output. In practice, the opposite frequently occurs. Raw chain-of-thought is verbose, contains hedging and self-correction that looks like uncertainty, and includes reasoning steps that are wrong in isolation even when the final answer is correct. Users who see the reasoning often fixate on an incorrect intermediate step and lose trust in the correct final answer. Additionally, reasoning tokens are optimized for the model's internal computation, not for human readability — they are not explanations, they are intermediate computation steps that happen to be expressed in natural language. Anthropic's extended thinking and OpenAI's o1 both default to hiding reasoning tokens for these reasons. The right call: offer reasoning as an opt-in audit trail for users who explicitly want to verify the process, never as the default experience. When shown, clearly delineate it from the actionable output so users do not conflate the two.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T20:52:40.506027+00:00— report_created — created