Claude Code sessions can now send messages to each other, eliminating the copy-paste shuffle developers run when multiple AI agents work on related tasks. Anthropic's update, documented today, lets one terminal ask another session a direct question and receive the answer inline. Sessions can also fire off unsolicited alerts, so an agent that changes a shared module can warn a sibling session before it trips over stale context.

How inter-session messaging works
Claude Code's Agent Teams Are Insane - Multiple AI Agents Coding Together in Real Time
On a single macOS or Linux machine, communication stays local. One session sends a text summary or query, the recipient processes it, and the response comes back without touching Anthropic's infrastructure. The feature also works across different computers, but in that scenario messages route through Anthropic's servers and only responses are supported. That asymmetry matters: you can pull information from a remote session, but you cannot push to it proactively.
Anthropic's documentation lists three typical use cases: sharing insights discovered mid-task, coordinating parallel workflows, and checking status on long-running operations. The last one is the most practical. Instead of tabbing to another terminal and manually asking "are you done yet?", one agent can poll another and act on the answer.
Platform limits and admin controls
The feature ships only for macOS and Linux. Windows users get nothing, and neither do teams running Claude Code through Amazon Bedrock, Google Cloud Agent Platform, or Microsoft Foundry. Those managed environments lock out the messaging layer entirely.
For enterprises on supported platforms, admins can disable inter-session communication via settings. That matters for compliance-heavy teams worried about agents coordinating in ways that are hard to audit. The control exists, but Anthropic hasn't published detailed logging or observability hooks yet.
Detailed coverage of the same feature with additional technical context.
What this changes for multi-agent workflows
Until now, running multiple Claude Code sessions meant manual context transfer. You'd copy a summary from one terminal, paste it into another, and hope the second agent understood the context. This update removes that friction for tasks that split naturally, like running a backend refactor in one session while a second session updates the corresponding API client.
The coordination also opens up a supervision pattern. One session can act as an orchestrator, dispatching subtasks to worker sessions and aggregating their results. Anthropic's documentation doesn't prescribe this architecture, but the primitives are now in place.
Logicity's Take
The real value here is for teams already running Claude Code on long, parallel tasks. If you're debugging a monorepo with multiple services, spinning up two or three coordinated sessions could cut context-switching overhead. The limitation on cloud-managed deployments (Bedrock, GCP, Foundry) is notable: teams locked into those environments will need to wait for Anthropic to negotiate access. For now, this is a power-user feature for local dev work, not enterprise-scale orchestration.
Benchmark comparison of Claude Code against competing AI coding agents.
What Anthropic didn't say
The documentation is silent on rate limits. If one session can query another, can it spam it? There's no mention of throttling or priority queuing. Latency guarantees are also absent. For local communication the overhead should be negligible, but cross-machine messages routed through Anthropic's servers could introduce delays that break time-sensitive coordination.
Token consumption is the other open question. When one session sends a summary to another, does the receiving session pay for those tokens as fresh input? Probably yes, but Anthropic hasn't clarified billing implications for heavy inter-session chatter.
Need Help Implementing This?
Logicity helps engineering teams evaluate and integrate AI coding tools. If you're building multi-agent workflows with Claude Code or comparing it against alternatives, reach out for hands-on guidance.
Source: The Decoder / Matthias Bastian
Manaal Khan
Tech & Innovation Writer
Produced with AI assistance and reviewed by the Logicity editorial team. Learn more in our Editorial Policy.
Related Articles
More in AI & Machine Learning
Bezos AI Lab Gets $10B: What Project Prometheus Means
Jeff Bezos is closing a $10 billion funding round for Project Prometheus, an AI lab focused on physics-based AI for manufacturing and engineering. With a $38 billion valuation and backing from JPMorgan and BlackRock, this signals a major shift in enterprise AI investment toward industrial applications.

Kimi K2.6 Open-Weight AI: 300 Agents at a Fraction of the Cost
Moonshot AI's Kimi K2.6 matches GPT-5.4 and Claude Opus 4.6 on coding benchmarks while running 300 parallel agents. For businesses locked into expensive API contracts, this open-weight model could slash AI infrastructure costs while delivering enterprise-grade automation.




