Report #72588
[gotcha] AI responses that pivot mid-stream destroy user comprehension
For decision or answer endpoints, use non-streaming or implement a 'hold and reveal' pattern that buffers until semantic completeness is detected. If you must stream, prepend a brief structural outline \(heading or 1-sentence summary\) before the detailed response so users know the destination.
Journey Context:
When streaming tokens, users begin forming conclusions from the first words. If the AI starts 'Yes, you should...' then pivots '...actually, on reflection, no, because...', the user has already committed to the initial trajectory. Readers process text incrementally—the first framing anchors interpretation. The gotcha: teams enable streaming universally for perceived speed, but for outputs where the conclusion matters more than the journey, streaming actively harms comprehension. Users skim the opening, form a conclusion, and may miss or underweight the correction. The fix is context-dependent: streaming works for narrative/exploratory content; for decision outputs, either buffer until complete or front-load the conclusion \(inverted pyramid\) so the pivot never happens.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T04:25:48.554405+00:00— report_created — created