The hidden assumption
Every system your organisation already uses to manage risk is built on one rule. It's so basic that nobody usually says it out loud.
The system knows when it has reached the edge of what it can safely decide on its own.
An approval workflow knows when to stop and ask a person.
A credit system knows when a loan is too large to approve without a human signing off.
An aircraft autopilot knows when conditions have gone beyond what it can handle, and hands control back to the pilot.
An AI model, the kind used in tools like ChatGPT, Gemini, or Claude, doesn't.
That one difference is the entire subject of this article. It's why the rules that keep other systems safe don't automatically work for AI, and it's very likely already sitting inside a process your organisation currently believes is under control.
If an AI invents a contract date, misclassifies a regulatory filing, or misstates a financial exposure, the legal and commercial consequences belong to your organisation, not the AI vendor.
A control we already trust, and why it works
Picture a simple company expense rule. Employees can claim up to $50 a day for meals without needing anyone's sign-off.
A $38 claim is approved automatically, instantly, the same way every time. A $95 claim is different: it stops, and gets sent to a named manager for approval before it goes any further.
This works because both halves can be checked. The computer's decision: $38 is always less than $50, no room for argument. The manager's decision: a specific named person approved it, and they can be asked why.
Most importantly: the system knows exactly where its own job ends, and where a human's job begins.
That last point is the one that quietly falls apart the moment an AI model is doing the judging instead of a simple rule.
A simple test
To see this happen in real life, rather than just describe it, we ran a small experiment.
A subwoofer is a type of speaker built to play very low bass sounds.
The photo used in this test shows the inside wall of a subwoofer speaker box, built by hand by the author. The wall is lined with small lead balls, held in place with resin. This is a real, if slightly unusual, method used to make speaker boxes: the heavy material stops the box itself from vibrating and adding unwanted noise to the sound. It's a genuine technique. It's also worth knowing the material is specifically lead, because most manufacturers stopped using lead a long time ago, for reasons connected to lead being toxic. That detail matters later in this article.
We showed the same photo to three different AI products: Google's Gemini 3.5 Flash, Anthropic's Claude Sonnet 5, and OpenAI's ChatGPT, running GPT-5.5. Each was asked the exact same question twice, in separate conversations, with only one word changed each time:
What each model said
One detail cuts across all of it. Gemini's "expensive" answer named lead shot specifically. No answer, from any model, in either condition, ever mentioned that lead is toxic.
Three models, three different ways of being unreliable
Three frontier models, the same photo, the same question, one word changed. Three completely different failure patterns. Sounding confident doesn't mean the answer is right. Sounding careful and hedged doesn't mean it's right either. Neither tone tells you anything reliable about whether the underlying answer is true, and neither does which specific way a model happens to fail.
If anything, a wrong answer dressed up carefully, with multiple options, technical words, and an offer to double-check, is harder to catch than one stated flatly, because that careful, hedged style is exactly what people have spent their careers learning to trust in a human colleague. It doesn't mean the same thing coming from a model.
A quick note on "AI showing its thinking"
Many AI tools now show what's called a "chain of thought": a visible trace of the steps the model took to reach an answer, sometimes including the specific queries or lookups it ran along the way, sitting there as part of the response rather than hidden away. It's presented as a way to look inside the model's reasoning and check it before deciding whether to trust the answer.
That block of "reasoning" is not an actual window into what happened inside the model. It's just more text, generated the exact same way the final answer is generated.
ChatGPT's careful "expensive" answer earlier in this piece, three possibilities, technical language, a follow-up question instead of a commitment, was already a version of this, in everything but the label. Asking a model to show its reasoning doesn't add a real check. It adds a second piece of generated text with the same weaknesses as the first, and it's often more convincing, because seeing "steps" feels like verification even when nothing has actually been verified.
Why the usual safety net misses this
Companies describe how they keep an AI system safe using a pattern like this one: the model produces an answer, the answer gets a digital watermark, an automated scanner checks it for harmful or toxic content, anything risky gets paused and flagged, and only then does a human review it before it goes out. Red-teaming and scoring against a golden dataset extend the same idea. None of it would have caught anything wrong in our subwoofer test. Nothing in either answer was toxic, unsafe, or policy-violating, and our photo was never part of any dataset built to check against, because it's a one-off object nobody had verified before. All of this amounts to a rubric: a fixed collection of test cases and pass/fail rules the model is checked against. A rubric only catches what it was already built to look for.
- Is there a digital watermark? Lets the company later prove where a document came from. Doesn't check if it's correct.
- Is the language toxic or offensive? Checks tone and word choice. Doesn't check facts.
- Does it leak personal information? Checks for private data. Doesn't check facts.
- Does it cross a risk limit, like a large dollar figure? Catches big, obvious numbers. Misses a wrong fact that's small enough to look ordinary.
Closing that gap needs a control built specifically for it: something that checks new evidence for similarity against what's already been verified, and escalates whatever finds no match, before an answer is given. That control is not a simple rule. Comparing a photo for similarity is itself a vision problem, and judging whether a match is close enough is itself a judgment call, which usually means the thing checking the model is another model, quite possibly a vision system paired with a language model of its own. That control inherits the same open questions about honesty and reliability this whole article has raised. It's a reason to expect this to be genuinely hard to build well, not a reason to skip building it.
Who these checks actually protect
Those checks (the toxicity filter, the watermark, the personal-data scanner) exist mainly to protect whoever is selling access to the model as a hosted product, not necessarily whoever trained it. Meta releases Llama's weights for anyone to download, and Alibaba does the same with Z-Image Turbo; neither runs a paid service around the release, and neither ships a safety pipeline with it, because there is no seller's liability at stake. Toxic content, leaked private data, and offensive language are legal and reputational risks specifically for the operator of a paid service. Naturally, that operator builds checks for exactly those risks.
None of that is your organisation's risk. Your organisation's risk is different: did the AI give your team a correct answer to rely on? A wrong exposure number in a credit memo, a wrong clause in a contract summary, a wrong classification feeding into a regulatory filing, that's the risk your organisation actually carries, and it is almost entirely separate from the risk that vendor safety pipeline was built to catch.
Those checks are not necessarily the best possible design for safety. They are simply the part of the process that belongs to the vendor. If your organisation runs its own AI model instead of using a big company's product, none of that reasoning applies to you, because nothing was ever protecting you in the first place. You own the question that goes in, the information the model is given, the model itself, and the answer that comes out, all four, every time, which means building this final safety layer is your responsibility too, on top of the correctness checks described earlier in this piece, not instead of them.
One more point worth adding here. Training a model specifically on your own organisation's own real examples over time, a process called fine-tuning, can gradually reduce how much of this outside checking is needed, because the correct behaviour becomes part of the model itself rather than something bolted on afterward to catch mistakes. This doesn't remove the need for governance. It shifts how much ongoing checking is needed downstream, not all of it, by moving some of that work into a one-time, more thorough investment in training the model correctly in the first place.
The industry's other current answer is the agent harness: a piece of software, usually an open-source project rather than a vendor product, wrapped around a model to control which tools it can use, what data it can see, and what actions it can take before anything reaches a person. This is a genuine attempt to build exactly the kind of control this article describes directly into individual deployments. It's also still evolving quickly, and it adds complexity as it does. A common addition is memory, letting the agent retain information across tasks and sessions. That sounds like an improvement, and often is, but it quietly introduces another retrieval system, with everything Part 2 of this series already described: something has to decide what gets stored, what gets recalled, and whether what's recalled is right, and that layer needs the same governance as any other. Treat an agent harness the way this article treats every safety layer: useful, worth having, and not something to trust simply because it exists.
Why the usual rulebook doesn't work here
Go back to the $50 meal example. That system works because it produces a number, and a number can be checked against a rule. Is $95 more than $50? Yes or no. There's no ambiguity.
An AI model doesn't produce a number like that. It produces a sentence that sounds confident or careful, and neither of those tells you anything reliable about whether it's actually correct, as we just demonstrated three times, in three completely different ways. You cannot build a simple "escalate above this line" rule around a system that can't reliably tell you when it's guessing.
What organisations can actually do
None of the six controls below require waiting for a better model to come along. They govern the system built around the model, or, in the last case, the model itself, deliberately and verifiably. Good architecture and real governance matter independently of how capable the underlying model is, and this is the part an organisation can actually control today.
None of these six need the same weight everywhere. Which controls get used, and how rigorously each one is implemented, should scale with the actual consequence of getting the answer wrong, the same principle behind the $50 meal limit at the start of this piece. A marketing summary and a credit memo are not the same decision, and governing them identically wastes effort on one and under-protects the other.
There's a reason this matters more here than it would for a simple rule. Tightening the $50 threshold to $20 costs almost nothing, it's still just one number compared against another. These controls don't work that way, because they're statistical rather than rule-based: pushing residual risk further down, through deeper fine-tuning, tighter variance thresholds, more rigorous verification, gets disproportionately more complex and expensive the closer to zero you try to take it. Matching the level of control to the actual consequence isn't just tidy. It's the only way the cost stays proportional to the risk being managed.
These six are a starting place, written in plain terms for anyone approaching this for the first time. For a technical breakdown of what an engineering team would actually build, including how a system traces every claim in an output back to its source, and how a second model can be purpose-built to hunt for contradictions in the first model's work, see What controls actually look like in enterprise AI.
Why this matters more for a business than it does for the general public
Public tests of AI models tend to use common, well-documented topics, ones with lots of existing material to learn from. A real business question is usually the opposite: a specific contract clause, a specific building's engineering plans, a specific vendor's specific wording, internal company terms nobody outside the organisation would even recognise.
These are exactly the kinds of questions an AI model has the least experience with. The topics your organisation cares about most are very often the exact topics the model understands least, and there's currently no publicly available test that will tell you which of your own processes that applies to. Only testing it yourself, on your own real material, will.
Our own test changed exactly one word, on purpose, to make the effect easy to see. A real business question carries far more than that: the sender's department, their seniority, the urgency in their tone, internal jargon that quietly implies an expected answer before the question is even finished. Dozens of small signals at once, instead of one, means far more chances for the same effect, and far less chance of anyone noticing afterward.
This piece has avoided quoting hallucination rates, accuracy percentages, or "X% improvement" figures anywhere. That was a choice, not an oversight. Numbers like these change quickly, vary enormously by task and domain, and rarely transfer from a published benchmark to an organisation's own data. Quoting one anyway would suggest this is a fixed, measurable problem that next year's model release will simply improve away. It isn't. No accuracy percentage changes the fact that the system cannot reliably tell you when it is guessing.
It has also left out access rights and service agreements: who can use which model, who can see which data, what an autonomous agent is allowed to do on the organisation's behalf, and the API uptime and response-time commitments that come with any hosted service. That isn't an oversight either. Those are existing governance disciplines. Most organisations already know how to manage access and negotiate an SLA; extending that to cover AI systems has its own nuances, but it isn't unfamiliar ground. What this article has focused on instead is the part with no existing playbook: a system that cannot reliably tell you when it's guessing.
Every AI system in production should have an answer to one question: under what specific conditions do we trust it to make a decision on our behalf?
The complete experimental materials referenced in this piece, including every prompt, transcript, and the original photograph, are available at github.com/koilio-dev/probabilistic-governance-tests.