Routines vs Managed Agents: where recurring Claude work should live Anthropic shipped Claude Code Routines in April and Managed Agents scheduled deployments in June 2026, both enabling recurring Claude tasks but with different billing, identity, and schedule granularity. A developer compared the two approaches for solo developers, covering when to use personal Routines versus platform cron and when external orchestration is still needed for multi-step workflows with human gates. Anthropic shipped Claude Code Routines in April and Managed Agents scheduled deployments in June 2026. Same question — "run this on a cron" — but different billing subscription vs $0.08/session-hour + tokens , identity you vs service account , and schedule granularity. I wrote a side-by-side for solo devs choosing between personal Routines and platform cron, plus when you still need external orchestration for multi-step workflows with human gates. Full comparison table and decision matrix on the canonical post. https://outofcontext.dev/blog/routines-vs-managed-agents-schedules/