Cloudflare open-sources vibe-coding platform for people who aren't coders
Cloudflare built an AI agent workspace for its employees. Now itโs open source.
Cloudflare has open-sourced its Cloudflare OS platform, which it first developed as an internal workspace for employees to build apps using AI agents-including people who are not software developers or engineers. The company also touts a security framework designed to reduce the risk of employee vibe-coding sessions creating serious security flaws or leading to data breaches.
The tech company spent several months building and internally testing Cloudflare OS, which allows employees to describe workflows in natural language so that an AI agent can code them into applications. In an August 5 blog post announcing the open source versionโs availability on GitHub, the company claims thousands of Cloudflare employees use the platform on a daily basis to โcreate documents and slides, automate repeatable tasks, and build small apps to visualize data and help them do their work.โ
Vibe-coding, safely
โThis is a full-on personal app vibe coding platform, in which the sandbox is so secure that you can pretty much go wild-the AI cannot introduce a significant security bug,โ said Kenton Varda, principal engineer at Cloudflare, in a post on the social media platform X. โWe believe a companyโs security team can feel comfortable giving non-technical users permission to vibe code and then sleep soundly at night.โ
Building better sandboxes
The security model relies on creating fine-grained app instances so that a document editor app would run each document as a separate instance in a separate sandbox, Varda explained. The Cloudflare OS platform manages who has permission to access each instance, and each individual runs their own copy of the code that they can freely modify.
This sandboxing mechanism, based on a preexisting Cloudflare feature called Dynamic Workers, does not use typical software containers. Instead, it creates โisolatesโ-instances of the V8 JavaScript execution engine-that take just a few milliseconds to start up and use only a few megabytes of memory. That makes isolates 100 times faster and 10-100 times more memory-efficient than a standard container.
Comments
No comments yet. Start the discussion.