Autonomous
Agent executes and self-deploys · Human edits afterwards
The agent executes the full task and deploys to production within hard technical limits (not human-set guardrails). Human involvement is post-facto: review, edit, and correction happen after deployment, not before. This level is only appropriate for tasks with very low error cost, high reversibility, and a proven track record of agent reliability at that specific operation. Full pre-deployment human review is replaced by fast rollback capability.
Auto-deployed hotfixes
Canary release management
Dependency updates
Config drift correction
Agent
Executes and self-deploys within hard technical limits. Monitors its own output post-deployment and triggers rollback if criteria are breached.
Human
Reviews and edits after deployment. Sets and enforces the hard limits that constrain agent action. Owns the rollback decision if the agent's self-assessment fails. Full accountability remains human.