Course lesson · Lesson 7
Orchestration Patterns: Ephemeral and Durable
Choose between workflows and agents, and between ephemeral and durable orchestration, for each kind of task.
What you'll take away
- Choose an orchestration pattern — single-agent, ephemeral, or durable — from the work's duration and recoverability needs.
- Use ephemeral delegation for bounded, parallel, short-lived subtasks; reserve durable Kanban for staged, recoverable, role-based work.
- Design what happens when one agent's output is poor, incomplete, or stale before adding more agents.
- Map the trust model of a multi-agent system — which agent can see which memory and trigger which actions.
This lesson is part of the full course
Lesson 1 is free to preview. Enroll to unlock all 21 lessons, the workbook, the facilitator guide, and downloadable readings.
Resources
- Memory and knowledge infrastructure readingreading
- Memory and knowledge infrastructure exerciseexercise