← Browse

Europe 2026

MCP = Mega Context Problem - Matt Carey

Matt Carey

Overview

This talk addresses the challenge of providing AI agents with access to a vast number of APIs, a problem termed the Mega Context Problem (MCP). Traditional methods like bundling all tools into an agent's context window lead to an explosion of tokens, rendering them unusable. The speaker proposes that instead of dumping tools into context, agents should be empowered to write code against APIs, leveraging typed SDKs and secure execution environments.

Who should watch

Key takeaways

Notable quotes

*We shouldn't be dumping loads of tools into context.*
*Code is actually a very compact plan. Instead of doing tool calls, you can have one tool called code where the model generates the code of your choice and then you run it.*
*Running untrusted code is mega mega scary.*

Watch on YouTube →

Unofficial community note. Prefer the recording for nuance.