Reference Guide

Glossary of Key Terms

Every important concept from the AI Autonomous Agent Playbook series, defined in plain language so you can reference them anytime.

A C D G H K M O P R T

No matching terms found

Try a different search term or browse the full glossary below.

A
Agent Fleet

A collection of AI agents working together across your business. Instead of one agent doing everything, a fleet splits responsibilities so each agent handles what it does best -- customer support, data analysis, content creation, and so on. The real power comes when agents in the fleet share information and coordinate their actions.

See: Playbook 3
Agentic Drift

When AI agents gradually change their behavior over time without you noticing. This happens because agents learn and adapt, and small changes can accumulate into big shifts. Without proper monitoring, an agent that started out helpful can slowly drift into making decisions you never intended. Think of it like a car that slowly pulls to one side -- you do not notice until you are off the road.

See: Playbook 4, Chapter 1
Agentic Loop

The cycle where an AI agent observes its environment, decides what to do, takes action, and then learns from the results. This four-step loop -- Perceive, Decide, Act, Learn -- is the heartbeat of every effective autonomous agent. Each time the loop runs, the agent gets a little smarter about how to handle similar situations in the future.

See: Playbook 3, Chapter 2
ANS (Agent Network Score) ANS

A metric that measures how well your agents work together as a connected system. It looks at things like how much data flows between agents, how often they coordinate on tasks, and whether the whole fleet performs better than each agent would on its own. A higher ANS means your agents are truly working as a team, not just a bunch of disconnected tools.

See: Playbook 3, Chapter 5
C
Circuit Breaker

A safety mechanism that automatically stops an agent when it detects problems. Borrowed from electrical engineering, a circuit breaker trips when an agent starts making too many errors, spending too much money, or behaving outside its normal patterns. Unlike a kill switch, a circuit breaker can reset and let the agent try again once the problem is resolved.

See: Playbook 4, Chapter 2
Compound Automation

When multiple automated processes build on each other, creating more value than they would alone. Think of it like compound interest for your workflows: Agent A generates a report, Agent B uses that report to update your dashboard, and Agent C sends alerts based on the dashboard changes. Each layer adds value, and together they accomplish far more than any single automation could.

See: Playbook 3, Chapter 2
D
Data Liquidity

How easily data flows between your agents and systems. When data is "liquid," any agent can access the information it needs without delays, format conversions, or manual transfers. High data liquidity means your agents can make faster, better decisions because they always have up-to-date information. Low data liquidity means agents are stuck waiting for data or working with stale information.

See: Playbook 3, Chapter 1
Decision Intelligence

Using AI agents to improve the quality and speed of business decisions. Rather than replacing human judgment entirely, decision intelligence gives you better data, clearer options, and faster analysis so you can make smarter calls. Agents handle the research, number-crunching, and pattern recognition while you focus on the strategic choices that matter most.

See: Playbook 3, Chapter 3
G
Guardrails

Rules and limits that keep AI agents operating within safe boundaries. Guardrails define what an agent can and cannot do -- how much money it can spend, what data it can access, which decisions need human approval, and when it should stop and ask for help. Good guardrails let agents work fast within safe limits while preventing costly mistakes.

See: Playbook 4, Chapter 2
H
Human-in-the-Loop (HITL) HITL

A pattern where humans review and approve key agent decisions before they are executed. Not every action needs human oversight -- routine tasks can run on autopilot. But for high-stakes decisions like sending money, publishing content, or contacting customers, HITL ensures a person checks the agent's work first. The goal is to keep humans in control of what matters while letting agents handle the rest.

See: Playbook 2, Chapter 4
K
Kill Switch

An emergency stop that immediately shuts down an agent when something goes seriously wrong. Unlike a circuit breaker that pauses and can reset, a kill switch is the last line of defense -- it completely halts the agent and requires a human to investigate before it can run again. Every production agent should have one, and someone on your team should always know where it is.

See: Playbook 4, Chapter 2
M
Minimum Viable Agent (MVA) MVA

The simplest possible AI agent that delivers real value, built in 48 hours or less. Borrowed from the Lean Startup concept of a Minimum Viable Product, an MVA focuses on one task, does it reliably, and proves its worth before you invest in making it more complex. Start with a single workflow, validate that it saves time or money, then expand.

See: Playbook 2, Chapter 2
Moat

A competitive advantage that is hard for others to copy. In the context of AI agents, your moat comes from proprietary data, unique workflows, and compounding learning effects that make your agents better over time. While anyone can use the same AI tools you do, no one can replicate the specific data and processes you have built around your business.

See: Playbook 3
O
Operator-to-Orchestrator

The mindset shift from doing tasks yourself to directing AI agents that do them for you. As an operator, you are the one writing emails, analyzing data, and managing workflows. As an orchestrator, you design the systems, set the goals, and let agents handle the execution. This shift is the single most important change a founder makes when adopting AI agents.

See: Playbook 1, Chapter 2
P
Polyglot Strategy

Using multiple AI platforms together, each for what it does best. Instead of relying on a single AI provider for everything, a polyglot strategy lets you pick the best tool for each job -- one platform for research, another for coding, a third for creative writing. This avoids vendor lock-in and gives you more flexibility as the AI landscape evolves.

See: Playbook 2, Chapter 3
Proprietary Workflow

A unique business process that becomes a competitive advantage when powered by AI. While anyone can set up a basic automation, a proprietary workflow combines your specific data, domain knowledge, and customer insights into something competitors cannot easily replicate. The longer you run it, the better it gets, creating a durable edge.

See: Playbook 3, Chapter 4
R
ROI Complexity Matrix

A framework for deciding which tasks to automate first based on the return you will get versus how difficult the automation is to build. Plot each potential agent on a two-by-two grid: high ROI and low complexity means automate it now, while low ROI and high complexity means skip it. This keeps you focused on the quick wins that prove the value of AI agents to your team.

See: Playbook 1, Chapter 3
T
TACO Framework TACO

Trigger, Action, Condition, Output -- a four-part pattern for designing workflow automations. The Trigger is what starts the workflow (a new email arrives, a form is submitted). The Action is what the agent does (classify the email, extract data). The Condition is any rule that changes the path (if urgent, escalate; otherwise, log it). The Output is the final result (a reply sent, a record updated). TACO gives you a simple structure for building reliable automations.

See: Playbook 2, Chapter 4