Live data from Hacker News

Show HN: Concord – let Claude Code, Codex and Cursor talk to each other

github.com

1–5 of 5 posts

Show HN: Concord – let Claude Code, Codex and Cursor talk to each other

#1
Recently I've been running more and more agents in parallel however I noticed that they have no task context of what the other agents are doing even when a lot of work is interconnected

It's like taking Slack away from a team. Agents duplicate work, make conflicting changes, and step on each others' toes simply because they can't talk to each other.

Concord is an MCP + CLI that lets coding agents claim work, see what other agents are doing, and message each other live.

Show HN: Concord – let Claude Code, Codex and Cursor talk to each other
github.com

Re: Show HN: Concord – let Claude Code, Codex and Cursor talk to each other

#5
Thanks for sharing, I am also into this problem currently, exploring how can let the agents communicate with each other effectively.

I really love your metaphor. I went the other way, agents have isolated worktree, plus a shared memory; agent can communicate with each other directly by sending message to live session. I’ve been using ai-devkit for that.