Anthropic Adds Repeatable Routines To Claude Code

Anthropic launched a research-preview feature that lets developers schedule and run repeatable automations on Claude Code using Anthropic's hosted infrastructure. Routines can access repositories and connectors so tasks run on a schedule or trigger without requiring a Mac to be online. The feature targets developer automation workflows such as scheduled jobs, API orchestration, and GitHub routines, and it is available to Pro, Max, Team, and Enterprise users with per-day run limits of 5, 15, and 25 respectively. Anthropic positions routines as a way to offload cron jobs and custom servers while packaging automations for reuse and sharing.
What happened
Anthropic released a research-preview called `Claude Code` routines, a repeatable automation feature that runs on Anthropic's hosted infrastructure so local machines do not need to be online. The feature lets developers package automations with access to repos and connectors, schedule them, or trigger them on demand. Plans include Pro, Max, Team, and Enterprise, with daily execution limits of 5, 15, and 25 routines respectively depending on tier.
Technical details
Routines run server-side on Anthropic's web infrastructure rather than locally. That design choice shifts operational responsibilities from the developer to Anthropic, removing the need to manage cron jobs, self-hosted infrastructure, or third-party MCP servers. Key capabilities identified in the rollout are:
- •Access to source repositories and external connectors, enabling end-to-end workflows that touch code, CI/CD, and external APIs
- •Scheduling and trigger options, so automations can be run periodically or in response to events
- •Hosted execution, which enables offline client devices to delegate recurring tasks to Anthropic's backend
- •Plan-based quotas limiting daily routine runs to control resource use and tier access
Context and significance
This is a practical developer-facing move that pushes Claude Code further into the automation and CI/CD space. By offering hosted recurring tasks, Anthropic reduces friction for teams that previously managed cron, infrastructure, or agent orchestration. The feature narrows the gap between LLM-assisted ad hoc scripting and production-grade automation, aligning with broader industry trends: platform teams exposing automation primitives, AI agents moving from exploratory to scheduled production workloads, and vendors monetizing hosted execution and integrations.
What to watch
Adoption will depend on connector breadth, reliability of hosted runs, observability, retry semantics, and cost model as usage scales. Pay attention to retention of security controls for repo access and how quotas evolve under real-world load.
Scoring Rationale
This feature is a notable developer-oriented product enhancement that reduces operational friction for recurring LLM workflows, but it is incremental rather than paradigm-shifting. It matters to engineering teams automating code and API tasks, though limits and security details will determine enterprise impact.
Practice interview problems based on real data
1,500+ SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problemsStep-by-step roadmaps from zero to job-ready — curated courses, salary data, and the exact learning order that gets you hired.


