Hands-on AI sandbox workshop at Open Source Day 2026

Read a recap of Vikram Vaswani's workshop at Open Source Day 2026.

4 min

I was recently invited to speak at Open Source Day 2026, one of India's largest community-driven conferences focusing on open source software. Aimed at developers and maintainers, it was designed as a full day event in Gandhinagar with technical talks, workshops, and plenty of time for networking.

My focus this year was a hands-on workshop for AI builders titled "Give Your Coding Agent a Perpetual Sandbox for Isolated Execution". As the name suggests, sandboxes and agents were the main themes.

I began with a quick overview of the problem space: the risks of arbitrary agent-generated code and how containers, serverless functions, and sandboxes compare in terms of the properties needed for agentic workflows - isolation, speed, reproducibility.

osd-session-1.webp

Next was a hands-on coding session. I walked attendees through creating a sandbox in code with Blaxel's open source Python SDK, integrating an agent using the sandbox’s built-in MCP server and the (also open source) Strands SDK, and building a sandboxed coding agent that created a Next.js website for us, complete with live preview.

osd-session-2.webp

For some of the attendees, sandboxes were a new concept - it was nice to see that they "got it" and understood the value immediately. On the other hand, some attendees were already actively using sandboxes in their products, which led to a number of interesting hallway conversations after the session ended. We talked about sandbox architecture, designing for scalability (a sandbox per agent? per customer?), data retention, and cost management.

All in all, this was an event with great conversations, a fantastic crowd, and a solid opportunity to showcase Blaxel's sandbox capabilities. Looking forward to the next one!