← Google News

Anthropic introduces routines in Claude Code - Techzine Global

Google News · April 15, 2026

Detailed Analysis

Anthropic launched Claude Routines on April 14, 2026, a cloud-based automation feature integrated into Claude Code that enables persistent, autonomous coding workflows without requiring a locally running machine or open terminal session. The feature allows users to configure a set of parameters — including a prompt, one or more linked GitHub repositories, connectors such as Slack, Linear, and Google Drive, and execution triggers — that can then be run repeatedly on Anthropic's own cloud infrastructure. Triggers can be set via scheduled intervals, GitHub events, or programmatic API calls directed at the experimental endpoint `POST https://api.anthropic.com/v1/claude_code/routines/{routine_id}/fire`, signaling a clear intent to make Routines a first-class citizen of automated developer pipelines. The feature is available to subscribers on Pro, Max, Team, and Enterprise plans and is currently in research preview.

The practical significance of Routines lies in the shift from interactive, session-bound AI assistance to fully unattended, cloud-executed agentic tasks. Previously, Claude Code functioned as an in-terminal AI collaborator that required an active developer session to operate. With Routines, the system can autonomously clone repositories into a secure cloud sandbox — notably without access to local filesystems — and execute tasks such as generating pull requests, analyzing CI failures, auditing dependencies, or synchronizing documentation. This architecture addresses a key friction point in AI-assisted development: the requirement for constant human presence. By moving execution to Anthropic's infrastructure, Routines can operate continuously across time zones and outside working hours, functioning more like a persistent background engineer than a reactive assistant.

The introduction of Routines reflects a broader and accelerating trend in the AI industry toward agentic, infrastructure-embedded systems rather than purely conversational interfaces. Anthropic has been steadily expanding Claude Code's capabilities — including features like `/schedule` commands and workflow hooks — and Routines represents a meaningful step in that trajectory, effectively repositioning Claude Code from a local "AI sidekick" to a 24/7 cloud agent. This mirrors competitive moves across the industry, where AI coding tools are increasingly expected to operate autonomously within existing developer infrastructure, integrating natively with version control, project management, and communication platforms. The use of an explicit beta API header (`anthropic-beta: experimental-cc-routine-2026-04-01`) also suggests Anthropic is using structured, versioned experimentation to iterate on the feature's design before full general availability.

The security and sandboxing model Anthropic has chosen for Routines is worth noting as a deliberate architectural decision. By restricting execution to cloud-only sandboxes with no local filesystem access, Anthropic appears to be prioritizing enterprise trust and auditability over raw flexibility — a stance consistent with the company's emphasis on safe and controllable AI systems. This design also makes Routines more viable for Team and Enterprise customers who must satisfy compliance requirements and cannot permit external agents broad access to developer environments. As agentic AI systems become more deeply embedded in software development lifecycles, the question of where code agents execute, what they can access, and how their actions are logged and audited will become increasingly central to enterprise adoption decisions — and Anthropic's cautious sandbox approach positions Claude Routines as a credible answer to those concerns.

Read original article →