← March 20, 2026 edition

claude-code-channels-2

Push events and chat with Claude Code via Telegram & Discord

Anthropic Wants Your Phone to Be the New Terminal

Anthropic Wants Your Phone to Be the New Terminal

The Macro: The Developer Workflow Is Finally Getting Untethered

There’s a specific kind of developer anxiety that’s hard to explain to non-engineers. You kick off a long agentic job, close your laptop lid, go get lunch, and spend the whole time half-wondering if it hit an error three minutes after you left. You’re not glued to your desk, but you’re kind of glued to your desk. Nobody’s really solved this.

The AI coding assistant space has been moving fast. Claude Code, Cursor, Copilot, Devin, the list keeps growing. But most of these tools are still fundamentally desktop-first. You sit down, you type, you iterate. They’re good at that. What they’re bad at is the async case: the job running overnight, the multi-step agent that needs a human checkpoint, the build that silently fails while you’re in a meeting.

This matters more now because agents are actually doing longer work. The whole pitch of agentic coding in 2025 is that you delegate a task and come back. But coming back doesn’t work cleanly when you have no visibility into what’s happening in the middle. That’s the gap.

Mobile hasn’t really entered this picture in a meaningful way. Phones are where we live now. I check mine probably 80 times a day (don’t @ me). But they’re almost entirely absent from developer tooling conversations, which is weird given how much time developers spend not at a desk. Cal.com is doing interesting work thinking about how AI agents fit into scheduling and async coordination, and similar logic applies here. The terminal shouldn’t require you to be present in front of it.

That’s the actual bet Claude Code Channels is making.

The Micro: Texting Your Terminal Back

Here’s what it actually does. Claude Code Channels lets you bridge a running Claude Code session to Telegram or Discord using MCP (Model Context Protocol) servers. Once set up, your coding session can push events out to you, like notifications when something completes or errors out, and you can reply directly from your phone. That reply goes back into the terminal session as input. You’re essentially texting your coding agent.

The MCP server piece is the interesting implementation choice here. MCP is Anthropic’s protocol for connecting Claude to external tools and data sources, and using it as the bridge layer here means Channels plugs into the same infrastructure developers are already (slowly) building around. It’s not a one-off integration. It’s an extension of a thing they’re already committed to.

Starting with Telegram and Discord is smart, actually. These aren’t random picks. Telegram has a strong developer base, has a genuinely good bot API, and is already running in the background on a lot of engineers’ phones for community stuff. Discord is where a meaningful chunk of technical communities already live. These are apps that were already open. That lowers the friction to actually using this.

The interaction model is simple enough that I can picture it. You’ve got a Claude Code session running some refactoring job. It hits a decision point it can’t resolve without you. Instead of blocking or hallucinating its way through, it sends you a message. You reply from the couch. It continues. That’s the loop.

It got solid traction on launch day, which tracks. This is the kind of tool that devs immediately understand without needing a demo.

The missing details are mostly about reliability. I’d want to know what happens when the MCP server drops. Or when the Telegram message delivers but the session is already stale. Edge cases around async state are where tools like this fall apart quietly. Also, right now it’s Telegram and Discord. No SMS, no iMessage, no Slack (which is where a lot of people’s work notifications already live, per products like ReplylessAI that are betting on inbox-first workflows).

The Verdict

I think this is genuinely useful, not in a performed-enthusiasm way, but in the specific way where I can immediately think of three times last month when I would have wanted it.

The question isn’t whether the concept is good. It is. The question is whether this becomes a habit or a novelty. Habits require the setup cost to be nearly zero and the ongoing reliability to be close to perfect. MCP-based tools have a setup curve that will filter out some users. And messaging-based interaction with an agent is a new enough pattern that people will need to actually trust it before they rely on it.

At 30 days, I’m watching for whether the community starts building their own MCP servers on top of this pattern, or if usage stays mostly with the default Telegram/Discord setup Anthropic ships. At 60 days, the Discord and Telegram API rate limits will have frustrated someone publicly. At 90 days, the interesting signal is whether Anthropic expands the channel list or stays narrow.

If you’re already running Claude Code for extended agentic sessions, this is a low-downside add-on worth trying. If you’re not there yet with agentic workflows, there are simpler AI productivity layers worth starting with first.

The terminal being on your phone is a real idea. Claude Code Channels is an early and reasonable attempt at it.