Skip to contentNew accounts start with $100 in credits Get an API key

writing/

Engineering notes from the BoxLite runtime.

Micro-VM runtime in Rust for AI agent sandboxes, multi-tenant servers, and distributed serverless execution. Hardware isolation, fast boot, and near-native performance.

latest/

Mandalore Wang7 min

BoxLite v0.10.0: Your agent needs more than a sandbox

Tags: ai-agents, microvm, rust Cover description: BoxLite 0.10.0 gives agents a filesystem that outlives the box, an address the world can reach, and a ceiling that holds under concurrency. That is on

more posts/

Mandalore Wang5 min

Idle is measured at the boundary, not inside the box

A BoxLite Cloud box stops when it goes idle and wakes when something touches it. The part worth understanding before you design around it is what "touches" means: idle is measured at the box's boundar