Principle 10delegation
Optimise for steering, not only initiating
The system should support users not only in starting tasks, but also in guiding, refining, reprioritising, and correcting work while it is underway.
Key Facts
- Cluster
- delegation
- Primary risk
- The only available control becomes repetition or restart, which is inefficient and often operationally unsafe.
- Related examples
- 6 library examples
- Doctrine library
- Internal doctrine reference
Related examples
- Level 4: Agent Harness — Full Runtime AccessGive the agent a full runtime via the agent runtime SDK. It can search files, read docs, and reason through problems autonomously.script · advanced
- Level 5: Multi-Agent Orchestration — Delegated AutonomyAn orchestrator delegates to specialized subagents defined via the agent runtime SDK. Each subagent has its own prompt, tools, and model. The orchestrator coordinates.script · advanced
- Intelligence: The "brain" that processes information and makes decisions using LLMs.This component handles context understanding, instruction following, and response generation.script · intermediate