Workflow, routing, coordination. How skills compose into outcomes.
Why it matters
A single ring is useful. A curated jewelry collection with tasting, fitting, and custom design is an experience. Orchestration composes skills into workflows.
The Jewelry Store & Workshop
A single ring is useful. A curated collection with fitting and custom design is an experience. In AI: orchestration composes individual skills into multi-step workflows with human override and runtime assurance. One skill → one task. Orchestration → entire workflows.
The 5 sublayers
L6a
Agent Loops
Single-agent plan-act-observe cycles
L6b
Human-in-the-Loop
Escalation patterns, approval workflows, human override design
L6c
Role Routing & Task Decomposition
Breaking complex work into subtasks and assigning to the right agent
L6d
Context & State Management
Maintaining working memory, session state, context windows across steps
Workflow coordination, how multiple skills, tools, and humans compose into a multi-step outcome.
Inclusion tests · include if ALL
Coordinates multi-step plans with branching, retries, human-in-the-loop escalation.
Manages cross-step context/state, not a single prompt-response.
Owns the runtime that decides which agent/tool/human handles which step.
Exclusion tests · exclude if ANY
Single prompt with a long context window, that's L2/L5, not L6.
A pipeline DSL with no runtime governance, closer to L4.
DAG editor with no L5 skills underneath, UX over emptiness.
The L6 removal test
Remove L6 and either the human stitches the steps together, or it collapses into a single L5 call. Either way, the 'orchestration' was overhead, not value.
Economic work this layer does
Converts a set of capable-but-isolated skills into a reliable end-to-end workflow with audit and human override.
Canonical examples
Glean
L1 corpus + L6 retrieval+routing + L8 enterprise memory. L6 is load-bearing.
Notion AI
L6 + L8 inside a distribution surface the user already opens daily.
LangChain (the framework)
Reference L6 primitives, but as a product, prone to becoming a feature.
Anti-examples · look-alikes that fail
Pure 'agent framework' startups
L6 with no L5/L1/L8 underneath. By Law I, absorbed by L2 platforms.
Zapier-style automators (AI-painted)
L4+L6 with no L8 memory, wins on inertia, vulnerable to embedded copilots.