Skip to main content
All terms
Patterns

Planning

Breaking a task into an ordered set of steps before acting on it.

Definition

Planning is the step where a model breaks a complex task into an ordered sequence of smaller steps before execution begins. By laying out the route in advance, an agent can reason about dependencies, allocate tools, and catch flawed approaches early rather than committing to actions one at a time. It underpins patterns like plan-and-execute and is central to reliable long-horizon agent behavior.