Nexus: An Open-Source AI Router for Governance, Control and Observability
21–27 of 27 posts
Re: Nexus: An Open-Source AI Router for Governance, Control and Observability
#22Re: Nexus: An Open-Source AI Router for Governance, Control and Observability
#23It looks like you're planning on monetizing this (which is totally fine!), do you have any plans on what the enterprise version would do differently?
Re: Nexus: An Open-Source AI Router for Governance, Control and Observability
#24Nexus name already has a taker
Re: Nexus: An Open-Source AI Router for Governance, Control and Observability
#25Earlier quoted context omitted.
MCP aggregation is one of the big differentiators
I'm curious, what issue does that solve? I'm only working on agents that make tool calls via HTTP in a home baked way but I can't imagine how resolving the tools from 2 MCP servers is harder than 1.
Re: Nexus: An Open-Source AI Router for Governance, Control and Observability
#26Earlier quoted context omitted.
I'm curious, what issue does that solve? I'm only working on agents that make tool calls via HTTP in a home baked way but I can't imagine how resolving the tools from 2 MCP servers is harder than 1.
The issue is when you have many MCP tools the context becomes too large for the LLM. So Nexus indexes all the tools and lets you search for the right tool and then execute it.
We've found that monolithic agents just don't perform that well.
Re: Nexus: An Open-Source AI Router for Governance, Control and Observability
#27It looks like you're planning on monetizing this (which is totally fine!), do you have any plans on what the enterprise version would do differently?
And isn't OpenRouter already open source?