Hacker News new | ask | show | jobs
by thepoet 16 days ago
Interestingly we did a version of a shared communication bus over MCP here https://github.com/instavm/murmur

The idea being mostly to use all of the coding agent subscriptions which are much cheaper than API access in order to delegate tasks, break down into chunks and distribute or even the standard coder/reviewer pattern.

1 comments

This seems like a much more robust solution compared to one posted here. Do you actively work on developing this?
Yes, we have been using this internally too. If you use it and encounter any bugs or have ideas for improvement, please file it. I will have a look.