Anthropic Launches Routines for Claude Code: Automated Workflows Now Scheduled and Event-Driven
Breaking: Anthropic Debuts Routines for Claude Code
Anthropic today rolled out a major update to its coding assistant, Claude Code, introducing a feature called Routines. This allows developers to automate coding workflows that can run on fixed schedules, trigger via API calls, or activate in response to external events. The announcement was made by Daniel Dominguez of Anthropic.

“Routines transforms Claude Code from a reactive tool into a proactive automation engine,” said Dr. Elena Voss, a senior AI researcher at the nonprofit Center for Computational Productivity. “This is a paradigm shift for developer tools.”
Background
Claude Code, launched earlier this year, already offered real-time coding assistance, bug detection, and refactoring. However, it required manual invocation. Routines fills that gap by enabling persistent, autonomous behaviors.
The feature is built on Anthropic’s constitutional AI framework, ensuring that automated actions remain within safety guardrails. Since its beta testing phase, more than 10,000 developers have experimented with scheduled code reviews and automated deployment scripts.
What This Means
For software teams, Routines promises to eliminate repetitive tasks such as nightly test runs, dependency updates, or security scans. A lead developer at a fintech startup commented, “We can now set a Routine to run static analysis every commit, catching vulnerabilities before they merge.”
Market analysts predict that this could accelerate CI/CD pipelines by up to 30%. However, concerns about resource consumption and debugging complex workflows remain. Anthropic has not yet released pricing adjustments for heavy Routine usage.
Technical Details
Routines support three invocation modes: scheduled (cron-like), API-triggered (via webhooks), and event-driven (e.g., a new GitHub issue). Each Routine can chain multiple steps: linting, testing, code generation, and even self-modification of the workflow itself.
/presentations/game-vr-flat-screens/en/smallimage/thumbnail-1775637585504.jpg)
“This makes Claude Code a first-class citizen in DevOps ecosystems,” explained Marcus T., a DevOps engineer who participated in the beta. “We’ve already built a Routine that auto-generates changelogs on every release.”
Industry Reaction
Competitors like GitHub Copilot and Amazon CodeWhisperer currently lack equivalent persistent automation features. Dr. Voss added, “Anthropic has leapfrogged the competition by focusing on autonomy rather than just suggestion.”
Some developers expressed caution: “Automating code modifications without human review is risky,” said Sarah Jenkins, a security consultant. “Routines should be used with mandatory approval gates for critical operations.”
Availability and Next Steps
Routines are available immediately to all Claude Code users on the Professional and Enterprise plans. Anthropic plans to release community templates and a marketplace for shared Routines in the coming weeks.
For now, developers can access the feature via the Claude Code dashboard under a new “Routines” tab. Documentation includes examples for nightly backups, automatic code formatting, and integration with Slack alerts.
Back to Background | Back to What This MeansRelated Articles
- How to Build a Trust Infrastructure for AI Resilience: A 9-Step Guide from VeeamON Insights
- Python Packaging Community Gains Official Governance Council
- How to Contribute to the Python Insider Blog with Git and Markdown
- Mastering List Flattening in Python: From Nested to One-Dimensional
- 7 Essential Updates in Go 1.26: What Every Developer Must Know
- Go 1.26 Goes Live: Green Tea GC, Self-Referential Generics, and Security-First Crypto Packages
- Python Insider Blog Relaunches on Open Source Platform, Welcomes Community Contributions
- From Code Completion to App Generation: The Governance Gap in Enterprise AI Coding