Skip to main content

AI Consulting

Does Your Business Actually Need AI? A Practical Decision Framework

Most companies do not need a custom AI system. Here is the honest framework we use to decide when AI is worth building — and when a spreadsheet wins.

Mohnish M2 July 20263 min read
Share: LinkedIn X

Most businesses that ask us to "add AI" do not need a custom AI system. They need a clear process, a cleaned-up dataset, and sometimes a single well-placed automation. Saying that out loud costs us projects — and it is exactly why the right clients trust us.

This is the framework we actually use to decide whether AI is worth building for a given problem.

Start with the problem, not the technology

AI is a tool, not a goal. Before evaluating any model, we write the problem as a single sentence in this shape:

We lose [time or money] because [a specific, repeated task] is [slow, error-prone, or impossible at scale].

If you cannot fill that sentence in without hand-waving, you do not have an AI problem yet. You have a process problem, and AI will only make it faster to do the wrong thing.

The four questions that decide it

We score every candidate use case against four questions. A use case needs a clear "yes" on at least three.

1. Is the task high-volume and repetitive?

AI earns its cost on scale. Automating a task that happens five times a month rarely pays back. Automating one that happens five thousand times a month almost always does. Count the actual volume before anything else.

2. Is the input unstructured?

If your data already lives in clean columns, traditional software — rules, SQL, a spreadsheet — is faster, cheaper, and more reliable than an AI model. AI justifies itself when the input is messy: free-text emails, documents, images, support tickets, call transcripts.

3. Is "good enough" genuinely good enough?

Language models are probabilistic. They are excellent at drafting, summarising, classifying, and routing — tasks where a human reviews the output or where an occasional miss is tolerable. They are a poor fit where every answer must be exactly correct with no review, such as moving money or making an irreversible legal decision.

4. Can you measure success?

If you cannot define what "working" means as a number — hours saved, tickets deflected, error rate reduced — you cannot tell whether the system is helping. No metric, no project.

A simple decision test

volume_high        AND
input_unstructured AND
tolerant_of_error  AND
measurable_outcome
   -> build the AI system
 
any two missing
   -> automate with rules, or fix the process first

What we recommend when the answer is "not yet"

Roughly half the time, the honest answer is that AI is premature. In those cases we recommend the cheaper fix first:

  • Document the process so it is repeatable by a person before it is repeatable by a machine.
  • Clean and centralise the data. Most failed AI projects fail here, not at the model.
  • Automate the deterministic parts with plain software. This often removes 60–70% of the manual work at a fraction of the cost.

Once those are in place, the AI use case that remains is usually smaller, clearer, and far more likely to succeed.

Frequently asked questions

Is generative AI different from this framework?

No. Generative models widen the range of "unstructured input" tasks you can tackle, but the same four questions apply. The failure modes are identical.

How long before an AI project pays back?

For a well-scoped automation with real volume, we typically model payback in three to six months. If the honest model shows payback beyond twelve months, we usually advise waiting.

Can you help us decide?

Yes — that is most of what a good AI consultant does. A short, honest scoping conversation is worth more than a large speculative build.

If you are weighing an AI investment, book a free 45-minute strategy call. We will tell you honestly whether it is worth building.

Have a project in mind?

Book a free 45-minute strategy call. Honest advice, no sales pitch.

Book a call

Free Resource

Get the AI Growth Playbook

Six chapters on what to automate, what to build, and what to leave alone.

Get the free playbook