Most of Your AI System Should Not Be AI
Gartner predicts over 40% of agentic AI projects will be cancelled by 2027, mostly for reasons that have nothing to do with model quality. The systems that survive share an unglamorous trait: most of them is not AI. A framework for deciding which steps need a model, which need code, and which need a person, before you build.
Most of Your AI System Should Not Be AI
The question worth asking before you build anything is not which model to use. It is how much of the system should call one at all. Get that ratio wrong in either direction and the project fails: too little AI and you have shipped ordinary software with an inflated price tag, too much and you have shipped something nobody can predict, test, or hand over. The systems that actually make it to production and stay there share an unglamorous trait. Most of them is not AI.
📊 What Happens to the Alternative
| Agentic AI projects cancelled by end of 2027 | Over 40% |
| Stated reasons | Escalating costs, unclear business value, inadequate risk controls |
| What none of the three reasons is | A model capability problem |
Source: Gartner, "Gartner Predicts Over 40% of Agentic AI Projects Will Be Canceled by End of 2027" (June 2025).
Read that list again. Cost, unclear value, and risk controls are architecture and governance problems, not intelligence problems. A smarter model does not make a system's cost predictable, does not make its value legible to the person who has to justify the budget, and does not make its failures auditable. Those three things come from how much of the system is deterministic, and deterministic is exactly what a model is not.
The Difference Between a Rule and a Judgment Call
Every step in a business process is one of two things. It is a rule, meaning the same input should reliably produce the same output, or it is a judgment call, meaning the correct output depends on context that cannot be fully specified in advance. The test is simple to state and usually clarifying to apply: if you would fire an employee for handling two identical cases differently, it is a rule. If you would expect them to handle two similar-looking cases differently because the details actually differ, it is a judgment call.
Rules belong in code. They run in microseconds, cost nothing per execution, never drift between two runs, and can be tested exhaustively because their behaviour is fully specified. Judgment calls are where a model earns its cost, because a model can weigh context a rule cannot enumerate. The mistake that produces Gartner's 40% is routing rules through a model anyway, either because it was faster to prototype that way or because "AI-powered" was the thing that needed to be in the pitch.
| Rule → code | Judgment call → model | |
| Same input, output should be | Identical, always | Context-dependent |
| Cost per execution | Effectively zero | A model call, every time |
| Testable in advance | Exhaustively | By sampling, not exhaustively |
| Behaviour drifts over time | No | Only if the model changes underneath it |
| Fails by | Being wrong about the rule | Being confidently wrong about the context |
A Worked Example
Take invoice processing, a process almost every mid-market company runs and almost every vendor demos with a model doing all of it. Broken into its actual steps, most of it is not a judgment call at all. Reading the PDF and extracting line items is pattern matching against a known layout, a rule once the layout is known. Matching the invoice to a purchase order is a lookup. Flagging a duplicate is a lookup. Routing to the right approver by amount and department is a lookup against an org chart. Posting to the ledger once approved is a rule with zero ambiguity.
The genuine judgment calls are narrower: deciding whether an unusual line item is a legitimate exception or something that needs a human to look at it, and reading a vendor's free-text dispute email to work out what they are actually asking for. In a representative build, that is two or three model calls out of a process with a dozen distinct steps. The rest is code, and the code is what makes the two model calls trustworthy, because everything around them is fully specified and fully tested.
The Determinism Ratio Is a Cost Argument Three Times Over
Confining the model to genuine judgment points is not a purity position. It is a cost argument, a latency argument, and an auditability argument at once, which is why it survives contact with a finance team in a way "we used AI for everything" does not.
On cost: a rule executed in code has no per-run marginal cost worth measuring. A rule executed through a model call has a marginal cost on every single invocation, forever, and that cost scales with volume in a way a fixed engineering cost does not. On latency: code runs in microseconds; a model call is an API round trip, and a chain of them compounds. On auditability: code has a call stack you can read after the fact. A model's reasoning for a specific output is, at best, an approximation the model itself constructs afterward, which is a weak foundation for an answer you have to defend to a regulator or an auditor.
A recent architecture paper on what its authors call "compiled AI" makes the same case from the engineering side rather than the cost side: have the model generate the workflow logic once, during a compilation step, then run that logic deterministically with the model removed from the runtime path entirely, calling back into it only at the narrow points that genuinely need judgment. On function-calling tasks, the compiled version completed 96% of runs using zero execution-time model tokens, because the branching, retries, and tool selection were already resolved into ordinary code before the workflow ever ran.
The workflow-redesign gap
McKinsey's November 2025 State of AI research found that companies attributing more than 5% of EBIT to AI, roughly 6% of respondents, report fundamentally reworking their processes at 55%, nearly three times the rate of other firms, at roughly 20%. The determinism ratio is what that redesign looks like at the level of a single workflow: deciding, step by step, what changes structurally and what was never the problem in the first place.
Source: McKinsey & Company, "The State of AI in 2025: Agents, Innovation, and Transformation" (November 2025).
Why This Is Also the Buying Argument
Every AI-first vendor has a structural reason not to tell you this. Their pricing, their demo, and their pitch all improve the more of the system runs through the model, because the model is the product. A vendor whose revenue scales with model calls has no incentive to route your invoice matching through a lookup table instead. That misalignment is worth naming plainly, because it is the reason so many production systems are more AI than they need to be, and it is exactly the failure mode Gartner is describing when it points to escalating cost as a top reason projects get cancelled.
We map this boundary explicitly, on your actual process, as one of the artifacts an embedded operator engagement produces: an AI Boundary Map that states which steps are rules, which are judgment calls, and what each model call is costing you per run. The map is only honest if it is built from watching the real process rather than the one described in a workshop, which is the subject of our companion piece on why the documented process is rarely the real one. It is also the piece that determines whether you are buying a staffing arrangement or an actual architecture decision, which we cover in how to buy AI delivery that actually ships.
Want to Know Your Own Ratio?
The Mapping Sprint produces an AI Boundary Map for your actual process: what needs a model, what needs code, and what stays with a person, before a line of the build gets written.
See how an engagement runs →Sources & References
- Gartner, "Gartner Predicts Over 40% of Agentic AI Projects Will Be Canceled by End of 2027", source of the cancellation figure and the three stated causes.
- McKinsey & Company, "The State of AI in 2025: Agents, Innovation, and Transformation", source of the 55% versus 20% workflow-redesign comparison among AI high performers.
- Trooskens et al., "Compiled AI: Deterministic Code Generation for LLM-Based Workflow Automation", source of the 96% zero-execution-token completion result on function-calling tasks.
- SUPALABS engagement methodology, 2024 to 2026, for the determinism-ratio framework and the invoice-processing worked example.
📊 Belangrijke Statistieken (2025)
đź”— Verder Lezen
Frequently Asked Questions
Share this article
Found this article helpful? Share it with your team and help other agencies optimize their processes!
Getuigenissen
Wat Onze Klanten Zeggen
Creatieve bureaus in heel Europa hebben hun processen getransformeerd met onze AI- en automatiseringsoplossingen.
“SUPALABS helped us reduce our client onboarding time by 60% through smart automation. ROI was immediate.”
“The AI tools recommendations transformed our content creation process. We're producing 3x more content with the same team.”
“Implementation was seamless and the results exceeded expectations. Our team efficiency increased dramatically.”
“We process 10x more orders with the same team. The AI handles routing, scheduling, and customer updates automatically.”
“The compliance automation alone saved us €200K in the first year. Zero errors in regulatory reporting.”
“AI-powered analytics transformed our decision-making. We cut campaign waste by 45% in the first quarter.”
“SUPALABS helped us reduce our client onboarding time by 60% through smart automation. ROI was immediate.”
“The AI tools recommendations transformed our content creation process. We're producing 3x more content with the same team.”
“Implementation was seamless and the results exceeded expectations. Our team efficiency increased dramatically.”
“We process 10x more orders with the same team. The AI handles routing, scheduling, and customer updates automatically.”
“The compliance automation alone saved us €200K in the first year. Zero errors in regulatory reporting.”
“AI-powered analytics transformed our decision-making. We cut campaign waste by 45% in the first quarter.”
Gerelateerde Artikelen
AI Implementeren in Uw Bedrijf: Volledige Stap-voor-Stap Gids 2026
Uitgebreide implementatiegids voor AI-adoptie in bedrijven. Strategische planning, technologieselectie, verandermanagement en ROI-meting voor succesvolle AI-transformatie.
AI ROI-Calculator: Hoe u het Rendement van Uw Kunstmatige Intelligentie-investeringen Meet
Volledig raamwerk voor het berekenen van AI-ROI. Kosten-batenanalyse, meetmethodologieën en ROI-optimalisatiestrategieën voor kunstmatige intelligentieprojecten.
Verandermanagement voor AI-implementatie: Best Practices voor Organisatorische Adoptie
Uitgebreide verandermanagementstrategieën voor AI-adoptie. Teamtraining, weerstandsbehandeling en culturele transformatie voor succesvolle AI-implementatie.
Mike Cecconello
Oprichter, SUPALABS
Ervaring
5+ jaar ervaring met het bouwen van AI- en automatiseringssystemen voor Europese organisaties
Track Record
35+ projecten opgeleverd in meer dan 10 sectoren in Europa
Eerste workflow binnen 6 weken in productie, beheerd door het team van de klant
Expertise
- â–ŞAI-native procesherontwerp
- â–ŞAI-systemen in productie
- â–ŞEmbedded delivery
- â–ŞEnterprise AI-strategie

