The AI Buzzword Stack, from LLM to Agent
The jump from calling a model to fielding an agent is less about model capability and more about the surrounding engineering — context, tools, memory, and guardrails. Developers who treat the model as just an API endpoint will hit a ceiling that the rest of this stack is designed to break through.
The AI vocabulary has grown faster than most developers can track, with each new term assuming fluency in the last ten. This glossary strings the high-frequency concepts into a dependency chain: from the model itself, through retrieval and tool-use, to autonomous agents and the engineering disciplines wrapping them. Every idea is grounded in the same metaphor — a very smart intern with a short memory and no hands — making the stack tangible.
It walks from LLMs, tokens, and context windows through RAG, embeddings, fine-tuning, and tool calling, then introduces MCP as a USB-C moment for AI-tool connections. Memory and Skills are framed as reusable information management, not model retraining. The Agent section distinguishes dynamic decision-making from fixed workflows, with ReAct as the canonical think-act-observe loop.
The final third covers the engineering roles emerging around models: Prompt Engineering (what to ask), Context Engineering (what information to surround the model with), Harness Engineering (the runtime framework including sandboxing, permissions, and retries), and Loop Engineering (stopping infinite token burn). AGI is the horizon, but the immediate work is designing the environment the model runs in.
The glossary's structure — model → enhancement → agent → engineering → AGI — itself encodes a thesis: raw model intelligence is necessary but insufficient; the engineering layers above it are where production behavior is determined.
Framing Memory and Skills as external information management, not model internals, clarifies why agent reliability depends more on retrieval and prompt assembly than on the base model's recall.
The distinction between Prompt Engineering and Context Engineering marks a genuine shift in practitioner focus — from crafting a single instruction to curating the model's entire runtime information supply.
Harness Engineering is the least discussed but highest-leverage concept here; it's the difference between a demo that works once and an agent that runs unattended without trashing a production database.