Each user built app runs as its own V8 isolate — a fast booting sandbox built on the JavaScript engine Google built for Chrome — that Cloudflare says beats the standard software containers most cloud apps run in.
Cloudflare published its internal AI coding platform on GitHub on August 5, 2026, opening the tool that thousands of its own non-engineers use to spin up apps, documents, slides, and automations. The release is the company's argument that "vibe coding," describing an app in plain English and having an AI build it, can clear a corporate security bar.
The platform's trust boundary is a specific primitive. Each user-built document or app runs as its own V8 JavaScript engine "isolate," a lightweight Cloudflare Dynamic Workers instance that boots in milliseconds and uses a few megabytes of memory, rather than a standard container. Cloudflare says isolates start roughly 100 times faster and use 10 to 100 times less memory than containers. The platform mediates per-instance permissions, and each user can freely modify their own copy of the code.
"The AI cannot introduce a significant security bug," principal engineer Kenton Varda wrote in announcing the release on X. No independent audit of that claim has been published; the performance figures are also Cloudflare-attributed. Cloudflare's own non-engineers remain the only deployment case on record so far.