product updateAnthropic

Anthropic adds always-on channels to Claude Code, enabling async AI agent capabilities

TL;DR

Anthropic has added "channels" to Claude Code, enabling Claude to respond to incoming messages, webhooks, and notifications asynchronously without user intervention. The research preview supports Telegram and Discord with custom channel support, running through MCP servers with two-way communication.

2 min read

Anthropic adds always-on channels to Claude Code, enabling async AI agent capabilities

Anthropric has launched a channels feature for Claude Code that transforms the tool into an always-on AI agent capable of responding to events without user presence at the terminal.

What's new

Channels allow messages, notifications, and webhooks to flow directly into a running Claude Code session. The feature enables two-way communication: Claude reads incoming messages and responds through the same channel. This means Claude can now react to CI/CD results, chat messages, and monitoring alerts in real time, whether the user is actively using the terminal or not.

The implementation runs through MCP (Model Context Protocol) servers, maintaining Anthropic's strategy of building extensibility into its tooling infrastructure.

Current availability and requirements

The feature is in research preview status. Supported integrations include:

  • Telegram (official support)
  • Discord (official support)
  • Custom channels (developer-buildable)

Technical requirements:

  • Claude Code version 2.1.80 or later
  • claude.ai login (API key authentication not yet supported)
  • Teams and Enterprise organizations must explicitly enable channels through settings

The API key limitation suggests this feature is currently bound to web-authenticated sessions rather than programmatic workflows, potentially constraining enterprise automation use cases.

Strategic positioning

This update positions Claude Code closer to the autonomous agent narrative that has dominated AI development discourse, particularly following competitive releases. The async event-driven model differs from persistent agent architectures—Claude responds to incoming stimuli rather than operating continuously without external triggers, but the effect is functionally similar for many use cases.

The research preview status indicates Anthropic is testing community interest and real-world usage patterns before broader release. Pricing for channels and any future API-native implementation has not been disclosed.

What this means

Channels expand Claude Code's utility beyond interactive development sessions into workflow automation, monitoring, and distributed team collaboration. The restriction to claude.ai authentication suggests Anthropic is prioritizing stability and safety before opening this to programmatic API access. Developers building agent workflows will need to evaluate whether event-driven response patterns meet their requirements compared to continuously-running agent architectures. The custom channel support creates a pathway for integration into existing DevOps and communication stacks without waiting for official Anthropic integrations.

Related Articles

product update

Google expands Universal Commerce Protocol with cart, catalog, and loyalty features for AI agents

Google has expanded the Universal Commerce Protocol (UCP) with shopping cart, catalog, and identity features designed for AI agents. The new capabilities enable agents to add multiple items to carts, access real-time product data including prices and availability, and preserve shopper loyalty benefits across retailers.

product update

OpenAI acquires Astral to integrate Python's most-used dev tools into Codex platform

OpenAI has acquired Astral, the company behind widely-used Python development tools Ruff, uv, and ty, which see hundreds of millions of downloads monthly. The tools will integrate with OpenAI's Codex platform to enable agentic AI systems that can plan changes, modify codebases, run tools, and verify results. OpenAI commits to keeping the tools open source under permissive licenses post-acquisition.

product update

Google Gemini task automation now works on phones, taking 9 minutes to order dinner

Google has launched task automation for Gemini on Pixel 10 Pro and Galaxy S26 Ultra, allowing the AI to autonomously use apps for food delivery and rideshare services. The feature works but is slow—taking approximately nine minutes to complete an order—and remains limited to a small beta subset of apps. Despite performance limitations, it represents the first practical demonstration of an AI assistant actually controlling a phone outside of controlled demos.

product update

Microsoft scales back Copilot AI integrations across Windows 11 apps

Microsoft announced Friday it will reduce Copilot AI integrations across Windows 11, removing the assistant from Photos, Widgets, Notepad, and Snipping Tool. The move reflects what the company calls a shift toward integrating AI "where it's most meaningful" and comes amid growing consumer skepticism about AI features.