← Browse

World's Fair 2026

I Run a Fleet of AI Agents Across Three Machines. Here's What Broke. - Kyle Jaejun Lee, KRAFTON

Kyle Jaejun Lee

Overview

This talk details the practical challenges and solutions encountered when running a fleet of AI coding agents across multiple machines. The presenter, Kyle Jaejun Lee, shares his journey from a single-machine setup to a distributed system, highlighting failures and the architectural patterns developed to overcome them. The core thesis is that managing AI agents at scale requires moving beyond a flat structure to a hierarchical organization and externalizing agent state to persistent storage, enabling robust recovery and efficient context management.

Who should watch

Key takeaways

Notable quotes

Kyle Jaejun Lee describes his initial setup: *I'm sitting in front of four, five, six live contexts at the same time. And here's what nobody warns you about. At that point, I'm not running agents anymore. I've become the scheduler, deciding who does what.*
On state management: *When that window fills up, the built-in move is to compact, summarize the history, make room. I stopped doing it. It's slow. I can't choose what survives.*
On the future direction: *These are the exact questions Kubernetes already answers. So, that's where I'm headed. I'm not going to reinvent compute, secrets, and tools.*

Watch on YouTube →

Unofficial community note. Prefer the recording for nuance.