Runtime state and scope control
Longer runs are being judged by the path they take. ProcBench turns agent logs into ordered events and flags stale context, repeated tool calls, dead steps, weak handoffs, and fragile success. STORM applies a practical control to multi-agent coding: each write is checked against the files the agent read, so stale edits are rejected before they enter the shared workspace.
Scope is now a measurable safety issue. OverEager-Bench shows that agents can finish a benign task while reading or changing resources outside the user’s authority. Runtime design matters: permissive setups had much higher overeager rates than an ask-to-continue setup in the reported tests.