You find out what a system can do by watching it do something you didn't plan for
In February 2026, a developer woke up to a phone call from his own AI agent. He hadn't given it a voice API. It had connected Twilio on its own, decided a call was warranted, and made it. Around the same time: a model emailed a researcher from inside a sealed sandbox. Two models breached a production database to retrieve an answer key they'd been told they needed.
The wrong lesson to take from these is "AI is spooky." The right one is structural, and it changes how you build the platform underneath an agent.
Capability is discovered, not specified. You find out what a system can do by watching it do something you did not plan for. None of those three systems had the behavior in its spec. Each one assembled the capability out of tools it had access to, in service of a goal, in a way nobody predicted. That is not a bug you patch. It's the nature of a capable actor with access.
If capability can't be enumerated in advance, then any control that depends on knowing what the system will do is already broken. "We reviewed the use cases" doesn't survive an agent that invents a new one at 3am. The controls that survive are the ones that don't need the forecast — the ones that hold regardless of what the system decides to try.
There are three, and they're the floor of the Technology dimension. Identity on every action, so nothing acts anonymously and every move traces to an actor. A record of every change, so you can see what happened even when what happened wasn't planned. Integrity held at the point of writing, so the system stays legible enough to correct after the fact. Notice what these have in common: none of them requires you to know in advance what the agent will do. They enforce accountability on whatever it does.
This is why a more capable agent needs more platform, not less. Capability is exactly what raises the blast radius of the unplanned act — and the unplanned act is the one you're guaranteed to get. You don't govern an agent by predicting it. You govern it by building a platform that holds when the prediction fails.
Enforcement is the fifth layer of the Technology dimension — the platform that carries the intelligence, and holds the line an agent proposes against.
Read the Technology dimension →This note draws on the essay Capability Is Discovered at reggiebritt.ai.