The post has been translated automatically. Original language: Russian
Anthropic recently introduced Routines functionality, which are scripts that run on a schedule, via an API, or via an external event and run in the Claude Code cloud infrastructure. Developers or devops no longer need to keep local cron tasks, webhook bindings, and separate automation services.
According to the InfoQ material from May 15, 2026, Routines are assembled from access to the repository, connected tools and the basic intent for the model. An important change here is the transfer of the point of execution, in other words, AI begins to live not in the developer's or engineer's IDE, but acts as a background executor associated with the repository, CI and external systems.
Anthropic has added webhook scripts for GitHub separately. Opening or updating a pull request can automatically launch Claude Code, after which the model monitors the changes, responds to comments, and monitors CI until completion.
What examples can you think of for yourself? For example, after merging into the Python SDK, the routine transfers the changes to the Go SDK and opens a pull request. An alert from monitoring can automatically start incident analysis and preparation of a draft fix.
In fact, Routines tries to occupy a layer between the repository, the operating environment and the service automation of the team. Interestingly, the competitive focus has shifted from better auto-completion to the role of a connecting layer between code and operation.
The reaction online was mixed. Some developers saw a strong practical scenario for observability and CI. But immediately there were questions about the stability of the service, limits, access rights, IAM, audit and the quality of triggers.
For small teams, the benefits are especially noticeable where there is a lot of repeatable work around pull request, documentation, SDK, and decommissioning signals.
Anthropic relies on asynchronous AI agents that continuously work in the cloud, rather than waiting for a human request in a local session.
Routines clearly shows how AI is gradually shifting from dialogue mode to background automation engineering mode.
---
Sources
- InfoQ, "Anthropic Introduces Routines for Claude Code Automation", Daniel Dominguez, May 15, 2026: https://www.infoq.com/news/2026/05/anthropic-routines-claude
- Anthropic, Claude Code documentation: https://docs.claude.com/en/docs/claude-code
Anthropic недавно представила функционал Routines - это такие сценарии, которые запускаются по расписанию, через API или по внешнему событию и работают в облачной инфраструктуре Claude Code. Разработчикам или девопсам больше не нужно держать локальные cron-задачи, webhook-обвязки и отдельные сервисы автоматизации.
По материалу InfoQ от 15 мая 2026 года, Routines собирается из доступа к репозиторию, подключённых инструментов и базового намерения для модели. Важное изменение здесь это перенос точки исполнения иными словами AI начинает жить не в IDE разработчика или инженера, а выступает как фоновый исполнитель, связанный с репозиторием, CI и внешними системами.
Anthropic отдельно добавила webhook-сценарии для GitHub. Открытие или обновление pull request может автоматически запускать Claude Code, после чего модель следит за изменениями, отвечает на комментарии и отслеживает CI до завершения работы.
Какие примеры можно придумать для себя? Ну например после merge в Python SDK routine переносит изменения в Go SDK и открывает pull request. Алерт из мониторинга может автоматически запустить разбор инцидента и подготовку чернового исправления.
По сути Routines пытается занять слой между репозиторием, операционной средой и сервисной автоматизацией команды. Интересно что конкурентный фокус сместился с лучшего автодополнения к роли связующего слоя между кодом и эксплуатацией.
Реакция в сети получилась смешанной. Часть разработчиков увидела сильный практический сценарий для observability и CI. Но сразу появились вопросы про устойчивость сервиса, лимиты, права доступа, IAM, аудит и качество триггеров.
Для небольших команд польза особенно заметна там, где много повторяемой работы вокруг pull request, документации, SDK и сигналов из эксплуатации.
Anthropic делает ставку на асинхронных AI-агентов, которые непрерывно работают в облаке, а не ждут запроса человека в локальной сессии.
Ярко видно по Routines, как AI постепенно переходит из режима диалога в режим фоновой инженерной автоматики.
---
Источники
- InfoQ, "Anthropic Introduces Routines for Claude Code Automation", Daniel Dominguez, 15 мая 2026: https://www.infoq.com/news/2026/05/anthropic-routines-claude
- Anthropic, документация Claude Code: https://docs.claude.com/en/docs/claude-code