MCP is the wrong abstraction [video]

(youtube.com)

3 points | by thereeldeel 7 hours ago

1 comments

  • thereeldeel 7 hours ago
    The core issue with the traditional MCP/Tool Calling approach is that adding too many tools or having to chain multiple calls leads to models behaving worse and inefficiently using tokens. Cloudflare's new concept proposes converting MCP tools into a TypeScript API and letting the LLM write code to call that API, instead of listing all the tools for the model to call directly
    • pbd 4 hours ago
      agreed. i use playwright mcp to do a bunch of things and then make llm dump code so that i can do something in a reproducible manner.