Principle 1delegation
Design for delegation rather than direct manipulation
Design experiences around the assignment of work, the expression of intent, the setting of constraints, and the review of results, rather than requiring users to execute each step manually.
Key Facts
- Cluster
- delegation
- Primary risk
- The product remains structurally manual, with AI functioning only as an overlay rather than as an operational capability.
- 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