Loading...

The Agentic AI Glossary, every term you need to know

The agentic AI vocabulary exploded fast and the terms are scattered everywhere, each assuming you already know the rest. This is one place to look them up. The most common agentic AI terms, defined in plain language and grouped by theme, from the agent loop and the harness to memory, retrieval, skills, safety, and evaluation. Built to be skimmed and bookmarked, not read in one sitting.

The agentic AI vocabulary exploded in a short span, scattered across papers, docs, and vendor blogs that each assume you already know the rest. This glossary pulls the most common terms into one place and defines each in plain language, grouped by theme rather than alphabetically. Foundations, reasoning patterns, tools and protocols, multi-agent architecture, the harness, context and memory, retrieval, skills, safety, operations, and the engineering disciplines. Built to be skimmed and looked up.

The vocabulary of agentic AI grew faster than anyone could keep up with. The terms live scattered across research papers, framework docs, and vendor blogs, and each source assumes you already know the other twenty words around the one you looked up. This is one place to look them up.

Every term below is defined in plain language and grouped with the ideas it relates to, rather than dumped in alphabetical order. Read a whole section and you learn a corner of the field. It is built to be skimmed and bookmarked, not read top to bottom. Skim the headers, find the cluster you are working in, and look up what you need. Where a term deserves a full treatment, it links to a deeper post, Welcome to Loop Engineering, The Technical Architecture of Agentic AI, Context Engineering is where AI Agents succeed or fail, and The Top 16 GenAI Patterns.

A quick way to read any unfamiliar term here is to ask what failure it prevents. Most of this vocabulary exists because something broke in production, and the word is the name of the fix.

Foundations

Reasoning and acting patterns

These are the repeatable shapes of how an agent thinks and acts. Most modern agent loops are combinations of a few of them.

Tools and protocols

Architecture and multi-agent roles

When one agent is not enough, these roles and shapes recur. Most map naturally onto how you would split work across a team of humans.

The harness and execution

The harness is the software around the model that turns a capable model into a reliable agent. If the model is the brain, the harness is the hands and the roll cage.

Context and memory

Almost every hard problem in agent design becomes a question about context. The core surprise is that more context is not automatically better.

Knowledge and retrieval (RAG)

Agentic skills

Skills are reusable, self-contained packages of procedural knowledge an agent loads only when it needs them. A tool executes and returns a result; a skill teaches the agent how to approach a problem.

Control and safety

These are the mechanisms that bound an autonomous agent so a probabilistic system stays safe to run. The recurring theme is enforcement the model cannot talk its way around.

Operations and quality

Getting an agent to work once is a demo. Keeping it working is an operations problem, and it looks different from ordinary software because the system can fail by reasoning poorly rather than crashing.

Model behaviour knobs

The engineering disciplines

Finally, the named disciplines for building around a model. They are layers, each wrapping the last, not replacements for one another.

That is the working vocabulary. If a term here sparked a deeper question, the linked posts at the top go past the definition into how each piece is actually built and where it breaks.