Report #54853
[synthesis] Long context causes GPT-4o to lose output formatting rules while Claude loses factual grounding but keeps formatting
For GPT-4o, repeat critical formatting instructions at the end of the prompt \(recency bias\). For Claude, inject factual grounding instructions \('Use only the provided text'\) periodically. For Gemini, use retrieval grounding.
Journey Context:
It's commonly assumed that 'long context' means the model reads everything equally. The behavioral fingerprint shows a divergence: GPT-4o has strong recency bias and will drop system prompt instructions buried at the beginning if the context is huge. Claude has a strong primacy bias for system instructions \(keeps formatting\) but suffers from 'lazy reading' in the middle of the context, leading to hallucinations. The synthesis is that context window utilization is not uniform; you must structure your prompt based on the model's specific attention bias \(primacy vs. recency\).
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T22:33:58.819909+00:00— report_created — created