
先给各位读者看个视频:
Prompt : Design and create a web os like mac os full functional features from text editor , to dile manager to paint to video editor and all important mac os pre bundled software Use whatever libraries to get this done but make sure I can paste it all into a single HTML file and open it in Chrome.make it interesting and highly detail , shows details that no one expected go full creative and full beauty in one code block
这条视频在海外平台爆火,这条推文已经获得了 140 多万的浏览。
看上去没什么特别的,只是一个复刻苹果 MacOS 的操作系统演示,甚至作为操作系统来说显得有一些粗糙。
但这是完全以 HTML 构建的 WebOS,不仅具备流畅的动画,窗口管理,甚至连工具栏、浏览器、画图、终端等系统中基础的应用都能正常使用。
这也没什么特别的,那如果说这些内容都是通过尚未发布的 Gemini 3.0 ,仅仅通过几行提示词 One Shot(一次尝试),并且在 2 分钟时间生成的呢?
这下正如发布演示的博主 Chetaslua 说的那样「见鬼了」,现有的大模型从未有过如此稳定强大的生成能力。

谷歌最新的大模型 Gemini 3.0 已经出现在 AI studio 的 A/B 测试中,能够供部分用户进行尝试。在目前的情况下,该模型无法经常触发和自由选择,所以这些测试都是在 One Shot 条件下进行的。

为了对比现有的模型能力,有网友采用了具有代表性的顶级编程模型 Claude 4.5 Sonnet 也采用类似的提示词进行了操作系统的生成,结果发现不仅图标显示不全,而且无法和生成出的任何内容进行交互,处于完全不可用的状态。
哪怕大多模型都声称自己拥有类似的生成能力,但能够稳定的生成功能可用的原型的就已屈指可数,而要再 One Shot 情况下完成类似效果的模型更是凤毛麟角。

当然,已经生成了 MacOS,那 Windows 和 Linux 自然不能缺席。演示视频和提示词附上:

prompt : Design and create a web os like windows os full functional features from text editor , terminal with python and code editor and a game that can be played to dile manager to paint to video editor and all important windows os pre bundled software Use whatever libraries to get this done but make sure I can paste it all into a single HTML file and open it in Chrome.make it interesting and highly detail , shows details that no one expected go full creative and full beauty in one code block

prompt : Create a fully functional Linux desktop environment (Ubuntu/GNOME style) as a complete web operating system in a single HTML file with embedded CSS and JavaScript. All applications must be fully functional Use whatever libraries to get this done but make sure I can paste it all into a single HTML file and open it in Chrome.make it interesting and highly detail , shows details that no one expected go full creative and full beauty in one code block
以上这些生成结果的代码和演示,作者都已经公开在 CodePen 上,感兴趣的读者可以前往体验一下 Gemini 版的操作系统。
生成版 MacOS 链接:https://codepen.io/ChetasLua/pen/EaPvqVo
生成版 Windows 链接:https://codepen.io/ChetasLua/pen/yyezLjN
生成版 Linux 链接:https://codepen.io/ChetasLua/pen/LEGzZaQ
除了生成操作系统以外,我们还关注到一个 Gemini 3.0 的前端设计案例:

Prompt : Write code for a mysterious website about simulation theory. Make it feel like reality is rendering in real-time — wireframe grids that appear under solid objects, textures that load progressively, physics glitches where elements float momentarily. Include matrix-style falling code backgrounds, sections that flicker between "rendered" and "source code" views, ambient computer processing sounds, and a final meta moment where the website acknowledges it's being viewed. Design it like a philosophy professor's existential crisis coded by a game engine developer. make sure I can paste it all into a single HTML file and open it in Chrome.
从提示词我们可以看出,新版 Gemini 能够对一些抽象描述,比如「设计得像一位哲学教授的存在主义危机」等类似哲学风格的文字有很好的理解,并且具备很高超的前端设计能力。另外,生成的网页中也能够包含符合场景信息的音乐和音效。
网友们对 Gemini 3.0 的能力表示了不同程度的惊叹,正在开启有创造力的大模型新篇章。

虽然说 Gemini 3.0 在 Web 框架的代码生成和前端设计方面远超现有模型的能力,但也并没有推文和讨论中描述的那么夸张。
我们研究了生成的 MacOS 演示中的功能和代码,要为 Gemini 3.0 激动的心情泼一盆冷水。要说它生成的 MacOS 只能是基本功能和前端设计的演示,远远不能成为「操作系统」或是原帖作者声称的「WebOS」。
就拿终端功能举例,Gemini 仅使用了几个 case 来模拟几个常用终端功能,并没有功能逻辑和指令体系,也符合现有大模型在 HTML 中构建功能的预期。

大模型离真正具备构建操作系统的能力还差的远。在构建原型演示方面,已经越来越稳定强大。