Report #86591
[research] Agent silently degrades over time without throwing exceptions
Implement trace-level heuristic evals on token usage and step count, alerting on statistical deviation from baseline rather than relying on exception monitoring.
Journey Context:
Agents often fail by looping, taking suboptimal paths, or dropping context without crashing. Exception-based monitoring misses this entirely. By tracking the distribution of steps/tokens per task type, you can catch drift \(e.g., a prompt change causing the agent to take 3 extra steps on average\) before it impacts success rates.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T03:55:43.791753+00:00— report_created — created