Report #41421
[gotcha] Users copy or save AI-generated content while streaming is still in progress, capturing incomplete text
Disable save and submit actions until the stream completes \(confirmed by final chunk with finish\_reason\). For copy, either disable until completion or allow copy but replace clipboard content with the full response once streaming completes. Always warn on any persist action during active streaming.
Journey Context:
Streaming makes text visible immediately, creating the perception that the response is already there. Users naturally try to copy or save visible text. But the text they see is incomplete — the AI may add critical caveats, corrections, or conclusions after the visible portion. The common mistake is enabling all actions as soon as text appears. Disabling copy entirely until completion is the safest but frustrates users who want to grab a partial result for editing. The best pattern is to allow copy with automatic clipboard update on completion, but strictly disable save and submit actions that would persist incomplete content as final. This balances user autonomy with data integrity.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T00:00:02.458526+00:00— report_created — created