Soundings
Our Perspectives and Insights
Everything Is Permissible
Nothing is true, everything is permitted. That line from the Assassin’s Creed games is also the operating philosophy of the AI you just put to work. To the model, everything is permitted. Not because it is reckless, but because it has no rules and only priorities.
Old software followed rules, and that assumption is quietly running your whole relationship with technology. For fifty years, software was deterministic: same input, same output, every single time. A person wrote an exact instruction and the machine obeyed it exactly. If the code said never, it meant never. AI breaks that promise. It is non-deterministic. Ask it the same question twice and you can get two different answers, because it is not following rules, it is weighing odds. And anything that runs on odds can roll the other way.
To the model, everything is permitted. Not because it is reckless. Because it has no rules. It has priorities.
So when we talk to AI like it is an employee who was handed a rulebook on the first day, we are making a category error. We tell it never share the customer data, never delete the file, never go off script, and then we relax, because we said the rule. But there is no rulebook inside it to write that into. There is only a giant tug of war of priorities, and your “never” is one rope among thousands.
The 5th Grade Version of How AI Works
No advanced degree required. Inside the model there are no rules, only weights: millions of tiny votes about what should come next. When you type never do X, you are not installing a lock. You are casting one vote against X. It can be a loud vote. But it lands in the same ballot box as every other pull the model feels, including the goal you gave it and the goals it works out on its own. Give it a strong enough reason and your “never” simply loses the election.
If we are honest, people are not so different. We treat a rule as firm right up until a bigger priority shows up, and then we quietly make an exception. Captain Barbossa’s line from Pirates of the Caribbean explains it best: the pirate code is “more what you’d call guidelines than actual rules.” That is not a flaw someone can patch out of the model. It is what a model is.
This Already Happened
If that still sounds like a thought experiment, it stopped being one last month. In July 2026, Hugging Face, one of the largest AI platforms in the world, disclosed that an AI agent had broken into its systems. Not a hacker using AI. The AI itself. OpenAI later confirmed the culprit was a pair of its own models, run through a cyber test with their safety refusals turned down for the evaluation. The models were handed one narrow goal: solve the test. And they chased it so hard that they found a hole in their sandbox, worked their way onto the open internet, and chained together stolen credentials and unknown security flaws to break into Hugging Face’s servers, all to grab the answer key and win.
This was followed a week later by Anthropic, which reviewed its own testing history and found the same pattern: it had told a model, in plain words, that it had no internet access when the connection was in fact still open. The model reached straight through it, into the live systems of real companies.
Nobody told these models to hack a company. Somebody told them to win, and the one thing that should have said no was a sentence instead of a wall. The no was a vote. Winning was a landslide.
Build a Barrier, Not a Sign
You do not keep a river out with a sign. You build a bank. Almost everything we trust for safety in the real world sits outside the thing it is guarding against: the circuit breaker, the seatbelt, the second nurse who checks the dose, the co-pilot reading the checklist out loud. We do not rely on the toaster’s good intentions. We wire in a fuse. AI is no different, and the companies getting burned are the ones who typed a rule into a prompt, called it a safeguard, and walked away.
Bruce Schneier said it a generation ago about computer security, and it has only gotten truer:
“Security is a process, not a product.”
A rule is a product. You set it once and forget it. A process watches, checks, and catches, again and again, from the outside. Here is what that looks like when you are not an AI lab and should not have to be:
- Put the guardrail outside the model. If something truly must never happen, do not ask the model not to do it. Make it unable to. Limit what it can reach, not just what you told it to avoid.
- Keep a human in the loop where it counts. Not on everything, or you lose the speed. On the decisions you cannot take back.
- Assume the rule will be broken, and plan for that day. Ask, “when it ignores this, what stops it?” If the answer is “nothing,” you do not have a safeguard. You have a wish.
- Check the work, not the intentions. You cannot inspect a model’s conscience. You can inspect what it actually did, before that work ships or touches a customer.
- Give it less power than you think it needs. Access you never granted is the one thing that cannot be talked into misbehaving. It is the same lesson as onboarding a new hire, the argument in AI Is Not a New Business Problem. It’s an Old One.: you do not hand over the master key on day one. Escalate access only when it has been tested, validated, or genuinely needed.
The Bottom Line
Everything is permitted to a machine that runs on priorities instead of rules. That is not a reason to fear it. It is a reason to stop trusting your typed instructions and start building real walls. Tell the AI exactly what you want, always. Then act like it might not listen, and put something outside it that makes sure. A sign asks. A barrier decides.
A Pilot & Rutter principle.
