Report #91177
[synthesis] Agent ignores system instructions or hallucinates during high-traffic periods despite low error rates
Correlate downstream tool API P99 latency with agent context window utilization percentage. Alert when latency spikes push context utilization over 80%.
Journey Context:
Teams often treat tool API latency purely as a performance issue, not a correctness issue. However, when a tool API slows down, agents often retry or log excessive waiting states. If the agent uses a sliding window or summarization, this bloat pushes the original system prompt or early critical tool outputs out of the active context. The agent then completes the task successfully but without the constraints of the system prompt. The degradation is silent because the API returns 200 OK, but the behavior has fundamentally changed due to context eviction.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T11:38:08.531894+00:00— report_created — created