Anthropic has introduced a new feature called “Routines” to its Claude Code platform, marking a step toward fully autonomous AI workflows that can operate continuously in the background. The feature, currently in research preview, allows users to define tasks that run automatically based on triggers such as schedules, API calls, or GitHub events.
Routines effectively transform Claude Code from an interactive coding assistant into a persistent, cloud-based agent. Once configured, a routine can execute tasks without user intervention, even when a device is offline. Each routine combines a prompt, connected repositories, and external integrations into a reusable workflow that can be triggered repeatedly.
The system supports multiple trigger types. Scheduled routines can run at regular intervals such as hourly or weekly, while API-triggered routines can be activated programmatically via HTTP requests. GitHub-based triggers allow the system to respond automatically to events like pull requests or releases. These triggers can be combined, enabling more complex automation scenarios.
From Assistant to Autonomous Agent
The introduction of Routines reflects a broader shift in AI tools from reactive assistants to proactive agents. Instead of responding to prompts, Claude Code can now initiate actions such as reviewing code, triaging alerts, updating documentation, or managing workflows across tools like Slack and GitHub.
Example use cases include automated code reviews, incident response workflows, backlog management, and deployment verification. In these scenarios, Claude can analyze data, generate outputs such as pull requests, and communicate results without human input, leaving users to review outcomes rather than perform repetitive tasks.
Routines run as full cloud sessions with access to selected repositories, environments, and connectors. This allows them to execute shell commands, interact with external services, and modify codebases, depending on permissions. However, the feature also introduces new considerations around security and governance, as actions are performed under the user’s identity and can affect production systems.
Expanding the Agent Ecosystem
The launch comes as Anthropic continues to expand its developer-focused offerings and compete with other AI platforms in building agent-based systems. Routines are available across Pro, Team, and Enterprise plans, signaling a push toward enterprise adoption where automation and integration are key requirements.
The update also arrives alongside expectations of a new model release, widely anticipated to further enhance Claude’s reasoning and coding capabilities. While details remain limited, the combination of more capable models and autonomous execution features points to a future where AI systems handle increasingly complex workflows end-to-end.
With Routines, Anthropic is positioning Claude Code not just as a tool for developers, but as an infrastructure layer for automated work. As organizations experiment with these capabilities, the balance between efficiency gains and operational risk will likely shape how quickly such systems are adopted at scale.