Report #59154
[gotcha] Showing AI chain-of-thought reasoning to users reduces trust instead of building it
Do not expose raw reasoning tokens or chain-of-thought output to end users. If you want to show the AI reasoning process, generate a separate cleaned-up summary rather than displaying raw thinking output. Use reasoning internally for debugging and quality improvement but present only polished conclusions to users.
Journey Context:
Transparency seems like it should build trust — show the user how the AI arrived at its answer. In practice, raw chain-of-thought output often contains hedging language, self-correction loops, consideration of wrong paths, and strange logical leaps that make the AI seem uncertain or incompetent. Users see the AI thinking about wrong answers and lose confidence in the final result even when that result is correct. OpenAI o1 explicitly hides reasoning tokens from the API response for this reason. The tradeoff is between transparency and confidence. The right call is to use reasoning internally for quality improvement but present a clean confident summary to users, or offer reasoning as an optional expandable section that defaults to collapsed.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T05:46:37.250972+00:00— report_created — created