Every AI conversation eventually produces a word that lands awkwardly. Someone uses it like everyone knows what it means. Some people do. Most are nodding along. The point of this glossary isn't to make you sound clever — it's to let you follow the conversation without nodding along, and to call out when someone is using a word vaguely.

Six terms, defined the way I'd actually explain them to a friend.

Token
noun · the unit AI thinks in

A chunk of text — usually part of a word, sometimes a whole short word, sometimes punctuation. The word "tomorrow" is two tokens. "It's" is two tokens. AI doesn't read words the way you do; it reads tokens.

You'll hear about tokens because most AI tools price by them, and most have a maximum number they can handle in one go. Rough rule: 1,000 tokens is about 750 English words.

Heard most often when someone says: "we hit the token limit"
Context
noun · everything AI is currently seeing

The full set of text the AI has in front of it as it produces a reply. Your prompt. The chat history above. Any documents you uploaded. Any system instructions the tool added in the background.

Each model has a context window — the maximum amount of text it can hold at once. Past that, the earliest stuff gets pushed out. This is why long chats start to "forget" things you said at the beginning. Not malice. Capacity.

Heard most often when someone says: "I gave it too much context"
Hallucination
noun · when AI confidently invents something

An output that sounds factual but isn't. The book that doesn't exist. The quote that was never said. The page number that points to the wrong section. Hallucinations are the most dangerous AI failure mode because they look exactly like correct answers — confident, fluent, plausible.

They happen because AI predicts the most likely next word, not the most likely true word. If something would sound right in that position, it gets produced.

Heard most often when someone says: "it just made up the source"
Agent
noun · AI that does things, not just answers

An AI system that takes actions on someone's behalf — not just producing text, but actually doing the thing. Booking the meeting. Sending the email. Filing the form. Buying the train ticket.

The output of an agent is action, not language. That changes the stakes considerably. A wrong answer is annoying; a wrong action moves money or sends emails to actual humans. Treat them with care, and never give them more permission than the task needs.

Heard most often when someone says: "I let the agent handle it"
RAG
noun · Retrieval-Augmented Generation

A setup where AI is given access to specific documents — your handbook, your knowledge base, your past emails — and is told to look at those before answering. Instead of relying purely on what was in its training data, it retrieves the relevant bit first, then writes the answer.

RAG is the technique behind most "AI that knows your business" tools. Done well, it makes the answers grounded and citeable. Done badly, it gives you confident answers from out-of-date documents.

Heard most often when someone says: "we set up RAG over the company wiki"
MCP
noun · Model Context Protocol

A standard way for AI tools to connect to other things — your calendar, your email, your files, a database, a third-party service. Think of it as the plumbing that lets AI reach beyond its own chat window into the rest of your software.

MCP is mostly a developer concern, but you'll hear it mentioned because it's how a lot of the "AI agent" experiences are being built right now. If you remember nothing else: it's a connector standard, like how a USB port is a standard.

Heard most often when someone says: "we connected it via MCP"

One small habit

If someone uses one of these words in a way that doesn't quite click, it's almost always fine to ask. "When you say RAG, do you mean over your own documents, or something else?" Most people will be relieved to be asked, because most of them weren't sure either.

No jargon, no gatekeeping. Just words, defined.

A word you keep hearing that needs adding here?

Send it over. The glossary grows by whatever turned up at the last meet-up and made everyone go "wait, what does that mean?"

Suggest a term →