Run AI-generated Durable Object classes inside a supervisor isolate, each with isolated SQLite storage and request interception for logging, metering, and control.
Summary
Eliminates the choice between disposable agent code (no persistence) and pre-provisioned infrastructure (no containment). Developers can now sandbox persistent user-generated applications with fine-grained storage limits and observability baked in.
Why it matters
Eliminates the choice between disposable agent code (no persistence) and pre-provisioned infrastructure (no containment). Developers can now sandbox persistent user-generated applications with fine-grained storage limits and observability baked in.
Implementation verdict
Replaces the pattern of forwarding requests from a Durable Object to external storage APIs. Requires Cloudflare Workers environment; available in open beta now. Worth trying immediately if you're building any form of code generation → persistent app platform. Syntax is straightforward: `this.ctx.facets.get()` with dynamic class loading.
Sources
Dev Signal
Get briefs like this in your inbox — free, 3x a week.
100+ sources compressed into one 4-minute read. Ranked, cited, implementation-ready.