Remix.run Logo
fbjork 4 days ago

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.

barbazoo 3 days ago | parent [-]

Thanks, I think I get it now. In our case I've dealt with this problem by refactoring the monolithic agent into smaller agents, smaller, more specific prompts, fewer, more relevant tools.

We've found that monolithic agents just don't perform that well.