Framework · AI Security
The Verification Ceiling
You can safely delegate exactly as much as you can check
The Verification Ceiling describes the binding constraint on agentic work. Agents made production nearly free — drafts, specs, code, research, analysis — while verification got no cheaper at all. That asymmetry, not model quality, is what caps the leverage a team can actually take. The ceiling is set by the checks you can run, so it is independent of how good the agent is: a better model produces more output to verify, not less. This leaves exactly two moves. Raise the ceiling by building real checks — evals, harnesses, sourcing rules, acceptance criteria. Or lower the delegation until you can check what you hand over. Most organisations do neither, ship past the line anyway, and call the gap velocity. In a security context the same limit governs autonomy: an agent should hold only the authority whose use you can verify, which makes verification capacity, not model capability, the real ceiling on safe automation.
The asymmetry that creates the ceiling
Agents did not remove the work. They relocated it. The cost of producing a draft, a spec, a prototype, a research summary, or a refactor fell to something close to zero. The cost of establishing that any of it is correct did not move.
Everything else follows from that asymmetry. When production is free and verification is not, verification becomes the scarce resource, and scarce resources set limits. The amount of agent output an organisation can safely absorb is capped by the amount it can check.
Why a better model does not raise it
The ceiling is a property of your checking capacity, not of the agent's competence. This is the part teams consistently get wrong. A stronger model does not lift the limit, because it does not make the output easier to verify; it makes more output arrive, and it makes wrong output more fluent and therefore harder to catch.
Waiting for the next model release is not a strategy for raising the ceiling. It is a strategy for raising the delegation.
The only two moves
Raise the ceiling. Build the checks — evals, test harnesses, sourcing rules, acceptance criteria specific enough to actually run. This is now core product and security work rather than an engineering chore to be delegated downward.
Or lower the delegation. Hand over less until you can check more. Unglamorous, unpopular, and correct.
Success is not "we used AI more." It is that you raised the ceiling faster than you raised the delegation. The gap between the two is the honest measure of how much of your output is unverified.
The same limit governs agent autonomy
The security form of this law is a question about authority: an agent should be granted only the authority whose exercise you can verify. Autonomy beyond that point is not automation, it is unmonitored action taken in your name.
This connects directly to blast radius. If likelihood is no longer controllable — see The Likelihood Collapse — then what remains is bounding what an agent can reach, and bounding it to what you can inspect. Verification capacity, not model capability, is the real constraint on how much autonomy a system can responsibly be given.
It also reframes evaluation. The question for an agentic feature is not "how often is it right?" but "when it is wrong, does anything catch it before the consequence lands?" A system with a lower success rate and a working check is safer than a stronger one running unchecked.
How to apply it
Before expanding an agent's scope, name the check. If nobody can state what would catch a bad result, the scope is already above the ceiling, whatever the demo showed.
Measure verification capacity as a first-class metric alongside throughput. Teams instrument how much agents produce and almost never instrument how much of it was actually checked.
Treat fluency as a risk signal rather than a quality signal. When ten plausible options become free, judgment stops being a soft skill: the failure mode of agentic work is confident, well-written, wrong.
The Verification Ceiling was introduced by Asaf Nakash, Principal Product Manager for AI Security at Microsoft Defender and host of the Context Window podcast, in The Agentic PM (July 31, 2026).