| ▲ | Toby11 2 hours ago | |
LLM is not doing the work.. your code is doing the work, LLM is just telling you which of the functions (aka tools) you should run. web search is also another tool and you can gate it with logic so LLMs don’t go rogue. that’s kinda simplest explanation i guess | ||
| ▲ | ewild an hour ago | parent [-] | |
Ok so in a situation like regular orchestration you would essentially layout all possible steps the LLM can take in your code in a big orchestration layer, and if it hits the sensitive endpoint the orchestration that can occur past that will block off web search. In the design that is. But for something like a manus style agent where you're outsourcing all the work but allowing it to hit your MCP it just becomes a regular API the LLM can call | ||