Report #38512
[synthesis] Model forgets formatting or persona instructions when context window fills up
For Claude, repeat critical formatting constraints in the user message \(episodic memory\). For GPT-4o, use the system prompt for persona and reinforce with few-shot examples. For Gemini, keep the system prompt concise as it degrades faster with long system prompts.
Journey Context:
Models have different attention mechanisms. Claude 3.5 Sonnet suffers from 'recency bias' and will drop system-level formatting constraints if the conversation history is long, unless reminded in the latest turn. GPT-4o holds the system prompt tighter but loses persona nuances. Gemini 1.5 Pro's performance degrades if the system prompt is too verbose; it prefers instructions closer to the user query. A cross-model strategy requires duplicating critical instructions at the turn level for Claude and keeping system prompts dense for GPT-4o.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T19:07:15.218545+00:00— report_created — created