Industry AnalysisJuly 2026
The Model Is Not the Product: Why Reliable AI Runs on an Ontology
A short argument and a surprising result. The usual fix for unreliable AI agents is a bigger model. We think it is the layer around the model, and we ran the experiment to prove it. The full data and methodology are in the Technical Report.
Read the full Technical ReportThe short version of a longer argument. The full findings, methodology, and the model-by-model head-to-head are in the Technical Report at the end of this page.
The model is not the product
If you talk to the people putting AI into places where mistakes are expensive, defense, critical infrastructure, regulated industry, the same picture keeps coming up. A model on its own is not the product. What makes it useful for real work is the layer around it: a structured description of your business that the model has to operate through, and the machinery that holds it there.
We call the description an ontology and the machinery a harness. Capability comes from the model. Correctness comes from the ontology and the harness.
That framing has a sharp consequence. If the layer carries the correctness, the model underneath becomes swappable, a commodity you pick on cost and control rather than on whether it happens to be reliable this quarter.
The paradox that started this
Here is the thing that never sat right with me. These models crush the hardest benchmarks we can write, and then fall over on the simplest rule-following step in a real workflow. How is a system that can reason through a graduate exam so bad at “record this one decision, and do not touch anything else”?
It is not a knowledge gap. It is baked into how the models work. An LLM samples from a distribution, so it does approximately the right thing, and approximately is the whole problem. For most tasks that is fine. For controls work it is useless, because the job is usually “do exactly this, and nothing else.”
You do not fix that with a smarter model or a better-worded prompt. Rules pasted into a prompt are still suggestions to a stochastic system. What works is inference-time reasoning under hard constraints: your rules as a declarative spec, enforced at run time by a harness that keeps the organizational detail out of the code. That spec is the ontology.
We did not assert this. We measured it.
On a multi-stage supply-chain compliance workflow, putting the process in an ontology and enforcing it at run time took a raw agent pipeline from reliable about one time in three to reliable almost every time. The most dangerous failures, the silent ones a controls team can never accept, went away.
Then we tested the bolder claim directly. Under the same enforcement, a cheap, open-weight model matched a frontier model on the same work, despite being rated well below it and costing a fraction as much to run.
We are deliberately not putting the exact numbers, the grader, the scenario set, or the model-by-model head-to-head on this page. They are in the Technical Report. What matters here is the shape of the result: reliability came from the layer, not the model.
Why this matters now
Two things make this more than a neat result.
Cost. Agentic work is token-heavy. Every step of a long agent trajectory is billed, which is why so many pilots stall before production. If your reliability depends on always reaching for the most expensive model, you pay that premium on every task, forever. Our result says you do not have to.
Access. The top of the capability curve is picking up conditions: safeguards, license terms, provenance reviews. If your plan is to brute-force reliability with capability, you are betting your roadmap on frictionless access to models that are getting harder to count on. Reliability you engineer into your own ontology does not carry that risk.
What you end up owning
You own the correctness, because it lives in your ontology and is enforced by the platform. You own your operating logic, because it sits in something you control and travels with you across models. And you choose the model, because the layer carries the correctness, so which model becomes a cost and control decision rather than a bet.
Renting a black box by the token is one thing. Owning a working description of how your business runs is another.
The full study is the version with the receipts: the exact numbers, the methodology and grader, the frontier-vs-open head-to-head, and the ontology lifecycle in detail. Get it below.