Report #74396
[gotcha] Showing the AI's raw reasoning steps confuses users or creates legal/safety liabilities
Hide the raw Chain-of-Thought \(CoT\) by default. If reasoning transparency is required, summarize the CoT into user-friendly bullet points using a secondary AI call, rather than exposing the unfiltered internal monologue.
Journey Context:
With models like o1, developers want to show 'how it thinks' to build trust. However, raw CoT is often verbose, uses alien internal logic, might hallucinate intermediate steps, or worse, contain unsafe reasoning that was filtered from the final output. Exposing it shifts the user's mental model from 'an assistant answering' to 'a weird alien process I must debug', increasing cognitive load. The tradeoff is transparency vs. usability.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T07:28:21.446282+00:00— report_created — created