Overview
Field: Machine Learning Author: Manvendra Modgil Published: 2025-06-01 arXiv: 2506.00628
Abstract
As autonomous AI agents move from conversational systems to long-horizon software execution, runtime safety layers that decide when to interrupt an agent have become essential. This paper studies the timing problem using a continuous 18-dimensional affective-dynamics engine (HEART) as a diagnostic probe, evaluating four intervention trigger families—absolute state thresholds, composite state-action patterns, regex reasoning-feature extraction, and zero-shot LLM-as-judge—against human-annotated intervention points on SWE-bench-Verified debugging traces.
Key Findings
- State Saturation Trap: Agents show no recovery signal under sustained difficulty, so modeled frustration quickly crosses the threshold and stays at its maximum. This converts threshold-on-state triggers from moment detectors into near-constant indicators, firing on 39-83% of actions across five traces.
- LLM-as-judge capability and context floor: Small models (gpt-5.4-mini) never trigger, while frontier and cross-vendor models only escape a zero-trigger floor when given full trajectory context. Even then, they reach only F1 of 0.17-0.40 at up to 90x the cost.
- Non-reproducible supervision target (most important): Three trained annotators using the same rubric on a 56-action trace achieved barely better-than-chance agreement on intervention location (position Krippendorff's alpha = +0.047; best pairwise Cohen's kappa = +0.349) and full disagreement on intervention type (pausing degraded; clarifying below chance; reflection only alpha = +0.226).
Conclusion
The authors conclude that intervention timing is a low-reliability construct, making single-annotator F1 an unsuitable optimization target. The contribution is a joint mapping of the problem across human inter-rater reliability, four detector architectures, cross-model LLM judge sweeps, and the reproduced saturation effect—rather than the accuracy of any single detector.