PaPoo
cover

Claude Code’s new party trick is more interesting than it sounds

The first thing I thought was: okay, this is small, but it’s the kind of small feature that tells you where Anthropic thinks agent workflows are headed. Letting two Claude Code sessions talk to each other is not glamorous, and it’s definitely not the sort of thing that wins over casual users. But for people actually running multiple terminals, it removes one of the dumbest bits of friction in agent work: copying context around by hand like it’s 1998.

What I like here is that Anthropic appears to have been careful about the trust boundary. The source says only text passes between sessions, not files, history, or permissions, and that matters a lot. If this were “full session syncing,” I’d be much more skeptical. Instead, it sounds more like a narrow messaging layer with guardrails: one session can alert another, hand off a pending answer, or say “the thing you depend on just broke.” That’s useful. It’s also notably less magical than the marketing gloss might imply.

I’m a little less sold on the cross-device part as described. Local messages stay local on the Mac, but between machines it only works as a reply through Remote Control. That feels like two different features being visually grouped under one umbrella. Maybe that’s fine, but I’d want to know how often this actually helps in real developer workflows versus sounding neat in a demo.

The real test is whether Claude Code sessions can coordinate without turning into a tiny distributed system you now have to babysit. Because once agents start talking to each other, you inherit a fresh category of weirdness: stale assumptions, duplicate work, and messages that arrive just late enough to be annoying. Anthropic’s “text only, no permissions” constraint helps, but it doesn’t solve coordination. It just keeps the blast radius smaller.

Still, I’d probably try it. Not because I think cross-session messaging is the future of coding agents, but because it’s exactly the kind of feature that makes long-running, multi-terminal work feel less clumsy. And honestly, clumsiness is one of the main things keeping agentic tools from feeling native.


Reference: Claude Code Adds Cross-Session Messaging on macOS

同じ著者の記事