Autonomy Rollout Recipe
Type: recipe
Stand up an evidence-driven ramp from supervised to autonomous operation rather than choosing autonomy by calendar or feel.
Description. How to safely ramp an agent from human-supervised drafting to autonomous customer-facing action. Combines a continuous autonomy slider (per-tenant, per-user), three-tier crawl-walk-run gating with explicit promotion criteria, per-action risk-tier classification with tier-appropriate approval policies, and per-action progressive delegation that ratchets autonomy on measured success.
Patterns this recipe composes —
- ★Autonomy Slider
Continuous runtime-mutable parameter.
- [crawl-walk-run-automation-gating]
Three discrete tiers with explicit gates.
- ★Cost-Aware Action Delegation
Per-action risk-tier classification with tier-appropriate approval policies.
- ★Progressive Delegation
Per-action ratchet keyed on success-rate window.
- ★★Approval Queue
- ★★Human-in-the-Loop
- ★★Shadow Canary
- ★Kill Switch