Recording not yet published

Talk 30:00

JustBash: Sandboxing AI Agents with a Pure Elixir Bash Interpreter

Ivar Vong and Chris Bell will be presenting JustBash, a pure Elixir implementation of a bash interpreter and virtual filesystem, inspired by Vercel's JustBash project.

Ivar will kick things off with the motivation behind the project: why sandboxed code execution matters for AI agents, why Elixir is a great fit for the problem, and how to actually build a sandbox with the help of LLMs. He'll also show what becomes possible once you can let agents run code safely. No containers, no host OS access, just the BEAM. He'll also cover what makes the Elixir version different from the original JavaScript implementation, including unique capabilities and tradeoffs that come with building on OTP.

Chris will close things out by showing how they're putting JustBash to work in production at Knock.