Skip to main contentSkip to footer
Cluster

Delegation

The delegation cluster covers principles that help teams move from direct manipulation to well-bounded task assignment. Delegation-first design makes the scope of AI authority legible, steerable, and correctable without requiring users to monitor every step.

Key Facts

Cluster
Delegation
Principles
3
Linked examples
6 implementation library examples
Principle titles
Design for delegation rather than direct manipulation; Replace implied magic with clear mental models; Optimise for steering, not only initiating
What is the delegation cluster?

The delegation cluster covers principles that help teams move from direct manipulation to well-bounded task assignment. Delegation-first design makes the scope of AI authority legible, steerable, and correctable without requiring users to monitor every step.

Design for delegation rather than direct manipulation
Replace implied magic with clear mental models
Optimise for steering, not only initiating
What failures does the delegation cluster prevent?

The delegation cluster addresses failures where The product remains structurally manual, with AI functioning only as an overlay rather than as an operational capability. It also covers cases where Users attribute a level of agency, reliability, or competence that the system does not in fact possess. It also covers cases where The only available control becomes repetition or restart, which is inefficient and often operationally unsafe.

Design for delegation rather than direct manipulation: The product remains structurally manual, with AI functioning only as an overlay rather than as an operational capability.
Replace implied magic with clear mental models: Users attribute a level of agency, reliability, or competence that the system does not in fact possess.
Optimise for steering, not only initiating: The only available control becomes repetition or restart, which is inefficient and often operationally unsafe.

Principles in this cluster

Implementation examples