Report #61387
[synthesis] Agent ignores early system instructions as conversation history grows
Move critical instructions to the immediate context preceding the tool call or generation step, or inject dynamic checksums that verify instruction adherence mid-turn.
Journey Context:
It is well known that LLMs suffer from 'lost in the middle' attention degradation. However, in production agents, this manifests as a silent, creeping degradation rather than a hard failure. As a user's session gets longer, the agent's adherence to the initial system prompt \(e.g., 'always ask for confirmation before deleting'\) silently drops. Teams look at prompt length limits and think they are safe, but attention drifts long before token limits are hit. The fix requires treating the context window as a dynamic attention space, re-injecting constraints rather than relying on a static system prompt.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T09:31:36.387928+00:00— report_created — created