u/Fun_Roll8182

Most AI coding tools assume one agent should understand everything.

But real codebases don’t work like that.

Frontend needs backend context.
Backend needs API consumers.
Microservices need coordination.

So I built Clustr: a local IDE where multiple Claude/Codex agents can run side by side and message each other.

Example:

Frontend agent asks backend agent:
“what does POST /orders return?”

Backend agent reads its repo and replies.

No Slack thread. No context switching. No guessing.

Try it: npx clustr-ai

reddit.com
u/Fun_Roll8182 — 13 days ago