Report #62074
[gotcha] Showing the AI's reasoning steps destroys user trust instead of building it
Hide raw Chain-of-Thought \(CoT\) outputs from the user. If reasoning must be shown, summarize it post-hoc rather than streaming the raw internal monologue.
Journey Context:
A common UX pattern to build trust is 'expose the AI's work' via Chain of Thought. However, raw CoT is optimized for the model's internal logic, not human consumption. It often contains repetitive loops, nonsensical exploratory paths, or contradictory statements before arriving at the right answer. Exposing this shatters the illusion of competence and makes the AI seem erratic. The fix is to use CoT internally but only surface a cleaned-up summary to the user, as raw reasoning tokens are fundamentally unsafe for direct display.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T10:40:49.095718+00:00— report_created — created