Fetching from the wire…
Public story · 2026-07-27 · high
AgentENV swaps containers for Firecracker microVMs after Moonshot's own agents crashed host machines during K3 experiments.
Why now: Moonshot released AgentENV under an MIT license on July 27, alongside a security finding from the K3 technical report that's circulating widely.
Moonshot open-sourced AgentENV on July 27, the sandbox fleet it built to train K3's agent reinforcement learning. The lab needed it because containers weren't enough to contain its own agents. Moonshot's K3 technical report found the agents crashed host machines during training experiments.
AgentENV is MIT-licensed, and it's not a container runtime. Each agent environment runs as a Firecracker microVM, with its own Linux kernel, filesystem, and network namespace. It layers images with overlaybd, so machines can share read-only base layers without sharing a kernel.
AgentENV reports sub-50ms boot and resume from snapshot, plus sub-100ms pause and incremental snapshot capture. A running sandbox can fork into up to 16 children on a single node. That's fast enough to spin up an isolated environment per agent action, not just per session.
Containers share a kernel with the host by design, and that's the property that failed here. The code is MIT-licensed, so teams running agents in shared containers don't have to build kernel-level isolation from scratch to get it.
Each link below shares sources, entities, or timing with this story.
kvcache-ai/AgentENV hit 1,636 stars and cut v0.1.0 stating plainly that it powers agentic RL training for Kimi K3, the first look at the environment substrate behind a frontier open-weight model. Firecracker microVMs, OCI images loaded on demand via overlaybd, boot or snapshot...
In roughly eight weeks: omnigent-ai/omnigent (8,418 stars), vercel/eve (4,492), clawkwork/clawk (951, "give coding agents a disposable Linux VM, not your laptop"), tastyeffectco/sandboxd (885), BitMiracle-AI/Dormice (557, pitching "the SQLite of agent sandboxes," self-hosted,...
Vercel Sandbox is now generally available — isolated Linux microVMs for AI agents via Firecracker with active-CPU pricing. Already powering BlackboxAI, Roocode, and v0. Supports clone/fork/resume via snapshotting. Direct competitor to E2B and Modal for the agent runtime layer.
Moonshot released K3's open weights July 26 with official guidance calling for 64+ accelerators. WASTE (1,366 stars, created July 28) runs it on a 64GB MacBook Pro at 0.45-0.62 tok/s, keeping the 27.28GB trunk resident and streaming experts from NVMe with 3-bit residual vector...
elie222/rakazo appeared Aug 13, Apache-2.0, TypeScript, explicitly bring-your-own model and sandbox (tested against Docker, E2B, Daytona) with the Pi runtime underneath and OpenRouter, Codex, Copilot, or SuperGrok device-code sign-in instead of a mandatory API key. Each bot ge...
Firecracker + CoW mmap forking spawns KVM-isolated sandboxes in 0.79ms p50 with 265KB memory per instance — versus E2B's ~150ms and ~128MB. At this scale, sandboxed code execution becomes viable inside interactive agent loops where latency directly impacts UX. GitHub ---
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.