Autonomy is conformance plus success, with no one watching
We measured what it takes for an agent to follow a Standard Operating Procedure unsupervised: five agent configurations, three public benchmarks with deterministic oracles, 255 runs per configuration, all on claude-haiku-4-5. The short version: ship the SOP as a skill the agent can discover by itself, and single-turn task success rises by +0.35 (95% CI [+0.26, +0.45], p<0.001) while multi-turn procedure conformance on τ²-bench climbs from roughly 50 to 59% up to about 90%. The delivery channel (skill in context versus tool retrieval) is a wash. And bolting heavyweight run-tracking on top buys nothing except a 2 to 4× tool-call bill.
Three properties frame the result. Conformance is whether the agent does the job the way you want: it follows the approved SOP, the right steps in the right order, honoring the constraints. Success is whether it produces the outcome you want, the correct result. Autonomy is achieving both with no person in the loop, and that last part is stricter than it sounds. An agent that merely runs unattended while conforming poorly or landing on a different outcome is automatic; an agent that conforms and succeeds unsupervised is autonomous. Real autonomy requires the agent to obtain and apply the right SOP by itself.
The study exists because we kept hitting the same wall in our own work. Wire an agent up to every tool it needs, point it at a real workflow, and it will do a job, just not always yours. It skips the approval step your compliance team insists on. It refunds a customer who was outside the policy window. It reaches a plausible-looking outcome by a path nobody signed off on, and since nobody was watching, nobody caught it. The fix, we suspected, was already sitting in most companies: the Standard Operating Procedure. The open question was how the right SOP reaches the agent's context at the right moment with no human choosing it, and whether the delivery mechanism (a skill, a tool, or an MCP prompt) changes the outcome.
First we show why delivery decides autonomy, then how we ran the test, then what supplying the SOP buys, then two negative results that save you money. One thing up front, because it shapes how you should read the rest: this study was sized for budget and compute, not for statistical power. The single-turn success gain and the conformance jump on τ² are solid; the multi-turn magnitudes are directional. We flag which is which as we go, and there's a whole section on it before the numbers.
