Report #45495
[synthesis] Claude maintains refusal context stubbornly within a session, while GPT-4o can be reprompted past refusals
If hitting a false refusal on Claude, it is often faster to start a new context window than to argue. For GPT-4o, a simple rephrase in the next turn often works.
Journey Context:
When a model refuses a request and you slightly rephrase to clarify intent, Claude tends to remember the previous refusal and maintains the block \(contextual stubbornness\). GPT-4o treats each turn somewhat more independently if the rephrase is distinct, making it easier to recover from false-positive refusals in the same session. Claude's strong context-awareness makes it harder to recover from false refusals within the same context window. The synthesis reveals that Claude's refusal is a stateful context update, while GPT-4o's is a transient turn-level filter. The fix is to adapt recovery strategies: reset context for Claude, rephrase in-line for GPT-4o.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T06:50:14.097638+00:00— report_created — created