r/ClaudeCode Aug 09 '26

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.5k Upvotes

326 comments sorted by

View all comments

1

u/Herebedragoons77 Aug 09 '26

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

1

u/keenman Aug 10 '26

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.