logoalt Hacker News

9wzYQbTYsAIctoday at 4:51 PM1 replyview on HN

Interesting, thanks for sharing.

I've been doing some DIY/citizen science type agent orchestration as well: https://blog.unratified.org/2026-03-06-receiving-side-agent-...

Not quite to the same scale, but I share the same sentiment - working through scripts instead of the LLM is an important key, I think.


Replies

frequencyaitoday at 5:05 PM

Really cool stuff, using git PRs as the transport layer is a clean pattern, also been exploring using this for other projects too.

Most inter-agent coordination I've seen relies on shared state or message queues, the .well-known discovery angle is different.

Have you experienced any bottlenecking with the human approval gate?

show 1 reply