"Raising the ceiling of intelligence" is Anthropic's driving mantra, as articulated by Katelyn Lesse, Engineering Leader for the Claude Developer Platform, during her presentation at the AI Engineer Code Summit. Lesse detailed how Anthropic is evolving its Claude APIs to empower developers building increasingly complex, long-running, and agentic systems, emphasizing a tripartite approach to maximizing AI performance.
Katelyn Lesse, Engineering Leader at Anthropic, presented at the AI Engineer Code Summit, outlining the strategic advancements in the Claude Developer Platform. Her talk focused on how these new capabilities are designed to help developers harness Claude's intelligence, manage its operational context effectively, and ultimately enable it to act more autonomously, akin to "giving Claude a computer and letting it cook."
The first pillar of Anthropic’s strategy centers on harnessing Claude’s inherent capabilities through refined API features. One such innovation is "Extended Thinking," a mechanism that allows developers to control the depth of Claude's reasoning. By setting a `budget_tokens` parameter, developers can instruct Claude to deliberate longer on intricate problems or provide rapid responses for simpler queries. This granular control is particularly beneficial for applications like Claude Code, Anthropic’s agentic coding product, where debugging complex systems often requires deeper, more considered thought processes from the AI, contrasting with the need for quick answers in other scenarios.
Another foundational capability is enhanced tool use. Claude has demonstrated significant proficiency in reliably calling external tools. The API now exposes both Anthropic’s built-in tools, such as web search, and allows for the creation of custom tools. Developers simply define a tool's name, description, and input schema, and Claude intelligently determines when to invoke these tools and with what arguments. This is crucial for Claude Code, which frequently interacts with numerous tools to perform actions like reading, searching, or writing files, and even rerunning tests within a development environment. The ability to seamlessly integrate and manage these diverse tools greatly expands Claude's practical utility.
The second critical area of platform evolution is context management, a notoriously complex challenge in agentic AI. For a coding agent like Claude Code, the sheer volume of relevant information, technical designs, codebases, instructions, and past tool calls, can quickly overwhelm a model's context window. Anthropic has introduced several features to address this. The "Model Context Protocol (MCP)," introduced a year ago, provides a standardized way for agents to interact with external systems like GitHub or Sentry, ensuring that pertinent information is brought into Claude's operational view precisely when needed. This protocol ensures that Claude has access to relevant external data, leading to significantly improved performance compared to relying solely on direct prompting.
