Close Menu
    Facebook X (Twitter) Instagram
    • Privacy Policy
    • Terms Of Service
    • Legal Disclaimer
    • Social Media Disclaimer
    • DMCA Compliance
    • Anti-Spam Policy
    Facebook X (Twitter) Instagram
    Brief ChainBrief Chain
    • Home
    • Crypto News
      • Bitcoin
      • Ethereum
      • Altcoins
      • Blockchain
      • DeFi
    • AI News
    • Stock News
    • Learn
      • AI for Beginners
      • AI Tips
      • Make Money with AI
    • Reviews
    • Tools
      • Best AI Tools
      • Crypto Market Cap List
      • Stock Market Overview
      • Market Heatmap
    • Contact
    Brief ChainBrief Chain
    Home»AI News»Anthropic just shipped an OpenClaw killer called Claude Code Channels, letting you message it over Telegram and Discord
    Anthropic just shipped an OpenClaw killer called Claude Code Channels, letting you message it over Telegram and Discord
    AI News

    Anthropic just shipped an OpenClaw killer called Claude Code Channels, letting you message it over Telegram and Discord

    March 20, 20267 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email
    binance



    The hit open source autonomous AI agent OpenClaw may have just gotten mogged by Anthropic.

    Today, Anthropic announced Claude Code Channels, a way to hook up its own powerful Claude Code AI agentic harness to a human user's Discord or Telegram messaging applications, letting them message Claude Code directly whenever they want while on the go and instruct it to write code for them. Official documentation is here.

    This isn't just a new UI; it is a fundamental shift in how developers interact with AI agents, moving from a synchronous "ask-and-wait" model to an asynchronous, autonomous partnership. Previously, Claude Code users were stuck interacting with the agentic harness on the Claude desktop application, terminal or supported developer environment, and Claude mobile app through a somewhat flaky (in my experience) interconnection setting called Remote Control.

    Now, Anthropic is offering some of the same core functionality as OpenClaw that drove its rapid adoption among software developers and vibe coders following its release in November 2025 by Austrian developer Peter Steinberger (who, ironically, originally called his project "Clawd" in honor of Anthropic's own AI model Claude which powered it initially, until Anthropic sent him a cease-and-desist for potential trademark violations. Steinberger was since hired by Anthropic's rival OpenAI.)

    bybit

    Central to OpenClaw's appeal was its capability of allowing users to have a persistent, personal AI worker that they can message 24/7, whenever they feel like, over common messaging apps such as iMessage, Slack, Telegram, WhatsApp and Discord, and have their AI message them back — not just to chat with, but to perform real work for them on its own, from writing, sending and organizing email and files to creating whole applications, applying for jobs on the user's behalf, to managing complete ongoing social marketing campaigns. When the AI finishes a task, it can immediately alert the human user over their preferred messaging platform.

    But OpenClaw also came with a high degree of security risk (since it could be given access to a user's hard drive and file system, or other personal information, and run amok) and difficulty for non-technical users, inspiring a wave of offshoots promising greater ease and security, including NanoClaw, KiloClaw and Nvidia's recently announced NemoClaw.

    By giving Claude Code this same basic functionality — the ability for users to message it from popular third-party apps Discord and Telegram, and have it message them back when it finishes a task — Anthropic has effectively countered OpenClaw's appeal and offered something it does not: the Anthropic brand name with its commitment to AI security and safety, and ease of use right out of the box for less technically inclined users.

    Technology: The Bridge of the Model Context Protocol

    At the heart of this update is the Model Context Protocol (MCP) open source standard that Anthropic introduced back in 2024. Think of MCP as a universal USB-C port for AI: it provides a standardized way for an AI model to connect to external data and tools. In the new "Channels" architecture, an MCP server acts as a two-way bridge.

    When a developer starts a Claude Code session with the –channels flag, they aren't just opening a chat; they are spinning up a polling service.

    Using the Bun runtime—known for its extreme speed in executing JavaScript—Claude Code monitors specific plugins (currently Telegram and Discord).

    When a message arrives, it is injected directly into the active session as a <channel> event. Claude can then use its internal tools to execute code, run tests, or fix bugs, and reply back to the external platform using a specialized reply tool.

    The technical achievement here is persistence. Unlike a standard web-chat that times out, a Claude Code session can now run in a background terminal or a persistent server (like a VPS), waiting for a "ping" to spring into action.

    How to set up Claude Code Connectors on Telegram and Discord

    Setting up these native connectors requires Claude Code v2.1.80 or later and the Bun runtime installed on your desktop PC or Mac. Follow the instructions here or below.

    1. Setting up Telegram

  • Create your Bot: Open BotFather in Telegram and use the /newbot command to generate a unique bot and access token.

  • Install the Plugin: Inside your Claude Code terminal, run: /plugin install telegram@claude-plugins-official

  • Configure the Token: Run /telegram:configure <your-token> to save your credentials.

  • Restart with Channels: Exit Claude and restart using the channel flag: claude –channels plugin:telegram@claude-plugins-official

  • Pair your Account: DM your new bot on Telegram to receive a pairing code, then enter it in your terminal: /telegram:access pair <code>

  • 2. Setting up Discord

  • Create an Application: Go to the Discord Developer Portal, create a "New Application," and reset the bot token to copy it.

  • Enable Intents: In the Bot settings, you must enable Message Content Intent under "Privileged Gateway Intents."

  • Install and Configure: In Claude Code, run /plugin install discord@claude-plugins-official followed by /discord:configure <your-token>.

  • Launch and Pair: Restart with claude –channels plugin:discord@claude-plugins-official. DM your bot on Discord and use the /discord:access pair <code> command to finish the link.

  • Product: From Desktop to "Everywhere"

    The immediate practical impact is the democratization of mobile AI coding. Previously, if a developer wanted to check a build status or run a quick fix while away from their desk, they had to rely on complex self-hosted setups like OpenClaw.

    With Channels, the setup is native. A developer can create a Telegram bot via BotFather, link it to Claude Code with a /telegram:configure command, and "pair" their account with a security code. Once configured, the phone becomes a remote control for the development environment.

    The product also introduces a "Fakechat" demo—a local-only chat UI that allows developers to test the "push" logic on their own machine before connecting to external servers. This reflects Anthropic’s cautious, "research preview" approach, ensuring developers understand the flow of events before exposing their terminal to the internet.

    Licensing: Proprietary Power on Open Standards

    The licensing implications of this release highlight a growing trend in the AI industry: proprietary engines running on open tracks. Claude Code remains a proprietary product tied to Anthropic’s commercial subscriptions (Pro, Max, and Enterprise).

    However, by building on the open-source Model Context Protocol, Anthropic is encouraging a developer ecosystem to build the "connectors" that make their model more useful.

    While the core Claude "brain" is closed, the plugins for Telegram and Discord are being hosted on GitHub under official Anthropic repositories, likely allowing for community contributions or forks.

    This strategy allows Anthropic to maintain the security and quality of the model while benefiting from the rapid innovation of the open-source community—a direct challenge to the "free" but often fragmented nature of purely open-source agent frameworks.

    And because it's built on MCP, the community can now build "Connectors" for Slack or WhatsApp themselves, rather than waiting for Anthropic to ship them.

    Community Reactions: 'The OpenClaw Killer'

    The response from users, especially AI observers on X, was swift and definitive. The sentiment was best captured by Ejaaz (@cryptopunk7213), who noted that Anthropic’s speed of shipping—incorporating texting, thousands of MCP skills, and autonomous bug-fixing in just four weeks—was "fucking crazy."

    For many, this update renders local-first agent frameworks obsolete. BentoBoi (@BentoBoiNFT) observed, "Claude just killed OpenClaw with this update. You no longer need to buy a Mac Mini. I say this as someone who owns a one lol," referring to the common practice of developers buying dedicated hardware to run open-source agents like OpenClaw 24/7. By moving this persistence into the Claude Code environment, Anthropic has simplified the "hardware tax" for autonomy.

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

    The consensus among early adopters is that Anthropic has successfully internalized the most desirable features of the open-source movement—multi-channel support and long-term memory—while maintaining the reliability of a tier-one AI provider.

    While Anthropic’s Claude has long been a favorite for its reasoning, it remained a "brain in a jar"—a stateless entity that waited for a user to type before it could think. Meanwhile, open-source projects like OpenClaw thrived by offering "always-on" persistence, allowing developers to message their AI from Telegram or Discord to trigger complex workflows.

    Now, with Anthropic closing the gap, it's up to the users to choose which approach is best for them.



    Source link

    bybit
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    CryptoExpert
    • Website

    Related Posts

    Visa prepares payment systems for AI agent-initiated transactions

    March 19, 2026

    NVIDIA AI Open-Sources ‘OpenShell’: A Secure Runtime Environment for Autonomous AI Agents

    March 18, 2026

    Users, Growth, and Global Trends

    March 17, 2026

    Can AI help predict which heart-failure patients will worsen within a year? | MIT News

    March 16, 2026
    Add A Comment
    Leave A Reply Cancel Reply

    bybit
    Latest Posts

    South Korea Tax Office Eyes Private Custody After Seized Crypto Loss

    March 20, 2026

    Execution Quality Is The Missing Metric In Bitcoin And Ethereum Markets

    March 20, 2026

    Bitcoin vs. Gold Bottom Emerges as BTC Bulls Defend $70K

    March 20, 2026

    Fed still expects to cut rates once this year despite spiking oil prices

    March 20, 2026

    Sol Rally Toward $100 Fizzles As Solana Competitors Rise

    March 20, 2026
    Customgpt
    LEGAL INFORMATION
    • Privacy Policy
    • Terms Of Service
    • Legal Disclaimer
    • Social Media Disclaimer
    • DMCA Compliance
    • Anti-Spam Policy
    Top Insights

    Anthropic just shipped an OpenClaw killer called Claude Code Channels, letting you message it over Telegram and Discord

    March 20, 2026

    Laziest Way to Make Money With AI (Zero Code)

    March 20, 2026
    notion
    Facebook X (Twitter) Instagram Pinterest
    © 2026 BriefChain.com - All rights reserved.

    Type above and press Enter to search. Press Esc to cancel.