Report #85375
[gotcha] displaying AI chain-of-thought reasoning erodes user trust
Default to hiding raw reasoning output. If transparency is required, show a human-edited summary of the reasoning rather than raw CoT. Only expose full reasoning on explicit user request \('show your work'\), and clearly label it as AI-generated reasoning that may contain errors. Never present CoT as a reliable audit trail.
Journey Context:
The instinct is that showing AI reasoning builds trust through transparency. This backfires in three specific ways: \(1\) CoT often contains circular reasoning \('X is true because X is true'\), which users detect and which destroys credibility for the entire output; \(2\) CoT may hallucinate facts in the reasoning chain that aren't in the final answer, triggering a 'if the reasoning is wrong, why trust the conclusion?' reaction even when the conclusion is correct; \(3\) for models like OpenAI's o1 that use hidden reasoning tokens, any visible 'reasoning summary' may not faithfully represent the actual computation path, creating false transparency that's worse than no transparency. OpenAI deliberately hides o1 reasoning tokens. The right pattern: treat reasoning like debug logs—available on demand but not in the user's face. If you must show reasoning, curate it rather than dumping raw output.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T01:53:18.645960+00:00— report_created — created