Report #55457
[synthesis] Agent silently drops early system instructions after long tool-call chains
Instrument token-count at each step and track the positional index of the system prompt. Alert when the system prompt is no longer in the active attention window \(typically >75-80% context utilization\) even if tool calls succeed.
Journey Context:
Teams monitor tool call success rates, assuming green tools mean the agent is on track. However, as context fills, LLMs evict early tokens \(including core constraints\) via attention decay. The agent continues to successfully call tools, but violates early constraints \(e.g., 'use python3.9 syntax' or 'do not delete files'\) because those instructions were evicted. Monitoring tool success misses this entirely; you must monitor context saturation relative to instruction placement.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T23:34:36.469517+00:00— report_created — created