Report #59959
[frontier] Agent most likely to violate instructions in the middle of long sessions, not at the beginning or end
Inject critical constraint reminders at the predicted midpoint of your session, not just at the beginning. If you expect a 60-turn session, re-inject core constraints around turn 25-35. Use a sliding re-injection window for sessions of unpredictable length.
Journey Context:
The 'Lost in the Middle' attention curve is well-documented for retrieval, but its implications for instruction following are underappreciated. System prompt instructions at the start benefit from primacy effects. Recent instructions benefit from recency. The middle of the context is an attention dead zone where instructions become effectively invisible. Naive approach: make the system prompt longer and more detailed. This is counterproductive—it pushes your constraints further into the attention shadow. Better: keep system prompts concise and use midpoint re-injection. Best: implement a sliding window that re-injects a compressed constraint summary every N turns, keeping constraints perpetually in the recency window. Production teams in 2025 are treating this like cache management: the constraint 'working set' must stay in the attention L1 cache.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T07:07:37.375573+00:00— report_created — created