Most agents are built on the wrong boundary.
For most of the last two years, agentic AI has been built on a default that's about to break a lot of companies. The model that decides what to do is also the process that does it.
The same statistical engine drafts the email and sends it. Drafts the refund and issues it. Drafts the commit and pushes it. The model reasons, then the same process reaches for the credential and takes the action.
This conflation is the source of every failure category that's keeping enterprise AI out of production. Prompt injection. Data exfiltration. Intention drift across long chains. Audit logs nobody trusts. Blast radius nobody can bound. Credentials sitting in environment variables waiting to be exfiltrated.
They come from the same design mistake.