all tags

#microvm

2 posts filed under “microvm

Running Untrusted LLM Code Without Fear: The Implementation Guide

Last week, I shared how I built Fission, a high-performance sandbox for executing LLM-generated code using Firecracker microVMs.

Running Untrusted LLM Code Without Fear: Building a MicroVM Sandbox

Every time an LLM generates code, you face a choice: trust it blindly or spend hours reviewing it. Neither option scales.