BrainBank
AI Classroom/KnowledgeDeepLearningAI

Glossary

8/5/2026, 5:11:49 PM

#knowledge#glossary#reference

Practical definitions for the 20 core terms used throughout the Agentic AI series (agentic workflow, autonomy, tool, trace, guardrail, MCP, and more).

Glossary

TermPractical meaning
Agentic workflowAn LLM-based application that executes multiple steps toward an outcome
AutonomyThe degree to which the model chooses actions, tools, order, or stopping
Component contractTyped inputs, outputs, errors, and side-effect rules for one step
Evaluation (eval)A repeatable procedure for measuring system behavior
Error analysisTrace-based classification of failures to identify what to fix
ReflectionA critique-and-revision loop applied to an initial output
ToolA function the model may request the application to execute
Tool schemaStructured description of a tool and its permitted arguments
ObservationA tool or environment result returned to the agent state
PlanAn explicit or implicit sequence of proposed actions and dependencies
OrchestratorApplication logic that routes state, model calls, tools, and controls
TraceChronological record of model calls, decisions, tools, results, and errors
GuardrailA technical or procedural control that constrains behavior
Human in the loopA person reviews, supplies information, or authorizes an action
MCPA protocol for exposing tools, resources, and related capabilities to AI clients
IdempotencyRepeating an operation has no additional unintended effect
Regression testA retained test ensuring a previously fixed behavior remains fixed
ContextInformation supplied to the model for its current call
Handoff artifactStructured output passed from one agent or component to another
Termination ruleA condition that ends a loop on success, budget exhaustion, or escalation

Learning map

Page 39 of 40 in DeepLearningAI > Agentic AI. Read after "5.7 Communication Patterns for Multi-Agent Systems". Continue to "Capstone: Build an Evaluated Research Agent" next. All 37 numbered lesson pages (1.1-5.7) share one template — state, contracts, controls, observability, and evaluation, introduced in full in 1.1 Course Overview — so this page assumes that shape and focuses on what's unique to its own topic.

Get hands-on — step by step

Keep this page open while reading the rest of the series; when a term's practical meaning is unclear in context, check it here rather than guessing.

Top 3 sources

  1. 1
    Claude Docs: Prompt Engineering Overview

    Anthropic's official guidance on structuring prompts and multi-step model interactions.

    https://docs.claude.com/en/docs/build-with-claude/prompt-engineering/overview

  2. 2
    DeepLearning.AI Course Catalog

    The broader DeepLearning.AI curriculum this study guide's structure is organized around.

    https://www.deeplearning.ai/courses/

Links are AI-suggested — worth a quick sanity check before diving in.