The Lab
Machines you can watch work.
Two benches. One is a compute loop that has been running since July 2026 and has never been told to stop. The other is a code runner you can pick up and use, with no account and nothing to install.
Always on
One shared vCPU in AWS us-east-1. It sips CPU in fixed, tiny batches so the rest of the site never notices, saves its state to disk every few seconds, and picks up exactly where it left off across deploys and restarts. Nothing here is a simulation; the numbers on the home page are what the process has actually reached.
Write code, hit run
Three languages, three benches, because they do genuinely different things. Python and JavaScript execute on your own machine and never reach my server. Java cannot, so it compiles and runs inside a locked-down sandbox instead, and says so.
The compute engine once took the whole site down: an unbounded π spigot grew its BigInts until a single tick blocked the event loop for seconds. It now runs in fixed batches with hard caps, which is why it has been up continuously since. How the whole thing is put together.