Glossary category

Agents and automation

Systems that pursue goals across multiple steps by choosing actions, tools, and state transitions.

What belongs here

Agents, workflows, delegation, orchestration, state machines, and control loops.

What belongs elsewhere

Single model calls with no durable action loop or independently managed state.

Adjacent categories

Definitions in this category

working

AI agent

A software system in which a model interprets a goal or input, decides among actions, uses tools or other capabilities, observes results, and continues until completion, handoff, or termination.

Agent harness

The software layer that surrounds a model with instructions, context assembly, tools, state, permissions, control flow, budgets, verification, observability, and recovery.

Agent scaffold

A task-specific arrangement of prompts, tools, control logic, and feedback wrapped around a model to improve performance.

Agent skill

A versioned package of instructions, procedures, examples, and sometimes code or resources that teaches an agent how to perform a repeatable class of work.

Agentic

Describing a system that can choose and sequence actions toward a goal with some runtime discretion rather than only produce a single predetermined response.

Control graph

A directed representation of the steps an agent system may execute and the conditions that select what runs next.

Execution graph

A run-oriented graph of executable steps and the control or data dependencies connecting them.

Handoff

A transfer of active responsibility, context, and next-action authority from one agent or person to another.

Human in the loop (HITL)

An operating pattern in which a human participates directly in the decision or execution path before work can continue.

Human on the loop (HOTL)

An operating pattern in which a system acts while a human supervises, receives evidence or alerts, and can intervene or stop it.

Human out of the loop

An operating condition in which a system completes a scoped activity without routine human participation in its action path.

Multi-agent system

A system in which multiple agents communicate, specialize, coordinate, compete, or verify one another to accomplish work.

Orchestration

Coordinating tasks, agents, tools, state, dependencies, budgets, failures, and lifecycle across a workflow.

Orchestrator

The component or role that admits work, assigns it, coordinates dependencies and concurrency, tracks state, handles retries, and determines handoffs or completion.

Subagent

An agent invoked by another agent or orchestrator to perform a bounded portion of a larger task.

Task decomposition

Breaking an objective into smaller units with explicit dependencies, interfaces, acceptance criteria, and ownership.