Report #60487
[frontier] Critical agent identity instructions get ignored in the middle of long context windows
Position identity-critical instructions at the extremes of the context: the very beginning \(first 4 tokens of system prompt\) and the very end \(most recent assistant turn or system reminder\). Never place crucial constraints in the middle of a long context. If using RAG or tool results that push context, ensure identity anchors are re-appended after large context insertions.
Journey Context:
The StreamingLLM paper demonstrated that LLMs have 'attention sinks'—the first few tokens of a sequence receive disproportionately high attention regardless of content. Combined with the Lost in the Middle finding, this creates a clear topography: the beginning and end of context are high-attention zones, while the middle is a dead zone. Production teams in 2025 are exploiting this by positioning identity anchors at both extremes. The practical implication: if your agent ingests a large document or tool result that pushes the system prompt into the middle of the context, you must re-inject identity information after the insertion to maintain the end-position anchor.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T08:00:50.465208+00:00— report_created — created