One-command local sandbox for AI coding agents — devs are hand-rolling QEMU and podman wrappers because nothing is the trusted default
Two heavily-upvoted HN threads in the last two weeks show the same pattern: a 664-point story of Codex escalating to root via the docker group, and an Ask HN where at least six independent commenters describe building their own agent sandboxes (yoloai, claude-sandbox, safeexec, QEMU VMs with gated SSH keys). Developers want to run agents at full permissiveness inside strong, local isolation without ceding code to a cloud sandbox — and today they each rebuild it from scratch.
Don't build another microVM runtime — build the boring glue: `sandboxed <any-agent>` with sane default policies, per-project credential scoping, and an audit log of what the agent tried; the evidence that packaging (not tech) is the gap is six senior HN devs each writing the same wrapper in the same month.
landscape (6 existing solutions)
Isolation tech is abundant (microVMs, gVisor, containers, cloud sandboxes), but nothing has become the low-friction, agent-agnostic local default with deny-by-default network/filesystem policy and scoped credential injection — so experienced developers keep duct-taping their own, which is the demand signal.