Diptanu Choudhury
8.1K posts

Diptanu Choudhury
@diptanu
Founder @tensorlake. Past - AI and Distributed Systems at @meta, @hashicorp, @linkedin, and @netflix







We are hosting a small dinner in San Francisco at Spruce on the 24th of March for builders in AI Native software companies. If you working on harnesses for coding agents or any kind of back-office or background agents, would love for you to join us! We have a few spots left. Link - luma.com/t35j6dam









🧵 I just reverse-engineered the binaries inside Claude Code's Firecracker MicroVM and found something wild: Anthropic is building their own PaaS platform called "Antspace" (Ants + Space). It's a full deployment pipeline — hidden in plain sight inside the environment-runner binary. Here's what I found 👇

github.com/adammiribyan/z… The part about using KVM to get clones of VMs is easy. The challenging part at the moment is cloning sandboxes 100x times across nodes. The bottleneck is around moving bytes across machines. We developed a hybrid approach of moving some data across machines directly, and some through blob stores. Also, requires tuning the network/RPC stack to move as much data the NIC allows you to.







