Six weeks ago, running code on jhansi.io meant curl + sandbox IDs + manual cleanup.
Today it looks like this:
from jhansi import Sandbox
with Sandbox(language="python") as sb:
sb.upload_file("main.py")
Six weeks ago, running code on jhansi.io meant curl + sandbox IDs + manual cleanup. Today it looks...
Six weeks ago, running code on jhansi.io meant curl + sandbox IDs + manual cleanup.
Today it looks like this:
from jhansi import Sandbox
with Sandbox(language="python") as sb:
sb.upload_file("main.py")

This is Part 2 of Closing the execution gap — a series on building jhansi.io, a cloud sandbox for...

I’ve been experimenting with different approaches to running code in a sandbox for several years now, but my latest attempt feels…

Part of building jhansi.io in public. Test mode sounded simple. Upload code, pass a command, jhansi...

Every AI coding tool can write Python — Cursor, Claude Code, Windsurf. None of them can run it safely...

There’s a jargon-filled headline for you! Everyone’s building sandboxes for running untrusted code right now, and Pydantic’s…

Part 1 was the foundation - Jenkins as a Code, ephemeral workers, the whole thing. Part 2 was the...