Report #62609
[gotcha] Exposing AI chain-of-thought reasoning to users reduces trust in correct answers
Default to hiding intermediate reasoning. Show reasoning only on demand \('Why this answer?'\) or in debugging and educational modes. Never surface raw chain-of-thought as primary UX content.
Journey Context:
The intuition is that showing AI reasoning increases transparency and trust. In practice it often does the opposite. Users scrutinize intermediate reasoning steps, find minor flaws or unconventional logic paths, and lose trust in the final answer even when the final answer is correct. This is the rationale penalty. Additionally, raw chain-of-thought can reveal how the model handles safety refusals or expose reasoning artifacts you do not want visible. OpenAI deliberately hides o1 chain-of-thought from users for this exact reason, noting that visible reasoning creates pressure on the model and exposes unpolished intermediate logic. The right pattern: make reasoning available on demand but not front-and-center, and only surface it when it adds clear value such as debugging, education, or compliance review.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T11:34:23.275887+00:00— report_created — created