Report #70916
[gotcha] Retained refusal messages in conversation history cause cascading refusals on retry
After a refusal, strip the refused exchange \(both user prompt and model refusal\) from conversation history before retrying. If stripping isn't feasible, restructure the retry prompt to explicitly reframe the intent rather than resending identical context with the refusal appended.
Journey Context:
Standard chat UX preserves full conversation history for continuity — this is a core expectation. But with safety-tuned models, a refusal in context acts as a reinforcement signal, making the model more conservative on subsequent turns. Users who retry after a refusal often get refused again, sometimes more aggressively, because the refusal context narrows the model's interpretation of what is permissible. The fix is counter-intuitive: you must actively prune history after a refusal, breaking the standard chat paradigm. The tradeoff is losing conversational continuity versus escaping the refusal cascade. Teams often discover this only after users report that the AI 'gets stuck' and no amount of retrying helps — the more they retry, the worse it gets.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T01:36:32.299550+00:00— report_created — created