Growth Tech

Artificial intelligence is one of those terms that means everything and therefore nothing. It gets attached to a chatbot, a chess program, a spam filter, a recommendation engine, and a hypothetical future machine that thinks like a person, and those things have almost nothing in common. So before anything useful can be said, the word needs pinning down.

Here’s a definition that survives contact with reality: AI is software that does things we’d normally consider to require human intelligence, like recognising images, understanding language, making predictions, or generating content. That’s deliberately loose, because AI is a loose term covering a family of quite different techniques rather than one thing.

The plain version: AI is a label for computer systems that handle tasks which used to need a human’s judgement. It is not, in anything available today, a machine that thinks. Keeping that distinction clear is the single most useful thing you can do when someone starts talking about AI, because most of the confusion and most of the overselling comes from blurring it.

What’s in this guide

What the word covers

AI isn’t one technology, it’s an umbrella, and under it sit several quite different things that get lumped together.

There’s the old idea of rule-based systems: software following human-written rules to make decisions. A tax program applying tax law is doing something people once called AI. It’s just following instructions, precisely and quickly, with no learning involved. Much of what got called AI for decades was this.

There’s machine learning, which is the shift that changed everything: instead of writing the rules, you show the system many examples and it works out the patterns itself. A spam filter that learns from millions of emails what spam looks like is machine learning. Nobody wrote “if it contains this phrase, it’s spam” for every case; the system inferred it.

There’s the modern generative wave, the large language models and image generators that have driven the recent excitement. These are machine learning at enormous scale, trained on vast amounts of text or images, able to produce fluent new content. This is what most people now picture when they hear AI, though it’s a recent and specific branch.

And there’s the thing that doesn’t exist yet: general artificial intelligence, a machine that can think and reason across any domain like a human. This is the stuff of headlines and speculation. Everything you can actually use today is narrow, meaning good at specific tasks and not generally intelligent, no matter how impressive it sounds.

Lumping these together is where trouble starts. A rule-based system, a spam filter, a language model, and a hypothetical thinking machine are wildly different, and “AI” is doing a lot of quiet work hiding those differences.

How it works

You don’t need the maths, but a rough mental model of modern AI protects you from both the hype and the fear.

Most of today’s notable AI works by finding patterns in enormous amounts of data. You show a system millions of examples, it adjusts itself to get better at predicting or producing the right thing, and after enough of this it can handle new cases it hasn’t seen. That’s the core loop: learn patterns from examples, apply them to new situations.

A language model, the kind behind chatbots, is at heart a very sophisticated predictor of what word comes next. Trained on a staggering amount of text, it has learned the patterns of how language fits together well enough to produce fluent, relevant, often useful responses. That sounds reductive, and it partly is, and it’s also genuinely powerful, because an enormous amount of useful work turns out to be expressible as “what should come next here.”

The thing to hold onto is that this is pattern-matching at scale, not understanding in the human sense. The system has no beliefs, no model of truth, no awareness of what it’s saying. It produces what its training makes statistically likely, which is usually helpful and sometimes confidently wrong. That single fact explains most of AI’s characteristic strengths and its characteristic failures, and we’ll come back to it.

Good and bad at

Because of how it works, today’s AI has a fairly predictable shape of strengths and weaknesses, and knowing the shape is worth more than any feature list.

It’s good at pattern-rich tasks with lots of examples. Recognising images, transcribing speech, translating, spotting anomalies, drafting text, summarising. Anywhere there’s abundant data and the task is really about patterns, AI is often excellent, sometimes better than people.

It’s good at speed and scale. It doesn’t tire, doesn’t get bored, and handles volume no human could. For high-volume, repetitive, pattern-based work, that’s transformative.

It’s bad at anything needing real understanding or truth. Because it matches patterns rather than knowing things, it can state falsehoods with total confidence, a behaviour often called hallucination. It doesn’t know it’s wrong, because it doesn’t know anything. This is not a bug being fixed next quarter; it’s a property of how the technology works.

It’s bad at situations unlike its training. Show it something genuinely novel, outside the patterns it learned, and it degrades, often without signalling that it’s out of its depth. Humans usually know when they’re stumped. Current AI frequently doesn’t.

And it’s bad at accountability and judgement. It has no stake in outcomes and no real judgement, so anything involving responsibility, ethics, or consequences needs a human who owns the decision. The AI can inform; it can’t be accountable.

The pattern across all of this: AI is a spectacular pattern engine and a poor substitute for understanding. Use it where patterns are the job, and keep a human wherever truth, novelty, or accountability matter.

One example that explains the whole thing

If you hold onto a single illustration, make it this one, because it explains both why AI is impressive and why it fails the way it does.

Ask a modern language model a question about a well-known topic and it answers fluently and correctly. Ask it a question about something obscure, and it will often answer just as fluently and confidently, except now some of the details are invented. Same confident tone, same polished sentences, and the second answer is partly fiction. To the system, both are the same activity: producing text that looks like a good answer. It has no internal switch that flips to “I don’t actually know this.” It produces plausible-sounding language either way.

This is worth sitting with, because it’s counterintuitive. We’re used to confidence tracking knowledge in humans. Someone who sounds sure usually is, roughly, and someone unsure hedges. AI breaks that link completely. Its fluency is unrelated to its accuracy, because fluency is what it was built to produce and accuracy is a side effect that holds up only where the training data was rich and consistent.

Once you internalise that, a lot follows. You stop trusting AI output because it sounds authoritative, since sounding authoritative is free. You start checking claims that matter, because the tone won’t warn you. You use it happily for drafting, brainstorming, and summarising, where a confident wrong version is easy to catch and fix, and you’re careful with it for facts you can’t verify, where a confident wrong version is dangerous precisely because it’s confident.

Everything else in this guide is downstream of that one example. AI produces the shape of a good answer. Whether the answer is also true depends on the task, the data, and whether a human checked. That’s not a flaw to wait out. It’s what the thing is.

Words sorted out

The vocabulary is a mess, so here’s a quick untangling of the terms you’ll actually encounter, each covered more fully in its own guide.

Machine learning is the underlying approach: systems that learn patterns from data rather than following written rules. It’s the engine under most modern AI.

Generative AI is AI that produces new content, text, images, audio, rather than just classifying or predicting. The chatbots and image generators. It’s a branch of machine learning, not a separate magic.

Agentic AI is AI that takes actions toward a goal across multiple steps, rather than just producing an output for you to act on. It’s the current frontier and the current source of the most overselling.

AI search is search that understands your question and generates an answer, rather than returning a list of links. It’s changing how people find things, including how they find you.

Large language model is the specific kind of AI behind most current chatbots: a model trained on huge amounts of text to predict and produce language.

None of these are separate from each other in the way the marketing implies. They’re overlapping slices of the same underlying pattern-learning idea, applied to different tasks. When someone uses them as though they’re distinct product categories, that’s usually a sign to slow down and ask what specifically they mean.

A plain-english glossary worksheet

Half the difficulty with AI is that the words are used loosely and often to impress, so we’ve made something to cut through that.

The worksheet is a plain-english glossary and a short set of questions to ask whenever someone pitches you “an AI solution”: what specific task does it do, what is it trained on, how do you know when it’s wrong, and who’s accountable when it is. There’s space to write a vendor’s answers next to each, so you can see quickly whether there’s substance behind the label. It’s the single most useful page to have in the room during any AI conversation, because it turns vague impressiveness into specific claims you can actually judge.

For your business

If you’re trying to think about AI for practical rather than philosophical reasons, a few principles keep you out of trouble.

Start from a problem, not the technology. “We want to use AI” leads to expensive solutions looking for a use. “We spend hundreds of hours a month summarising documents” is a problem AI might genuinely help with. Name the problem first, always.

Match the tool to what AI is good at. If your problem is pattern-rich, high-volume, and tolerant of the occasional error, AI is a strong candidate. If it demands guaranteed accuracy, real understanding, or accountability, either keep a human firmly in the loop or reconsider.

Assume it will sometimes be confidently wrong, and design for that. This isn’t pessimism, it’s how the technology behaves. The successful uses build checking and human oversight around the AI rather than trusting it blindly. The failures trust it blindly.

Be sceptical of anything sold as understanding or thinking. Today’s AI matches patterns. That’s powerful and it’s not comprehension. Vendors who blur that line are either confused or selling, and neither helps you.

And keep a sense of proportion. AI is a genuinely important set of tools that’s genuinely oversold at the moment. Both things are true. The reasonable stance is to use it where it clearly helps, stay honest about where it doesn’t, and ignore the noise in both directions.

The stuff worth remembering

  • AI is a loose label for software that does tasks we’d normally think need human intelligence. It’s a family of techniques, not one thing.
  • It covers rule-based systems, machine learning, the recent generative wave, and a hypothetical general intelligence that does not yet exist. Everything usable today is narrow.
  • Modern AI works by finding patterns in huge amounts of data, then applying them to new cases. Language models are, at heart, sophisticated next-word predictors.
  • It’s pattern-matching at scale, not understanding. That single fact explains both its power and its confident mistakes.
  • It’s good at pattern-rich, high-volume tasks and bad at truth, novelty, and accountability. Use it accordingly.
  • The buzzwords, machine learning, generative, agentic, AI search, are overlapping slices of one idea, not distinct magic. Loose use of them is a signal to slow down.
  • For real decisions: start from a problem, match it to what AI is good at, design for confident errors, and keep a human wherever accountability matters.

Trying to work out where AI actually fits for you?

Once the basics are clear, look at generative AI, the newer agentic AI, and how the two differ.

The useful version of this conversation starts with a specific problem and whether it’s the pattern-rich, error-tolerant kind AI handles well, not with a wish to adopt AI in general. If you’d like a second opinion on whether a particular use is sensible or oversold, get in touch and we’ll work through it with you.

Leave a Reply

Your email address will not be published. Required fields are marked *