AI Coaching · Primer

How AI Works

A plain, non-technical explanation of what the tool is actually doing.

Why understand the tool

You use a tool better when you know what it is doing.

This page explains how AI works in plain terms. It is not a technical course, and it does not assume any background. The point is practical: once you understand what the tool is actually doing, its strengths and its failures both stop being surprising, and you make fewer mistakes with it. Five ideas cover most of what a working team needs.

1 · What AI is

A program that learns patterns from many examples.

AI is a program that learns patterns from a very large number of examples, then uses those patterns to predict an answer. It is not written rule by rule for every question it might face. It is fed billions of pieces of text and images until it picks up the patterns on its own.

Data

Billions of pieces of text and images.

Training

The model learns the patterns. Slow and expensive; done rarely.

Model

The trained result — the "brain" that is finished learning.

You ask

You prompt it; it predicts an answer for you.

A useful comparison: AI is like a chef who has tasted a million dishes and can now judge flavour well — not a machine following one written recipe line by line.

2 · AI is not an algorithm

A learned model behaves differently from a fixed rule.

People group everything under "AI", but two very different things sit underneath. A traditional algorithm follows rules a person wrote; an AI model learns patterns for itself. The difference explains a lot of what you see day to day.

A traditional algorithm
  • A person writes the rules for every step
  • Follows fixed if-then logic
  • Same input gives exactly the same output
  • You can explain precisely why it produced a result
  • An Excel formula, a calculator, a payroll system
An AI model
  • Learns patterns from examples on its own
  • No fixed rules — it predicts from what it has seen
  • The same question can give a different answer
  • Hard to say exactly why it produced a result
  • Claude, Gemini, translation, face recognition

The recipe comparison again: an algorithm is a recipe written out step by step — follow it and you get the same dish every time. A model is the chef who tastes and judges — very capable, but capable of getting it wrong.

3 · The app is not the model

The app is the car; the model is the engine.

The thing you open — the app — and the "brain" inside it — the model — are separate layers. Keeping them apart clears up a lot of confusion, including about which tool is safe to use for company data.

App

What you see and click — Claude, Gemini, a company app. The screen, the buttons, the email connection.

Connector (API)

The pipe that carries your question to the model and the answer back.

Model

The engine that actually predicts the answer — GPT, Gemini, Claude.

So one app runs on one model underneath, and different apps can run on the same model with different faces. The car is the body — colour, shape, steering wheel; the engine is what drives it, and several makes of car can share the same engine.

4 · How it "thinks"

It predicts the next word, one word at a time.

At the heart of a text AI is a single move: predict the most likely next word, one word at a time, from the patterns it has seen. It is not looking up an answer in a database. Given "The capital of Thailand is ___", it scores the candidates and picks the highest:

Once it picks "Bangkok" it adds it and predicts the next word, and repeats until the sentence is done — so fast it looks like understanding, but it is accurate statistical guessing. It is the next-word suggestion on a phone keyboard, vastly more capable because it can see the whole context.

5 · Why it makes confident mistakes

It is built to sound right, not to be right.

Because the model predicts a plausible answer, it produces one even when it does not know — and states it with full confidence. Ask it for a 2019 study on the effect of AI on Thai laundry businesses and it may invent an author, a journal, and page numbers that look real but do not exist, because it is predicting the shape of a citation, not looking up a real document. This is called hallucination.

95%How confident the answer sounds
40%How often it is actually right

That gap is the danger: high confidence does not mean correct. It is also exactly why the foundation's first rule exists.

Check every time — especially numbers, names, dates, and citations.

Give it the source. Paste the real document and ask it to work from that, rather than from memory.

Tell it to admit when it does not know. "If you are not sure, say so — do not guess."

An AI foundations session in progress — understanding the tool before using it
Understand, Then Use

Knowing what the tool is doing is what makes the three rules obvious rather than arbitrary.

One more distinction

Trained once, used many times.

Two phases are worth separating. Training is the expensive, slow, occasional phase where the model learns from huge amounts of data. Inference is the fast, cheap, everyday phase where you ask and it answers. One consequence matters in practice: a model only "knows" up to the date its training stopped — its knowledge cutoff. Anything newer, it does not know, unless you give it the information or the app connects it to a live source such as your email or calendar.

A short glossary

The AI words worth knowing.

Model
The trained "brain" — for example GPT, Gemini, or Claude.
Prompt
The instruction or question you type for the AI.
Token
A piece of a word the AI works in — it reads in fragments, not whole words.
Training
The phase where the model learns from very large amounts of data. Done rarely.
Inference
The phase where you ask and it answers. Fast and cheap; done all day.
Hallucination
A wrong answer that sounds believable — the reason to check every time.
LLM (Large Language Model)
The kind of model behind tools like Claude and Gemini.
Knowledge cutoff
The date the model's knowledge stops — it does not know events after it.

Four things to remember.

AI learns patterns — it does not follow fixed rules like an algorithm. The app is the car; the model is the engine. It predicts the next word — capable enough to look like understanding, but it is accurate guessing. And it can be confidently wrong — so check every time.

Where this fits

This primer sits underneath the foundation. With how the tool works clear, the three rules make sense on their own. Continue to the foundation, see the whole programme in the curriculum, or return to the curriculum hub.

Bring this programme to your team.

One shared foundation for the whole team, applied to each person's real work.

Request a consultation