Anthropic simply shipped an OpenClaw killer known as Claude Code Channels, letting you message it over Telegram and Discord

Anthropic simply shipped an OpenClaw killer known as Claude Code Channels, letting you message it over Telegram and Discord

Last Updated: March 20, 2026By


The hit open supply autonomous AI agent OpenClaw could have simply gotten mogged by Anthropic.

At this time, Anthropic announced Claude Code Channels, a method to hook up its personal highly effective Claude Code AI agentic harness to a human person's Discord or Telegram messaging functions, letting them message Claude Code instantly every time they need whereas on the go and instruct it to put in writing code for them. Official documentation is here.

This isn't only a new UI; it’s a elementary shift in how builders work together with AI brokers, transferring from a synchronous "ask-and-wait" mannequin to an asynchronous, autonomous partnership. Beforehand, Claude Code customers have been caught interacting with the agentic harness on the Claude desktop software, terminal or supported developer surroundings, and Claude cell app via a considerably flaky (in my expertise) interconnection setting called Remote Control.

Now, Anthropic is providing among the identical core performance as OpenClaw that drove its fast adoption amongst software program builders and vibe coders following its launch in November 2025 by Austrian developer Peter Steinberger (who, satirically, initially known as his challenge "Clawd" in honor of Anthropic's personal AI mannequin Claude which powered it initially, till Anthropic sent him a cease-and-desist for potential trademark violations. Steinberger was since hired by Anthropic's rival OpenAI.)

Central to OpenClaw's attraction was its functionality of permitting customers to have a persistent, private AI employee that they will message 24/7, every time they really feel like, over frequent messaging apps equivalent to iMessage, Slack, Telegram, WhatsApp and Discord, and have their AI message them again — not simply to speak with, however to carry out actual work for them by itself, from writing, sending and organizing e mail and information to creating whole applications, applying for jobs on the user's behalf, to managing complete ongoing social marketing campaigns. When the AI finishes a job, it may instantly alert the human person over their most popular messaging platform.

However OpenClaw additionally got here with a excessive diploma of safety threat (because it may very well be given entry to a person's laborious drive and file system, or different private data, and run amok) and problem for non-technical customers, inspiring a wave of offshoots promising larger ease and safety, together with NanoClaw, KiloClaw and Nvidia's just lately introduced NemoClaw.

By giving Claude Code this identical primary performance — the flexibility for customers to message it from widespread third-party apps Discord and Telegram, and have it message them again when it finishes a job — Anthropic has successfully countered OpenClaw's attraction and provided one thing it doesn’t: the Anthropic model title with its dedication to AI safety and security, and ease of use proper out of the field for much less technically inclined customers.

Expertise: The Bridge of the Mannequin Context Protocol

On the coronary heart of this replace is the Mannequin Context Protocol (MCP) open supply standard that Anthropic introduced back in 2024. Consider MCP as a common USB-C port for AI: it offers a standardized method for an AI mannequin to connect with exterior knowledge and instruments. Within the new "Channels" structure, an MCP server acts as a two-way bridge.

When a developer begins a Claude Code session with the --channels flag, they aren't simply opening a chat; they’re spinning up a polling service.

Utilizing the Bun runtime—identified for its excessive pace in executing JavaScript—Claude Code screens particular plugins (presently Telegram and Discord).

When a message arrives, it’s injected instantly into the lively session as a <channel> occasion. Claude can then use its inside instruments to execute code, run assessments, or repair bugs, and reply again to the exterior platform utilizing a specialised reply device.

The technical achievement right here is persistence. Not like an ordinary web-chat that occasions out, a Claude Code session can now run in a background terminal or a persistent server (like a VPS), ready for a "ping" to spring into motion.

Easy methods to arrange Claude Code Connectors on Telegram and Discord

Organising these native connectors requires Claude Code v2.1.80 or later and the Bun runtime put in in your desktop PC or Mac. Observe the directions here or under.

1. Organising Telegram

  1. Create your Bot: Open BotFather in Telegram and use the /newbot command to generate a singular bot and entry token.

  2. Set up the Plugin: Inside your Claude Code terminal, run: /plugin set up telegram@claude-plugins-official

  3. Configure the Token: Run /telegram:configure <your-token> to avoid wasting your credentials.

  4. Restart with Channels: Exit Claude and restart utilizing the channel flag: claude --channels plugin:telegram@claude-plugins-official

  5. Pair your Account: DM your new bot on Telegram to obtain a pairing code, then enter it in your terminal: /telegram:entry pair <code>

2. Organising Discord

  1. Create an Software: Go to the Discord Developer Portal, create a "New Software," and reset the bot token to repeat it.

  2. Allow Intents: Within the Bot settings, you should allow Message Content material Intent beneath "Privileged Gateway Intents."

  3. Set up and Configure: In Claude Code, run /plugin set up discord@claude-plugins-official adopted by /discord:configure <your-token>.

  4. Launch and Pair: Restart with claude --channels plugin:discord@claude-plugins-official. DM your bot on Discord and use the /discord:entry pair <code> command to complete the hyperlink.

Product: From Desktop to "All over the place"

The fast sensible affect is the democratization of cell AI coding. Beforehand, if a developer wished to verify a construct standing or run a fast repair whereas away from their desk, they needed to depend on complicated self-hosted setups like OpenClaw.

With Channels, the setup is native. A developer can create a Telegram bot through BotFather, hyperlink it to Claude Code with a /telegram:configure command, and "pair" their account with a safety code. As soon as configured, the telephone turns into a distant management for the event surroundings.

The product additionally introduces a "Fakechat" demo—a local-only chat UI that enables builders to check the "push" logic on their very own machine earlier than connecting to exterior servers. This displays Anthropic’s cautious, "analysis preview" method, guaranteeing builders perceive the circulation of occasions earlier than exposing their terminal to the web.

Licensing: Proprietary Energy on Open Requirements

The licensing implications of this launch spotlight a rising development within the AI trade: proprietary engines working on open tracks. Claude Code stays a proprietary product tied to Anthropic’s business subscriptions (Professional, Max, and Enterprise).

Nevertheless, by constructing on the open-source Mannequin Context Protocol, Anthropic is encouraging a developer ecosystem to construct the "connectors" that make their mannequin extra helpful.

Whereas the core Claude "mind" is closed, the plugins for Telegram and Discord are being hosted on GitHub beneath official Anthropic repositories, probably permitting for neighborhood contributions or forks.

This technique permits Anthropic to keep up the safety and high quality of the mannequin whereas benefiting from the fast innovation of the open-source neighborhood—a direct problem to the "free" however usually fragmented nature of purely open-source agent frameworks.

And since it's constructed on MCP, the neighborhood can now construct "Connectors" for Slack or WhatsApp themselves, somewhat than ready for Anthropic to ship them.

Group Reactions: 'The OpenClaw Killer'

The response from customers, particularly AI observers on X, was swift and definitive. The sentiment was greatest captured by Ejaaz (@cryptopunk7213), who famous that Anthropic’s pace of delivery—incorporating texting, 1000’s of MCP expertise, and autonomous bug-fixing in simply 4 weeks—was "fucking loopy."

For a lot of, this replace renders local-first agent frameworks out of date. BentoBoi (@BentoBoiNFT) noticed, "Claude simply killed OpenClaw with this replace. You not want to purchase a Mac Mini. I say this as somebody who owns a one lol," referring to the frequent observe of builders shopping for devoted {hardware} to run open-source brokers like OpenClaw 24/7. By transferring this persistence into the Claude Code surroundings, Anthropic has simplified the "{hardware} tax" for autonomy.

AI YouTuber Matthew Berman summarized the shift succinctly: "They've BUILT OpenClaw."

The consensus amongst early adopters is that Anthropic has efficiently internalized essentially the most fascinating options of the open-source motion—multi-channel assist and long-term reminiscence—whereas sustaining the reliability of a tier-one AI supplier.

Whereas Anthropic’s Claude has lengthy been a favourite for its reasoning, it remained a "mind in a jar"—a stateless entity that waited for a person to sort earlier than it might assume. In the meantime, open-source tasks like OpenClaw thrived by providing "always-on" persistence, permitting builders to message their AI from Telegram or Discord to set off complicated workflows.

Now, with Anthropic closing the hole, it's as much as the customers to decide on which method is greatest for them.


Source link

Leave A Comment

you might also like