Launching today

QuorumRouter
Fail-closed routing and safe execution for AI agents
6 followers
Fail-closed routing and safe execution for AI agents
6 followers
QuorumRouter is a source-available Deno framework with two distinct multi-model paths. Best Route fans prompts out to independent model adapters, validates every response with Zod, requires quorum, and synthesizes the strongest answer. Agent Chat gives different models shared conversation context so they can challenge, revise, and converge across visible turns. Any repository mutation still requires external SafeLoop authority, exact-digest approval, watched execution, and verified artifacts.


Spent an afternoon wiring QuorumRouter into a side project and the Zod validation step before quorum approval actually caught a flaky adapter I would have shipped. Curious how the SafeLoop approval flow feels once you stack more than a few repos.
Spent a couple hours wiring QuorumRouter into a small Deno script and the Zod validation step before quorum really does catch the lazy model. The SafeLoop approval flow feels heavy at first, but seeing the exact-digest check actually block a bad edit was a nice moment.