Principle 5delegation
Replace implied magic with clear mental models
The product should help users understand what the system can do, what it is currently doing, what it cannot do, and what conditions govern its behaviour.
Key Facts
- Cluster
- delegation
- Primary risk
- Users attribute a level of agency, reliability, or competence that the system does not in fact possess.
- 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