← Back to Course

Reference

Glossary

Every key term from the six weeks, in one searchable place. Each term links back to the week it's taught.

AI AgentWeek 1

A software system that perceives its environment, reasons about a goal, takes actions using tools, observes the results, and adapts — repeating until the goal is reached or it gives up.

Agentic AIWeek 1

AI that has autonomy — it can plan and act toward a goal without a human directing every step.

The Reasoning Loop (Think → Act → Observe)Week 1

The cycle every agent runs: Think (reason about the goal) → Act (use a tool) → Observe (see what happened and update memory) → repeat.

PromptWeek 1

The instructions or question given to an AI.

Large Language Model (LLM)Week 2

A neural network trained on vast text data to predict what words come next — the "brain" that powers modern AI agents.

TokenWeek 2

The basic unit an LLM processes — roughly a word or part of a word.

HallucinationWeek 2

When an AI confidently states something false because it generates plausible-sounding text, not necessarily factual text. A mechanism — distinct from misinformation, which is the harm caused when someone acts on a wrong answer.

Chain-of-thoughtWeek 2

Prompting an AI to "think step by step" before answering, which improves accuracy on complex tasks.

System promptWeek 2

Background instructions given to an AI before the user interacts with it — it shapes how the agent behaves.

Zero-shot vs. few-shotWeek 2

Zero-shot: no examples given. Few-shot: examples included in the prompt to guide the response.

Tool callingWeek 3

An agent's ability to invoke an external function — search, calculator, code runner, database query — and use the result in its response.

Context windowWeek 3

The amount of text an LLM can "see" at once — its short-term working memory.

RAG (Retrieval-Augmented Generation)Week 3

Fetching relevant documents and giving them to the LLM so it answers from real information, not just training data. Like an open-book test for the AI.

Vector databaseWeek 3

A specialized database that stores information as mathematical representations (embeddings), enabling similarity-based retrieval.

Persistent memoryWeek 3

Information stored outside the LLM and retrieved across multiple conversations.

Multi-agent systemWeek 4

A network of AI agents that collaborate to complete complex tasks.

OrchestratorWeek 4

The "manager" agent that breaks down a task and assigns subtasks to other agents.

Worker / specialist agentWeek 4

An agent with a specific skill — coding, writing, research, verification.

HandoffWeek 4

The passing of information or control from one agent to another.

GuardrailsWeek 4

Rules or checks that prevent an agent from taking harmful or unauthorized actions.

Human-in-the-loopWeek 4

A design pattern where a human reviews or approves agent actions before they execute — required before anything irreversible or affecting someone else.

Failure modeWeek 5

A specific way an agent can go wrong. Identifying failure modes — and how you'd catch them — is part of building responsibly.

BiasWeek 6

Systematic errors in AI output that reflect unfairness in the training data.

Prompt injectionWeek 6

An attack where malicious text tricks an AI agent into ignoring its instructions.

AlignmentWeek 6

The challenge of making AI systems pursue the goals their builders actually intend.

AI safetyWeek 6

The field of research dedicated to ensuring AI systems behave reliably and beneficially.

Responsible AIWeek 6

A set of principles — fairness, transparency, accountability, privacy — for ethical AI development.

No terms match your search.