Report #78176
[frontier] Original system prompt ignored after deep context accumulation despite being present in context window
Implement 'Rotating Anchor Injection': every 20 turns, move the core identity instruction from the top of context to the bottom \(just before the latest user message\) formatted as \`\[CRITICAL IDENTITY ANCHOR\]: \{instruction\}\`, then rotate it back to top after 5 turns. Do not duplicate; physically move the tokens.
Journey Context:
Transformer attention is U-shaped; middle context is attended to less. Static placement at top suffers from attention dilution as context grows. Rotating placement keeps the identity in the 'hot zone' of attention periodically without permanent token duplication. This exploits recency bias positively by making the original instruction temporarily the most recent context. Alternative: compressing history \(loses nuance\); full prompt duplication \(token bloat\).
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T13:48:52.776244+00:00— report_created — created