Introduction
We kept hitting the same wall. You can wire an agent up to every tool it needs, point it at a real workflow, and let it run—and it will do a job. Just not always your job. It skips the approval step your compliance team insists on. It refunds a customer who was outside the policy window. It gets a plausible-looking outcome by a path nobody signed off on. Nobody was watching, so nobody caught it. That is the difference between an agent that is automatic and one that is autonomous, and it is the whole ballgame for operational work.
So we asked a narrow, testable question: what actually makes an agent do the job the way you want, with no one in the loop to correct it? Our hypothesis was that the binding constraint isn't the model's raw capability—it's whether the right Standard Operating Procedure (SOP) reaches the agent's context at the right moment, with no human choosing it. And that the mechanism you use to deliver that SOP—a skill, a tool, or an MCP prompt—is what decides the outcome.
We tested it. Three benchmarks, deterministic oracles, five arms from no SOP at all to an auto-discovered SOP with externalized run-tracking, all on claude-haiku-4-5. Here's the short version of what we found: giving the agent the SOP raises single-turn task success by +0.35 (95% CI [+0.26, +0.45], p<0.001) and pushes multi-turn procedure conformance from ~50–59% up to ~90%. The delivery channel—skill in context versus tool retrieval—is a wash. And bolting heavyweight run-tracking on top buys nothing but a 2–4× tool-call bill.
What's inside:
- Why "autonomous" has to mean conforms and succeeds unsupervised—not merely "runs unsupervised"
- The one property a skill has that an MCP prompt structurally cannot—auto-discovery—and why it decides everything
- The numbers: what supplying the SOP buys, and the two negative results that save you money
- An honest read on how much to trust each claim—this is an engineering study, not a peer-reviewed benchmark
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'll flag which is which as we go, and there's a whole section on it before the numbers.
