Skip to content
— Learn AI · AI glossary —

AI terms explained,
in plain English.

AI terms explained by the Institute of AI: a plain-English glossary that turns the jargon behind the headlines into language anyone can follow. From tokens to transformers, each entry says what a word actually means, without hype and without assuming you already know. Free to read, and free to keep coming back to.

— The glossary —

Start with the terms
behind the headlines.

Fourteen of the words you meet most often, each defined in a sentence or two you can actually use. Jump to a letter, or read straight down.

Agent
An AI system that does not just answer, but works towards a goal. It can plan, call tools, search, or act across several steps, checking its own progress as it goes. The word describes software that decides what to do next, not only what to say.
Context window
The amount of text a model can hold in view at once, counted in tokens. Everything you send, plus everything the model has already said, has to fit inside it. Once a conversation runs past the window, the earliest parts fall out of view and can no longer be referred to.
Embedding
A way of turning words, sentences, or whole documents into lists of numbers that capture their meaning, so related ideas sit close together. Search and recommendation systems compare these numbers to find text that means something similar, even when the wording is different.
Fine-tuning
Taking a model that has already been trained and giving it extra training on a narrower set of examples, so it gets better at a particular task, subject, or tone. It adjusts an existing model rather than building a new one from scratch.
Guardrails
The rules, filters, and checks placed around a model to keep its output safe, on-topic, and within policy. Guardrails can block certain requests, screen responses before they reach a reader, or hold a system to an agreed boundary.
Hallucination
When a model states something false as though it were fact, complete with plausible detail. Because these tools predict likely-sounding text rather than look things up, they can invent names, quotes, and figures. Anything that matters needs checking against a real source.
Inference
The act of running a trained model to get an answer. Training is how a model learns; inference is every time you actually use it. Each question you ask is one inference.
Large language modelLLM
A model trained on vast amounts of text to predict the next token, given everything that has come before. From that single skill it can draft, summarise, translate, and answer questions. The tools behind most chat assistants are large language models.
Parameters
The internal values a model adjusts during training, the settings that hold what it has learned. Modern models have billions of them. The count gives a rough sense of how big a model is, not a direct measure of how good it is.
Prompt
The instruction or question you give a model, along with any examples or context you include. Clear, specific prompts tend to get clearer, more useful answers, which is why writing them well has become a skill in its own right.
Retrieval-augmented generationRAG
A method that lets a model answer from a chosen set of documents rather than memory alone. The system first retrieves the most relevant passages, then hands them to the model to work from. It grounds answers in sources you control and can point back to.
Token
The unit a model reads and writes in: a chunk of text that is often a short word or part of a longer one. Length, limits, and cost are all measured in tokens rather than words. As a rough guide, a hundred tokens is about seventy-five words of English.
Training
The process of teaching a model by showing it huge quantities of examples and adjusting its parameters until its predictions improve. It happens once, up front, and is far more costly than running the finished model to answer a question.
Transformer
The design most modern AI models are built on. Its central idea, called attention, lets the model weigh how strongly each word relates to every other word in a passage. That is what gives these systems their grasp of context, and the T in GPT.
— Why plain English —

Clear words
beat clever ones.

Most confusion about AI is not confusion about the technology. It is confusion about the words, which are often borrowed, overloaded, or wrapped in marketing. Define them plainly and the subject stops feeling like a members-only conversation.

That is the standard the Institute of AI holds itself to across everything it publishes. No definition here trades accuracy for a neat line, and none assumes you arrived already fluent. When you are ready to go wider, the full glossary carries hundreds more entries in the same voice.

— Common questions —

Questions about AI terms.

What is the difference between a token and a word?+
A word is a unit of language; a token is the unit a model reads and writes in. A token is often a short word or a piece of a longer one, so a single word can be one token or several. Models measure length, limits, and cost in tokens, and a hundred tokens works out at roughly seventy-five words of English.
What does LLM stand for?+
LLM stands for large language model. It is a model trained on huge amounts of text to predict the next token given what came before, and that one ability is what lets it draft, summarise, translate, and answer questions. Most chat assistants are built on a large language model.
Do I need to understand these terms to use AI?+
No. You can get a great deal from AI tools without knowing what a transformer is. Understanding the words simply helps you judge what a tool can and cannot do, spot when an answer needs checking, and follow the debates that shape how AI is used. This glossary is here for exactly that, whenever a term trips you up.
Why do AI tools sometimes get facts wrong?+
Because they predict likely-sounding text rather than look answers up, models can state something false with complete confidence, an effect known as hallucination. It is why anything that matters, especially names, quotes, and figures, should be checked against a real source before you rely on it.
Is this glossary free to use?+
Yes. This page and the full AI glossary are part of Learn AI, the free public learning platform run by the Institute of AI. There is nothing to sign up for and nothing to pay. You are welcome to bookmark it and come back whenever a term needs unpacking.
— Keep reading —

Understand the words,
follow the whole story.

One clear definition often opens up a whole subject. Open the full glossary from the Institute of AI, or explore the rest of Learn AI when you are ready to go deeper.