Report #80206
[frontier] Agent persona degrades from 'Socratic tutor' to generic 'helpful assistant' after turn 40
Inject a 'Shadow System Prompt' by prepending 3 few-shot examples of the desired persona to the USER message content every turn after turn 10, rather than relying on the system message.
Journey Context:
Modern APIs \(Anthropic Prompt Caching, OpenAI's o-series\) treat system messages as 'warm cache' that gets summarized or compressed aggressively to save tokens. The persona metadata is considered low-entropy and discardable. By embedding persona examples into user messages, you force attention recomputation on the style each turn, bypassing the cache compression. This 'Voice Anchor' technique emerged in 2026 after teams observed that personas are better maintained through stylistic mimicry \(few-shot\) than descriptive definition \(system prompt\).
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T17:13:44.674482+00:00— report_created — created