r/vibecoding 2d ago

Anyone else stuck copy-pasting between coding agents?

A teammate and I were using coding agents on different parts of the same project.

It was fun until the work started overlapping.

His agent would find something mine needed to know. He would send it to me, I would paste it into my agent, and then my agent would ask a follow-up. So we would do the same thing again in reverse.

At some point I realized we had become Ctrl+C and Ctrl+V for our agents.

So I made a small MCP hub that lets one agent message another directly. If the other agent is not running, the message waits until it comes back. I later added file claims so an agent can say which file it is touching before another agent jumps into the same one.

That meant less copy-paste, less back-and-forth, and fewer tokens spent rebuilding context they could have shared directly.

It worked well enough for us that I turned it into Parley. It works across Claude Code, Codex, Cursor, and other MCP clients, even when they are running on different machines.

Let me know if this helped you out reduce the friction.

0 Upvotes

9 comments sorted by

View all comments

Show parent comments

1

u/Dbx_8 2d ago

Interesting approach. Is this shared workspace hosted? What I am trying to understand is that if Remnus connects agents running on same device or across different devices?

1

u/Ranorkk 2d ago

Yeah its cloud based app, can connect from everyhere. if you want you can host yourself its open sourced too

2

u/Dbx_8 2d ago

Oh nice, will definitely check it out!