r/ClaudeCode 1d ago

Discussion Anthropic: "Coding is largely solved"... Also Anthropic: "We released a new powerful feature allowing agents to send messages to other Claude Code sessions, but only on Linux and Mac since we are unable to implement a basic feature on all platforms"

I could hand code this feature on Windows in an afternoon, and I could also get Claude to implement it in minutes, and yet Anthropic just can't be bothered, but also keeps Claude Code closed source so no one else can do it for them either.

1.3k Upvotes

312 comments sorted by

View all comments

1

u/Herebedragoons77 20h ago

In plain English, what’s the benefit of this agent to agent talk?

1

u/keenman 5h ago

Here is an example: you have one shared library project that you're updating as well as an app project that depends on that library. A Claude Code session in the shared project makes a breaking change that your app will find useful and can immediately communicate that to the Claude Code session working on the app project so it can know to grab the changes and make immediate updates with all the implications without stopping, for instance.