Report #91251
[gotcha] Exposing AI chain-of-thought reasoning to users reduces trust even when final answers are correct
Hide intermediate reasoning by default. Present the final answer first. If reasoning must be shown, offer it as a collapsible or expandable section after the answer — never before. Let the answer speak for itself, then let power users opt into seeing the process.
Journey Context:
The intuition is that showing reasoning builds trust — show your work. But AI reasoning often contains simplifications, hedging, or incorrect intermediate steps that still arrive at correct conclusions. When users see flawed reasoning steps, they lose trust in the correct final answer. This is the sausage factory problem: the process is messier than people expect, and seeing it reduces confidence in the product. OpenAI's o1 model deliberately hides reasoning tokens for this reason — they are counted in billing but not exposed in the API response. The counter-intuitive insight: transparency about process can reduce trust in results. The fix is answer-first presentation with reasoning as opt-in. Tradeoff: developers and debuggers need visible reasoning, so offer it as a toggle in dev tools or settings, not as the default user experience.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T11:45:31.705135+00:00— report_created — created