Cloudflare 把内部 AI 工作环境开源了,沙箱很稳,非技术员工也能放心让 AI 造应用,可直接搭公司版。
Cloudflare 开源了内部 AI 工作环境 Cloudflare OS,这不是传统操作系统,而是管理 AI 工作负载和保障使用安全的平台。核心能力包括预载公司知识的智能体聊天、在沙箱中让 AI 构建 Gadget 小应用的开发环境,以及 Gatekeepers 权限安全框架。项目由 Kenton Varda 发布,是他 10 年前 Sandstorm.io 的重制版,这次基于 Cloudflare Workers 构建并深度结合 AI。每个 Gadget 是独立沙箱中的细粒度应用实例,平台统一控制访问权限,AI 无法引入重大安全漏洞,非技术员工也能放心使用。
Cloudflare 把内部员工天天在用的 AI 工作环境开源了:员工可以让 AI 干活、让 AI 造小应用,权限和风险由系统兜底,别的公司可以整套复制改成自己的版本。 叫 OS 不是传统意义上的操...
Cloudflare 把内部员工天天在用的 AI 工作环境开源了:员工可以让 AI 干活、让 AI 造小应用,权限和风险由系统兜底,别的公司可以整套复制改成自己的版本。 叫 OS 不是传统意义上的操作系统,而是因为两件事:公司怎么用 AI 才安全,以及 AI 工作负载由谁来管。 核心能力有三块: 预载公司知识的智能体聊天界面 沙箱化的应用开发(让 AI 构建"gadget"小应用) 以及名为 Gatekeepers 的能力安全框架。 Kenton Varda @KentonVarda Today we are releasing Cloudflare OS, a chatbot with connectors, just like every other tech company is doing. Except actually, it's different. This is a remake of Sandstorm[.]io, my startup from 10 years ago, except this time built on Cloudflare Workers (the platform I've spent the last 9 years building) and deeply leveraging AI. This is more or less the culmination of my secret 10-year master plan. 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. We believe a company's security team can feel comfortable giving non-technical users permission to vibe code and then sleep soundly at night. How is that possible? It's the Sandstorm security model, revisited. A "Gadget" is the same thing as a Sandstorm "Grain": a fine-grained app instance. For example, if you have a document editor app, each document runs as a separate instance of the app, in a separate sandbox (one "Gadget"). This means two things, both of which I think are Big Deals: 1. The platform can manage all access control, by controlling who can access the Gadget at all. There is no way the Gadget can accidentally leak itself to an attacker -- even an attacker who has access to other Gadgets based on the same app. 2. Since everyone is running their own copy of the code, everyone can freely *modify* their copy of the code. Think about #2 a bit more. What if, when you wanted a new feature in the software you are using, you could just prompt your agent to add it? This doesn't work in the cloud Software-as-a-Service model, because you are not running your own copy of the app. Sandstorm tried to change that 10 years ago, but the world wasn't ready, because not enough people had the skills or patience to actually modify their software. AI has changed that. Now you just ask the agent -- the same agent that you are using to help you interact with the Gadget can also modify the code of the Gadget. And it is so fun. github.com/cloudflare/clo… 🔗 View Quoted Tweet 💬 0 🔄 0 ❤️ 1 👀 1073 📊 1 ⚡