chivvy. Start a conversation
What we doWorkHow we workGuidesArticlesContactStart a conversation
Guide · Strategy

What AI is genuinely good at in a small business — and what it isn't

A straight capability map, with the failure modes named. Useful if you are trying to work out which of the things you have been promised are real.

4 min readWritten by Chivvy

The gap between what AI can do and what it's sold as doing is wide enough to waste a lot of money in. This is an attempt at an honest map, from building this software rather than marketing it: where it works, where it fails, and how to tell which side of the line a given idea falls on.

One framing to start with, because it predicts nearly everything below. Language models are extraordinary at reading, summarising and drafting. They are unreliable at knowing facts and at arithmetic. So the useful pattern is always: let ordinary software fetch the facts and do the sums, then let the model turn the result into words — or turn your words into a request. When you see an AI project fail, it has usually asked the model to be the database or the calculator.

Where it genuinely works

Turning data into explanation

Give a model the actual rows behind a number and it will write the two sentences that explain the movement — which product drove it, which accounts stopped, whether the overdue balance is one customer or a general slide. This is the single highest-value use in a small business, because it's the difference between a report being read and being acted on. The facts come from the data; the model only does the prose.

Drafting the repetitive correspondence

Chase letters, reorder nudges, follow-ups, appointment reminders, "here's what we agreed" summaries. These are high-volume, low-creativity, and they get written badly or not at all when a human is busy. A model that knows the customer's history writes a better first draft than a tired person at 5pm — and a person still approves it before it goes.

Triage and categorisation

Sorting inbound enquiries, tagging expenses to codes, spotting which emails need a partner rather than an admin. Accuracy here is good enough to be useful precisely because a mistake is cheap and visible — a misfiled ticket gets moved, not disastrous.

Extraction from messy documents

Pulling line items off a supplier invoice or a delivery note. This used to need bespoke templates per supplier and broke whenever a layout changed. It now largely just works, which quietly removes a lot of keying.

Answering questions in plain English

"How did this product do against last summer?" is a question most people can't turn into a report and won't ask anyone else for. Being able to ask it, and get an answer from your own data, changes who in the business is able to look things up — usually the most underrated effect of the whole exercise.

Where it doesn't work — yet, or maybe ever

Being the source of truth

A model asked about your prices, stock or VAT rules from memory will produce something plausible. Plausible is worse than useless when it's wrong, because nobody checks it. Facts must come from your systems, retrieved at the moment of asking. This is the failure behind most "the AI made something up" stories.

Arithmetic at scale

They are notoriously shaky at long chains of calculation, and — more importantly — they're non-deterministic, so the same question can give slightly different totals twice. Anything that has to reconcile, foot up, or be audited belongs in code and in a database, not in a prompt.

Anything unsupervised that touches a customer or money

Not because the drafts are poor; because the downside is asymmetric. An unreviewed email to your biggest account, an automatic payment, an automatic refund — the occasional error costs more than all the time saved. Every automation we build drafts and waits. The right question isn't "can it do this alone?" but "what does the once-in-two-hundred mistake cost?"

Regulated filing and advice

Anything with a statutory format and a liability attached — tax filings, regulated advice — needs deterministic, auditable software and a qualified human. AI can prepare, summarise and check around the edges of these processes, and that's genuinely valuable. It shouldn't be the thing that submits.

Judgement with thin data

"Should we open a second site?" is not an AI question. It depends on things not in any of your systems: your appetite for risk, your family, what your best manager is planning to do next year. Beware anything that dresses up a judgement call as an output.

A test you can apply to any AI proposal

Four questions
  • Where do the facts come from? If the answer is "the model knows", walk away.
  • What happens when it's wrong? Cheap and visible, or expensive and silent? Only automate the first kind.
  • Who approves before it leaves the building? There should be a name.
  • Could ordinary software do this? Often yes — and then it should, because ordinary software is cheaper, faster and repeatable. Reserve AI for the genuinely language-shaped parts.

The honest summary

AI in a small business is not an oracle and it's not a member of staff. It's a very fast, very literate assistant with no memory of your business, which is exactly why the plumbing around it matters more than the model you pick.

Used that way, the returns are real and unexciting: reports that get written, follow-ups that happen, questions that get answered by whoever has them rather than whoever can build a spreadsheet. Hours come back, and they come back in the mundane half of the week — which is the half nobody started a business to spend their time on.

Keep reading

More guides.

Get started

Want this done for you rather than by you?

Everything in these guides is something we build. If you'd rather it just arrived in your inbox every Monday, that's the job.

Start a conversation