June 29 – July 2, 2026 · San Francisco, CA · imported from ai.engineer's public schedule feed

AI Engineer World's Fair 2026 — unofficial import demo

Unofficial demo. This programme was imported from the AI Engineer World's Fair's own public schedule feed to show vibeboard at real conference scale. Not affiliated with, or endorsed by, the organisers.

All sessions
Sandbox & Platform EngineeringSession

Your agent needs a sandbox, not a desert

Samuel Colvin

When
Wednesday, July 112:05 PM – 12:25 PM · 20 min
Where
Track 1San Francisco, CA · imported from ai.engineer's public schedule feed
Google Calendar

About this session

Everyone agrees agents need code execution. That agreement lasts right up until you ask how to do it. The default answer is usually something like "My agent needs a full Linux VM to succeed". That's a very convenient answer for sandbox providers, but I think it's often incorrect. In many real-world agent workflows, the model does not need a whole computer. It does not need arbitrary packages, shell access, CPython, node, let alone `awk` `sed` and `gcc`. It needs a small amount of safe, expressive compute: enough to write code, call tools, and keep intermediate state out of the context window. That is the idea behind Monty: a minimal Python interpreter, written in Rust, designed specifically for running code written by agents. In this talk, I'll argue that for a surprisingly large class of agent systems, a curated set of tools in a custom runtime is better than a full sandbox. Not because full sandboxes are bad, but because they solve a much larger problem than most embedded agents actually have. And you pay for that mismatch in complexity, cost, operational pain, and 100,000X higher latency. Sandboxes are great, but there's such a thing as too much sand - in many scenarios the constraints and limitations of a custom built, minimal sandbox are a feature, not a bug.

Speaker

Samuel Colvin
Samuel Colvin

Founder & CEO, Pydantic

Samuel Colvin is a Python and Rust developer and the founder of Pydantic Inc., backed by Sequoia. With over 13 years of software engineering experience, he created Pydantic Validation, an open source library downloaded over 550M times per month and a core dependency of virtually every GenAI Python library. Samuel has also built Pydantic Logfire (developer-first observability), Pydantic AI (agent framework), Pydantic Evals (AI evaluation), and Pydantic AI Gateway (model routing) and Pydantic Monty (a python implementation, in rust, for LLMs to run code without host access). Samuel maintains an active presence in the developer community through GitHub and X (@samuelcolvin), where he shares his work, engages with other developers, and posts his opinionated takes.

More in Sandbox & Platform Engineering