← All speakers

Bio, Work & Ideas

Katelyn Lesse

Conference affiliation: Head of Engineering, Claude Platform · Anthropic · 2026

Katelyn Lesse is Anthropic’s Head of Platform Engineering, leading the teams that turn Claude into dependable APIs, developer tools, and infrastructure for autonomous software. Her work addresses the practical requirements of useful agents: durable sessions, secure execution, access to external systems, and carefully managed context.

Before Anthropic, Lesse led Connect engineering at Stripe and was a senior engineering director at Betterment, where she led cash-management engineering after overseeing Betterment for Business engineering. At Stripe, she helped guide Stripe Accounts v2, a new abstraction for merchants, customers, and payment recipients. Migrating deeply embedded account infrastructure required encapsulating existing read-and-write paths and using codemods instead of indefinitely synchronizing incompatible representations.

At Anthropic, she initially led the Claude Developer Platform team before becoming head of platform engineering. Her organization developed Claude Managed Agents, which entered public beta in April 2026. An early design bundled an agent’s reasoning loop, execution environment, and session state inside one container, creating slow starts, fragile sessions, and security concerns. The team rebuilt the system around separate components for reasoning, sandboxed execution, and durable state. Following Anthropic’s acquisition of Stainless, Lesse also emphasized the importance of connecting agents to external services through developer infrastructure such as SDKs, APIs, and Model Context Protocol servers.

  • Agent infrastructure is a distributed-systems problem. Reliable agents require isolated execution, durable state, credential boundaries, orchestration, and recovery. Lesse argues that making a single agent runner the durable component creates unnecessary machinery for lifecycle management, checkpointing, and replay; separating execution from persistent state avoids that architectural trap. Her critique of agent-runner design applies that principle beyond Anthropic.
  • Context management determines agent performance. Agents need to retrieve relevant information, store reusable knowledge outside the immediate context window, and discard stale tool results.
  • Human judgment, agentic execution. Lesse assigns motivation, product taste, and customer trust to people while giving agents implementation, testing, review, and incident investigation. Her model for human-agent software teams uses self-verifying agent loops that plan, write code, test their output, and continue until they meet an explicit standard.

Read the topics behind these talks

1 conference talk

References