Skip to content

AI & product strategy

When not to add AI

Deciding not to add AI is a strategy decision, not a failure of ambition. Six situations where a model makes a product slower, more expensive and harder to trust.

John M Granskou5 min read
The AI decision gateRequestGateError costDataUser benefit
When not to add AI

Most writing about AI is about where to apply it. The more useful discipline is knowing where not to. Every model call added to a product introduces cost, latency, variability and a new failure mode — and there are situations where all four are paid for nothing in return.

Six situations where a model is the wrong tool

SituationWhy AI hurtsWhat to build instead
The task has one correct answerIntroduces variance into something that must be exactDeterministic rules and validation
The underlying data is inconsistentProduces confident output built on bad inputsA clean data model and a single source of truth
The action is irreversibleA plausible mistake becomes a real-world consequenceExplicit rules with human sign-off
The volume is lowBuild and running costs exceed the work being replacedA documented manual process
The output must be explainableReasoning cannot be audited line by lineRules that can be shown to a regulator or client
The driver is competitive opticsShips a feature nobody asked for and everyone routes aroundA fix for a friction point users actually report
Each of these is a strategy decision, made before anyone chooses a model.

Decision gate: rules, judgement, risk

Decision schematic. A problem is tested against deterministic rules; if rules solve it, conventional software wins. If judgement matters, AI is evaluated against three disqualifying conditions: high error cost, insufficient data or context, and no meaningful user benefit.

Problem

Stated as an outcome, before any tool is chosen

Can deterministic rules solve it?

Yes

Conventional software

Cheaper, testable, identical every run

No — judgement or pattern matters

Evaluate AI

Only if it clears the three gates below

Three disqualifying conditions

High error cost

Irreversible or regulated → rules plus sign-off

Why

If a wrong output moves money, changes a legal record or reaches a client unreviewed, the cost of one bad decision outweighs the time saved across all the good ones.

Insufficient data or context

Fix the data model first

Why

A model can only interpret what it is given. If the information lives in inboxes, spreadsheets and people's heads, the data architecture is the project — not the model.

No meaningful user benefit

Reconsider the requirement

Why

If nobody's day gets shorter, simpler or more accurate, the feature exists to be announced rather than used, and it still carries per-call cost and maintenance.

Three conditions disqualify a model even when the task genuinely involves judgement.

AI does not repair a broken foundation

The most common version of this is a business asking for AI on top of a stack where the website, CRM and operations tools do not share data. The model then works from incomplete records and produces confident output that is subtly wrong. The problem is structural, and the fix is structural — the argument in from fragmented stack to integrated platform.

Cost is not only the API bill

A model in production also carries prompt maintenance, evaluation, monitoring, review workflow, vendor risk and the ongoing cost of explaining its output to customers or auditors. If the task saves ten minutes a week, none of that is recoverable.

Deciding no is still a decision

Choosing not to add AI should be recorded with a reason and a condition for revisiting — a data-quality threshold, a volume threshold, a workflow that is finally stable enough to interpret. That turns a rejection into a roadmap item rather than a missed opportunity.


Where a model does belong, the surrounding design matters more than the model choice: an isolated interpretive step, a defined fallback, and a person at the point of action. Those are covered in AI feature vs automation and human approval in AI workflows. Both sit inside AI and digital product strategy.

Frequently asked questions

Is it a mistake to skip AI entirely?

No. The mistake is skipping the analysis. A product that solves the problem with clear structure and reliable automation is stronger than one carrying a model it does not need.

Our data is messy. Will AI help?

It will hide the problem, not fix it. Models trained or prompted on inconsistent records produce confident output built on the same inconsistency. Fix the data model first; the interpretive layer becomes far cheaper afterwards.

What about competitive pressure to ship AI features?

Shipping an AI feature that users route around costs more than shipping nothing, because it has to be maintained, paid for per call, and eventually removed. Solve a real friction point instead and describe it plainly.

What should we build instead?

Usually deterministic workflow: better intake, clean records, reliable routing and notification. That is ordinary automation and business systems work, and it removes most of the friction people expect AI to remove.