What is Claude Code Channels, Anthropic’s take on OpenClaw-style AI agent setups? - The Indian Express
Anthropic shipped Claude Code Channels last week. The feature, added March 19 as a research preview, lets developers control a running Claude Code session on their laptop from Telegram or Discord. You send a message from your phone; Claude Code on your desktop reads it, does the work, and sends the result back to the chat app. It is, in effect, a remote control for an AI coding assistant.
But calling Channels an OpenClaw clone would miss what makes it different — and what that difference reveals about Anthropic's platform strategy.
The architectural inversion is the key detail. Standard MCP flows work by having Claude pull from external tools — it decides to call a function, sends a request to the MCP server, gets data back. Channels reverses this. Telegram's plugin runs as an MCP server locally alongside Claude Code, scans for incoming messages, wraps them as channel events, and pushes them into the active Claude Code session. Claude Code reads the inbound message, executes whatever it requires, and calls a reply tool that sends the response back to the external platform. The session state persists across events, so Claude does not start from scratch each time.
OpenClaw started in roughly the same place — early developer projects focused on running Claude Code through WhatsApp on your phone. But the project evolved, and fast. What began as a remote control for a coding assistant became an orchestrator for agents that book flights, control smart home devices, and manage social media campaigns across multiple platforms and devices. OpenClaw's trajectory reflects a bet on broad agent interoperability: the more platforms an agent can touch, the more valuable the orchestration layer.
Anthropic's Channels is narrower by design. It requires a claude.ai login — console and API key authentication is not supported. Team and Enterprise organizations must explicitly enable it through managed settings. The docs do not spell out which individual subscription tiers get immediate access; the more notable constraint is architectural rather than commercial. This is a power-user consumer feature with explicit enterprise guardrails built in.
The security tradeoff that remains is instructive. When Claude Code needs user approval for a file operation or shell command, the session pauses. The user still has to walk to their host device and click "Allow" in the terminal. Anthropic has added a permission relay mechanism — channel servers that declare the permission capability can forward tool approval prompts to your phone — but it comes with explicit security tradeoffs that the release notes flag without belaboring. The session pause problem is a genuine UX friction point, and it is not solved by Channels. It is acknowledged.
What Channels shows, concretely, is a message pipe and permission relay. There is no multi-agent coordination described in the docs, no cross-platform task delegation, no skill directory that spans workflows. Channels is scoped to pushing events into a running session you already have open. Whether Anthropic has broader orchestration plans elsewhere is not answered by these docs.
The competitive context makes this clearer. Peter Steinberger, the creator of OpenClaw, joined OpenAI in early February — less than two months before Channels shipped. Anthropic had previously sent Steinberger a cease-and-desist over the original project name "Clawd," which Anthropic claimed infringed its branding — a claim documented by VentureBeat and corroborated by Wikipedia and others in late January 2026, when the project was renamed first to Moltbot, then to OpenClaw after the legal pressure. The timeline is notable: the platform Steinberger built lost its primary maintainer around the same time its primary competitor shipped a narrower but tightly integrated alternative. Whether the timing reflects intent or coincidence is not something either company has commented on.
Nvidia's move at GTC 2026 adds another layer. At last week's conference, Nvidia introduced NemoClaw — a toolkit designed to be integrated with OpenClaw to help specialized agents run safely in enterprise contexts via a contained virtual environment. Where Anthropic has tightened the scope of what Channels can do, Nvidia is trying to add safety rails around what OpenClaw already does.
Our read: Channels is Anthropic making a case that the right way to add remote control to AI agents is not to build an orchestrator — it is to keep the agent local and let users reach it through a narrow, auditable pipe. The architecture enforces a constraint that OpenClaw deliberately chose not to impose: the agent runs on your machine, you control access, and the blast radius of any compromise is bounded by the session. Whether this is the right bet depends on whether the future of agent infrastructure is a collection of tightly-controlled local agents or a mesh of cross-platform orchestrators. Anthropic is betting on the former. The OpenClaw ecosystem, and Nvidia's attempt to harden it, are betting on the latter.
The story here is not really about Channels itself — it is a single feature, cleanly executed, with obvious utility for developers who want to run Claude Code without sitting at their desk. The story is also the timing: Anthropic shipped Channels roughly two months after the creator of the leading alternative joined its primary competitor.
The release notes are on GitHub. The Indian Express first reported the OpenClaw comparison. Steinberger's move to OpenAI was reported in January. The cease-and-desist over the Clawd project name and subsequent renaming were documented by VentureBeat, Wikipedia, and other outlets in late January 2026.