Innovation8 min2026-08-11EN

Most of Your AI System Should Not Be AI

Michele Cecconello
Mike Cecconello

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
Published: August 2026 · Written by: Mike Cecconello, Founder of Supalabs · Reading time: 8 min
Mike Cecconello is the founder of Supalabs, where he helps mid-market companies design and deploy production AI agents and automation across finance, sales, customer support, and operations.

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 2027Over 40%
Stated reasonsEscalating costs, unclear business value, inadequate risk controls
What none of the three reasons isA 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 → codeJudgment call → model
Same input, output should beIdentical, alwaysContext-dependent
Cost per executionEffectively zeroA model call, every time
Testable in advanceExhaustivelyBy sampling, not exhaustively
Behaviour drifts over timeNoOnly if the model changes underneath it
Fails byBeing wrong about the ruleBeing 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

📊 Statistiche Chiave (2025)

88%
of organizations using AI in at least one function
Source: McKinsey 2025
62%
experimenting with AI agents
Source: McKinsey 2025
74%
achieve ROI from AI in year one
Source: Arcade.dev 2025
64%
say AI enables their innovation
Source: McKinsey 2025
$150-200B
projected enterprise AI market by 2030
Source: Glean 2025

Domande Frequenti

Share this article

Found this article helpful? Share it with your team and help other agencies optimize their processes!

Testimonianze

Cosa Dicono i Nostri Clienti

Aziende in tutta Europa hanno trasformato i loro processi con le nostre soluzioni AI e automazione.

SUPALABS ci ha aiutato a ridurre i tempi di onboarding clienti del 60% attraverso automazione intelligente. ROI immediato.

60%Onboarding Veloce
Direttore Creativo
Creative Studio, Milano

Le raccomandazioni su strumenti AI hanno trasformato il nostro processo creativo. Produciamo 3x più contenuti con lo stesso team.

3xOutput Contenuti
Marketing Manager
Digital Agency, Roma

Implementazione semplice e risultati oltre le aspettative. L'efficienza del team è aumentata drasticamente.

85%Efficienza
Direttore Operazioni
Tech Agency, Torino

Elaboriamo 10 volte più ordini con lo stesso team. L'AI gestisce routing, pianificazione e aggiornamenti clienti automaticamente.

10xPiù Ordini
COO
Logistica, Amsterdam

Solo l'automazione della compliance ci ha fatto risparmiare €200K nel primo anno. Zero errori nei report regolamentari.

€200KRisparmio Annuo
CTO
FinServ, Berlino

L'analytics AI ha trasformato le nostre decisioni. Abbiamo ridotto gli sprechi delle campagne del 45% nel primo trimestre.

45%Meno Sprechi
Head of Growth
E-commerce, Stoccolma

SUPALABS ci ha aiutato a ridurre i tempi di onboarding clienti del 60% attraverso automazione intelligente. ROI immediato.

60%Onboarding Veloce
Direttore Creativo
Creative Studio, Milano

Le raccomandazioni su strumenti AI hanno trasformato il nostro processo creativo. Produciamo 3x più contenuti con lo stesso team.

3xOutput Contenuti
Marketing Manager
Digital Agency, Roma

Implementazione semplice e risultati oltre le aspettative. L'efficienza del team è aumentata drasticamente.

85%Efficienza
Direttore Operazioni
Tech Agency, Torino

Elaboriamo 10 volte più ordini con lo stesso team. L'AI gestisce routing, pianificazione e aggiornamenti clienti automaticamente.

10xPiù Ordini
COO
Logistica, Amsterdam

Solo l'automazione della compliance ci ha fatto risparmiare €200K nel primo anno. Zero errori nei report regolamentari.

€200KRisparmio Annuo
CTO
FinServ, Berlino

L'analytics AI ha trasformato le nostre decisioni. Abbiamo ridotto gli sprechi delle campagne del 45% nel primo trimestre.

45%Meno Sprechi
Head of Growth
E-commerce, Stoccolma

Articoli Correlati

Mike Cecconello

Mike Cecconello

Fondatore, SUPALABS

Esperienza

Oltre 5 anni a costruire sistemi AI e di automazione per aziende europee

Risultati

Oltre 35 progetti realizzati in più di 10 settori in Europa

Primo processo in produzione in 6 settimane, gestito dal team del cliente

Competenze

  • Riprogettazione dei processi
  • Sistemi AI in produzione
  • Delivery integrata
  • Strategia AI aziendale
Supalabs AI solutions