@AprilNEA: π§΅ I just reverse-engineered th...
@AprilNEA
27 views
Mar 19, 2026
Advertisement
1
π§΅ 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 π
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 π
3
2/ The real goldmine is /usr/local/bin/environment-runner β a 27MB Go binary, not stripped, with debug info. Built from github.com/anthropics/antβ¦. I extracted everything.
6
5/ It powers "Baku" β Anthropic's internal codename for the web app builder on claude.ai. When you say "build me a web app," it spins up a Vite + React + TypeScript template with auto-provisioned Supabase DB and 6 MCP tools.
8
7/ This puts Anthropic in direct competition with Vercel, Netlify, Replit, Lovable, and Bolt β but with one advantage nobody else has: they own the entire stack from the LLM to the deployment platform.
All discovered via strace, objdump, and go tool objdump on a running Claude Code session. The binary was right there, unstripped, waiting to be read. π¬
All discovered via strace, objdump, and go tool objdump on a running Claude Code session. The binary was right there, unstripped, waiting to be read. π¬
9
Wrote a blog post for this.
aprilnea.me/en/blog/reversβ¦
aprilnea.me/en/blog/reversβ¦








