Tensorlake — Summary
Tensorlake is a serverless compute infrastructure platform combining two products: (1) Sandbox API — Firecracker MicroVM sandboxes with sub-second cold starts, snapshot/clone capabilities, auto-suspend/resume, and near-SSD storage performance; and (2) Orchestrate — a serverless function runtime with @application/@function decorators for deploying distributed agent pipelines with fan-out/fan-in. Both surfaces are cloud-hosted (cloud.tensorlake.ai) with a tensorlake CLI and Python SDK. Performance benchmarks in the README place Tensorlake at 2.45s SQLite completion vs. E2B (3.92s, 1.6x slower) and Daytona (5.51s, 2.2x slower), positioning it as the fastest MicroVM sandbox.
Tensorlake is most similar to e2b from the canonical Phase B Batch 18/33 sandbox seeds (both Firecracker MicroVM, cloud-hosted, sub-second startup), but differentiates via: fastest storage I/O benchmarks, snapshot/clone during runtime (not just at creation), auto-suspend with memory+filesystem preservation, live migration between machines, support for up to 5 million sandboxes per project, and an integrated serverless orchestration runtime.