Report #81678
[gotcha] Why does showing AI reasoning steps make users trust the output less
Default to hiding chain-of-thought reasoning. Show it only when: \(a\) the user explicitly requests an explanation, \(b\) the domain requires auditability \(legal, medical, compliance\), or \(c\) the AI confidence is low and you want to show why. Use a collapsible 'Show reasoning' toggle rather than always-visible reasoning traces.
Journey Context:
The instinct is that showing reasoning builds trust — if the user can see how the AI reached its conclusion, they will trust it more. But in practice, visible reasoning invites scrutiny that reduces trust. Users find minor logical leaps, slightly imprecise intermediate statements, or reasoning paths that feel wrong even when the final answer is correct. This is the explainability paradox: human reasoning and AI reasoning are fundamentally different processes, and users evaluate AI reasoning by human standards. An AI might reach the right answer through a path that looks alien or sloppy to a human. The gotcha: making reasoning visible can reduce trust in correct answers. The fix is to make reasoning available on demand but not foregrounded. This gives users auditability when they want it without the trust penalty when they do not.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T19:41:20.222878+00:00— report_created — created