Notable Quotes
"tool definitions overload the context window and then intermediate tool results consume additional tokens."
— [The presenter]
"the solution is not to directly use tools through MCP but rather build code agents that are going to interact with these tools independently through code."
— [The presenter]
"instead of putting all of the tool definitions in the context of the LLM, you basically search for the tools that are going to be needed, but you do that through code execution."
— [The presenter]
"all the execution and everything is happening within this dynamic isolate sandbox which is not rotting the context of your main agent."
— [The presenter]
"MCP is still useful because it's it is uniform. So MCP is designed for tool calling but it doesn't actually have to be used that way."
— [The presenter]
"It provides a uniform way to connect to and learn about an API."
— [The presenter]