The Plain-English AI Glossary for Business Owners
No fluff, just the terms that actually matter, explained for people who have to make decisions about AI without being engineers.
Last reviewed June 23, 2026 · Reviewed periodically as the field changes
Read it once start to finish, then keep it handy. You do not need to memorize all of it. The five terms at the end are the ones worth learning first. Every entry has a plain definition, a real example, and, where it matters, something to watch out for.
1Start Here: The One Distinction That Matters Most
If you only take away one thing, make it the difference between an agent and a plain AI answer.
Model call (a single AI answer)#
Asking the AI one question and getting one answer back. Information goes in, an answer comes out, done. No back-and-forth, no tools, no deciding what to do next.
Agent#
An AI that does more than answer once. It can use tools, take actions, look at the results, and keep going on its own until the job is finished. It works through a task instead of giving a single reply.
Tool#
Something outside the AI that it is allowed to use, like a web search, a calculator, your calendar, or your files. “Tool calling” simply means the AI choosing to use one of these and acting on what it finds.
Context window#
How much the AI can keep in mind at one time, including your instructions, the conversation so far, and any documents. Think of it as short-term memory with a firm size limit.
Token#
The unit the AI reads and charges by, roughly three quarters of a word. Both cost and the context window limit are measured in tokens, not words or pages.
System prompt#
The standing instructions that tell the AI who it is and how to behave, separate from your specific request. It is the job description; your message is the task.
2How AI Assistants Are Organized
These describe the shape of a setup: how many assistants are involved and how they work together. You will hear these names whenever people plan an AI project.
Single Agent#
One assistant with one job and a small set of tools. The simplest and most common setup, and usually the right place to start.
Multi-Agent (in sequence)#
Several specialized assistants working in a fixed order, where each one’s output becomes the next one’s starting point. Like an assembly line.
Multi-Agent (in parallel)#
Several assistants working at the same time on separate pieces, with the results combined at the end. Used when speed matters.
Coordinator (or Router)#
A central assistant that reads each request and sends it to the right specialist. A receptionist for your AI.
Breaking a big task into smaller ones#
A lead assistant splits a large goal into smaller parts, hands each to a specialist, then pulls the answers back together. (Often called hierarchical task decomposition.)
Swarm (a panel of assistants)#
Several specialist assistants debate a question over a few rounds, challenge each other, and a facilitator settles on a recommendation.
Orchestrator and helpers#
The setup that has actually proven itself in real use: one main assistant keeps the full picture and spins up small temporary helpers, each doing a narrow job and reporting back a short summary.
3How AI Works Through a Problem
These describe how an assistant reasons and repeats. Several overlap; they are all variations on “try, check, try again.”
ReAct (reason, then act)#
The everyday rhythm of most assistants: think about what to do, take an action, look at the result, then decide the next step. The path is not mapped out in advance; it takes shape as the assistant learns more.
Loop#
Repeating a set of steps until a clear finish line is reached.
Iterative refinement#
A loop where the work is scored against a quality bar and rewritten until it clears the bar. Not just pass or fail, but steady improvement.
Review and critique#
A separate “reviewer” assistant checks another’s work, points out weak spots, and gives specific feedback before a person ever sees it.
Reflexion (learning from mistakes)#
The assistant looks at its own failure, works out what went wrong, remembers the lesson, and applies it next time, getting better with each attempt.
Plan first, then do#
The assistant writes out a full plan first, which you can review or approve, and only then carries it out. The opposite of ReAct, where the plan takes shape step by step. (Often called plan-and-execute.)
4Keeping AI Safe and Trustworthy
These are about control: where you let the AI decide, and where you absolutely do not. The most important ideas for any business owner.
Human in the loop#
The assistant investigates and recommends, but a person makes the final call on anything risky or unclear. The AI proposes; you approve.
Fixed rules (where the AI does not decide)#
Using plain, fixed rules for the parts that must never be wrong, while letting the AI handle the judgment and the wording. A deliberate split between what is locked down and what is flexible.
Guardrails#
The hard limits and safety checks placed around an assistant: what it is allowed to touch, say, or do, and what is off-limits.
Event-driven assistant#
An assistant that does not wait to be asked. It watches for something to happen and acts the moment it does.
5The Foundations That Decide Whether It Works
These rarely make the headlines, but they are what separate a demo that impresses from a system you can actually trust.
Memory#
How an assistant holds on to information across steps, or across whole sessions, instead of forgetting everything between turns.
RAG (answering from real sources)#
Letting the AI pull in real documents or data before it answers, so it responds from actual sources instead of general memory. (Short for retrieval-augmented generation.)
MCP (how AI connects to your tools)#
The shared standard for connecting an AI to outside tools and data. It is the plumbing that lets an assistant reach your apps and files. (Short for Model Context Protocol.)
Evaluation (testing it properly)#
Testing an assistant against real cases, especially the hard and unusual ones, not just the situations where everything goes right.
Hallucination#
When the AI states something false with complete confidence, having effectively made it up.
Latency (speed)#
How long the assistant takes to respond. Every extra tool, loop, and helper adds to it.
6Quick Reference: Match the Approach to the Problem
The most useful habit: choose an approach based on the kind of uncertainty you are facing, not on what sounds advanced.
These are not separate things you pick just one of. A real setup usually combines several at once, for example an event-driven, single assistant that reasons step by step with a person approving the risky actions.
7The Five to Learn First
If the rest feels like a lot, start here. These five let you follow almost any conversation about AI.
- A single answer vs. an agent. Knowing when you actually need an agent at all.
- Tools. How an assistant reaches beyond its own memory to get things done.
- Human in the loop. Where you keep your hand on the final decision.
- Context window. The short-term memory limit behind many mistakes.
- RAG. Answering from real sources instead of guesses.
A final note: this field moves fast, and the labels are not standardized. Treat these terms as a shared language, not a rulebook. What matters most is not memorizing names, but learning to ask the right question of any AI project: what problem is this actually solving, and is the added complexity earning its place?