AI Engineer WF 2026
ScheduleSpeakers
Sign In
Sign In
Speakers/Kevin Orellana
Kevin Orellana

Kevin Orellana

Software Engineer

Amazon Web Services

@KevssOrellana

Software engineer at Amazon Web Services focused on runtime tools that let AI agents execute code.

Sessions (1)

1,000 Agent Tasks in a Sandbox: What Breaks When LLMs Write and Run Code
2:25 PM·Track 1 · Room 2010

We ran 1,000 automated tasks through a production code interpreter sandbox — file I/O, package installs, data analysis, ML training, binary downloads, multi-language execution — and tracked every failure. 88% passed. The other 12% revealed 18 distinct failure modes that no unit test would catch: binary encoding corruption in the transport layer, null bytes silently truncating file downloads, pip blocked by network isolation with no useful error, and path traversal inputs accepted without validation. This talk walks through the experiment design, the findings ranked by severity, and what we changed. If you are building or operating sandboxed execution for AI agents, these are the bugs waiting for your customers to find first.

Sandbox & Platform Engineeringintermediatetalk