Report #96281
[gotcha] Showing AI chain-of-thought reasoning in the UI reduces user trust instead of increasing it
Hide reasoning traces by default. If transparency is required, render reasoning in a visually distinct, collapsible section clearly labeled 'AI thinking process'—never interleaved with the final answer. Strip reasoning tokens before displaying the response to the user.
Journey Context:
Transparency seems like a UX win: show users how the AI arrived at its answer so they can verify the reasoning. But chain-of-thought traces contain dead ends, self-corrections, and exploratory wrong paths that the model eventually abandoned. Users skim rather than read carefully, and a wrong statement in the reasoning undermines trust in the correct final answer. Worse, users sometimes quote the reasoning as the answer. Anthropic's extended thinking feature explicitly separates thinking from output for this reason. The counter-intuitive insight: showing your work only builds trust when the work is consistently correct. AI reasoning is not consistently correct, so showing it reliably reduces trust.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T20:11:32.480104+00:00— report_created — created