The AI Glossary — every AI term, in plain English
The AI Glossary

Every AI term.
In plain English.

62 terms from the course, the newsletter, and my calls — each one a two-minute read, written for humans, not engineers.

Core concepts 18

Agent harness The harness is the app wrapped around a model that gives it tools, memory, and the ability to act. The model… all levels Agent loop The agent loop is how an AI agent works through a task. It runs in a cycle: observe, think, act. It observes… all levels AI agent An AI agent is an AI you hand real work to. The cleanest way to think about it: a Chat model is question to… all levels AI slop AI slop is the generic, low-quality, obviously-AI output you get when nothing real is guiding the model.… all levels Chat model A chat model is the ask-a-question-get-an-answer way of using AI. ChatGPT, Claude chat, that's what most… beginner Context window The context window is how much your AI can hold in its head in one chat before it loses the plot. Picture a… all levels Hallucination Hallucination is when a model makes things up or starts forgetting, confidently telling you something that… all levels Heartbeat A heartbeat is a scheduling loop that keeps an always-on agent ticking. The agent wakes itself on an… builder LLM The LLM is the brain. It stands for Large Language Model, and it's just the Chat model, Claude or ChatGPT or… all levels Local model A local model is an AI you run on your own machine instead of someone else's. Claude, ChatGPT, and Gemini all… all levels Markdown Markdown is a plain-text file format that AI agent read natively. An MD file is just a markdown file, a… all levels Model-agnostic Model-agnostic means building your setup so it isn't tied to one model or one company. You can run Claude for… builder Multimodal Multimodal just means an LLM with eyes. Before, AI mostly worked on text. Now it can actually see. all levels Open-source model An open-source model is one where the company releases the weights (the actual trained brain) for anyone to… builder Prompt injection Prompt injection is when malicious instructions get smuggled into your AI agent through something you… builder Second brain A second brain is all of your AI agent's context kept as local Markdown files in one central place. Every… builder Tool calls A tool call is the AI agent actually doing something instead of just talking. Searching the web, running… all levels Trigger A trigger is whatever kicks off an automated run. You set one up when you build a routine, and from then on… builder

Features 12

Agent teams Agent teams are multiple fully independent Claude instances coordinating directly with each other. They share… builder Computer use Computer use is when the model gets its own computer, or takes control of yours. As Remy puts it, the model… all levels Context compaction Context compaction is Claude tidying up the conversation as it grows, so a long session doesn't hit a wall… all levels Dynamic Workflows Dynamic Workflows is an Anthropic feature that takes one big job, splits it across a bunch of Subagents that… builder Persistent memory This is what people actually mean when they talk about AI with memory. There's no magic feature built into… all levels Plan mode Plan mode stops the AI agent from touching any files so it can only talk through the work first. No writing,… all levels Plugin A plugin is an add-on you install to give your agent new abilities. Where a single Skills teaches it one… all levels Reasoning effort level Reasoning effort level is a dial for how hard a model thinks before it answers. Some models are… builder Remote control Remote control is running and watching your Claude Code sessions from your phone. Claude keeps working on… builder Security scanner The security scanner is a built-in Claude Code command that reads through your codebase looking for… builder Skills Skills are reusable instruction manuals that teach your AI agent how to do a task. They're SOPs for your AI.… all levels Subagents Subagents are secondary AI workers your main AI agent spins up to handle the grunt work: reading files,… builder

Techniques 7

Workflows 6

Tools 7

Infrastructure 8

Models 2

Protocols 2