Tensorlake
270 posts

Tensorlake
@tensorlake
Scalable AI Infrastructure for Generative Models



🧵 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.












Claude Agent SDK can manage your personal finance! I built an agent that can ingest credit card and bank statements, categorize expenses and track subscriptions. The agent runs on @tensorlake and can continuously ingest new statements over time, and write them to @neondatabase. It uses code sandboxes to draw charts on the fly! The code is open-source and fully hackable! You can clone, improve it and deploy the agent API on @tensorlake and UI on @vercel A 🧵 on what I learnt:




