VentureBeat 10月22日 02:00
Google AI Studio 升级,人人可轻松构建AI应用
index_new5.html
../../../zaker_core/zaker_tpl_static/wap/tpl_guoji1.html

 

Google AI Studio 近日迎来重大升级,引入了全新的“vibe coding”体验,极大地降低了AI应用开发的门槛。更新后的界面、增强的提示功能以及社区支持,使得即使是没有任何编程经验的普通用户,也能在几分钟内将想法转化为可在线运行的应用。用户无需预先支付费用即可开始构建,高级功能如Veo 3.1和Cloud Run部署则需付费API密钥。新功能旨在提升Google AI模型的竞争力,吸引更广泛的用户群体。

✨ **易于使用的“vibe coding”新界面**:更新后的Build标签提供了全新的布局和工作流程,用户可以选择Google的AI模型和功能,只需描述想要构建的内容,系统即可利用Gemini API自动组装所需组件。默认的Gemini 2.5 Pro适用于大多数场景,并支持Nano Banana、Veo、Imagine等多种AI模型和Google搜索的混合使用,实现从提示到应用的快速转化。

🚀 **实时编辑与部署能力**:应用生成后,用户可在交互式编辑器中进行实时编辑,左侧提供AI辅助的编码界面,右侧显示完整源代码。每个组件均可直接修改,工具提示帮助理解文件功能。应用可保存至GitHub、本地下载或直接分享,并支持在Studio环境内或通过Cloud Run进行部署,满足不同规模的需求。

💡 **“I’m Feeling Lucky”创意激发**:新增的“I’m Feeling Lucky”按钮为需要创意灵感的用户提供了便利。每次点击都会生成不同的随机应用概念,并配置好应用设置,包含建议的AI功能和组件,例如交互式地图聊天机器人、梦想花园设计器或AI主持的问答游戏等,鼓励用户探索和实验新想法。

⏱️ **快速原型验证**:通过实际测试,一个包含骰子选择、颜色自定义和动画效果的随机骰子滚动Web应用,在65秒内便从提示生成为功能完整的Web应用,展示了AI Studio在快速原型开发方面的强大能力,无需离开浏览器或手动编写大量样板代码。

💰 **灵活的定价模式**:AI Studio提供免费试用选项,用户无需输入信用卡信息即可开始实验、原型设计或构建轻量级应用。然而,使用Veo 3.1等更强大的模型或通过Cloud Run部署则需要升级到付费API密钥,这种分层定价策略旨在降低入门门槛,并为用户提供可扩展的路径。

Google AI Studio has gotten a big vibe coding upgrade with a new interface, buttons, suggestions and community features that allow anyone with an idea for an app — even complete novices, laypeople, or non-developers like yours truly — to bring it into existence and deploy it live, on the web, for anyone to use, within minutes.

The updated Build tab is available now at ai.studio/build, and it’s free to start.

Users can experiment with building applications without needing to enter payment information upfront, though certain advanced features like Veo 3.1 and Cloud Run deployment require a paid API key.

The new features appear to me to make Google's AI models and offerings even more competitive, perhaps preferred, for many general users to dedicated AI startup rivals like Anthropic's Claude Code and OpenAI's Codex, respectively, two "vibe coding" focused products that are beloved by developers — but seem to have a higher barrier to entry or may require more technical know-how.

A Fresh Start: Redesigned Build Mode

The updated Build tab serves as the entry point to vibe coding. It introduces a new layout and workflow where users can select from Google’s suite of AI models and features to power their applications. The default is Gemini 2.5 Pro, which is great for most cases.

Once selections are made, users simply describe what they want to build, and the system automatically assembles the necessary components using Gemini’s APIs.

This mode supports mixing capabilities like Nano Banana (a lightweight AI model), Veo (for video understanding), Imagine (for image generation), Flashlight (for performance-optimized inference), and Google Search.

Patrick Löber, Developer Relations at Google DeepMind, highlighted that the experience is meant to help users “supercharge your apps with AI” using a simple prompt-to-app pipeline.

In a video demo he posted on X and LinedIn, he showed how just a few clicks led to the automatic generation of a garden planning assistant app, complete with layouts, visuals, and a conversational interface.

From Prompt to Production: Building and Editing in Real Time

Once an app is generated, users land in a fully interactive editor. On the left, there’s a traditional code-assist interface where developers can chat with the AI model for help or suggestions. On the right, a code editor displays the full source of the app.

Each component—such as React entry points, API calls, or styling files—can be edited directly. Tooltips help users understand what each file does, which is especially useful for those less familiar with TypeScript or frontend frameworks.

Apps can be saved to GitHub, downloaded locally, or shared directly. Deployment is possible within the Studio environment or via Cloud Run if advanced scaling or hosting is needed.

Inspiration on Demand: The ‘I’m Feeling Lucky’ Button

One standout feature in this update is the “I’m Feeling Lucky” button. Designed for users who need a creative jumpstart, it generates randomized app concepts and configures the app setup accordingly. Each press yields a different idea, complete with suggested AI features and components.

Examples produced during demos include:

Logan Kilpatrick, Lead of Product for Google AI Studio and Gemini AI, noted in a demo video of his own that this feature encourages discovery and experimentation.

“You get some really, really cool, different experiences,” he said, emphasizing its role in helping users find novel ideas quickly.

Hands-On Test: From Prompt to App in 65 Seconds

To test the new workflow, I prompted Gemini with:

A randomized dice rolling web application where the user can select between common dice sizes (6 sides, 10 sides, etc) and then see an animated die rolling and choose the color of their die as well.

Within 65 seconds (just over a minute) AI Studio returned a fully working web app featuring:

The platform also generated a complete set of structured files, including App.tsx, constants.ts, and separate components for dice logic and controls.

After generation, it was easy to iterate: adding sound effects for each interaction (rolling, choosing a die, changing color) required only a single follow-up prompt to the built-in assistant. This was also suggested by Gemini, too, by the way.

From there, the app can be previewed live or exported using built-in controls to:

My brief, hands-on test showed just how quickly even small utility apps can go from idea to interactive prototype—without leaving the browser or writing boilerplate code manually.

AI-Suggested Enhancements and Feature Refinement

In addition to code generation, Google AI Studio now offers context-aware feature suggestions. These recommendations, generated by Gemini’s Flashlight capability, analyze the current app and propose relevant improvements.

In one example, the system suggested implementing a feature that displays the history of previously generated images in an image studio tab. These iterative enhancements allow builders to expand app functionality over time without starting from scratch.

Kilpatrick emphasized that users can continue to refine their projects as they go, combining both automatic generation and manual adjustments. “You can go in and continue to edit and sort of refine the experience that you want iteratively,” he said.

Free to Start, Flexible to Grow

The new experience is available at no cost for users who want to experiment, prototype, or build lightweight apps. There’s no requirement to enter credit card information to begin using vibe coding.

However, more powerful capabilities — such as using models like Veo 3.1 or deploying through Cloud Run — do require switching to a paid API key.

This pricing structure is intended to lower the barrier to entry for experimentation while providing a clear path to scale when needed.

Built for All Skill Levels

One of the central goals of the vibe coding launch is to make AI app development accessible to more people. The system supports both high-level visual builders and low-level code editing, creating a workflow that works for developers across experience levels.

Kilpatrick mentioned that while he’s more familiar with Python than TypeScript, he still found the editor useful because of the helpful file descriptions and intuitive layout.

This focus on usability could make AI Studio a compelling option for developers exploring AI for the first time.

More to Come: A Week of Launches

The launch of vibe coding is the first in a series of announcements expected throughout the week. While specific future features haven’t been revealed yet, both Kilpatrick and Löber hinted that additional updates are on the way.

With this update, Google AI Studio positions itself as a flexible, user-friendly environment for building AI-powered applications—whether for fun, prototyping, or production deployment. The focus is clear: make the power of Gemini’s APIs accessible without unnecessary complexity.

Fish AI Reader

Fish AI Reader

AI辅助创作,多种专业模板,深度分析,高质量内容生成。从观点提取到深度思考,FishAI为您提供全方位的创作支持。新版本引入自定义参数,让您的创作更加个性化和精准。

FishAI

FishAI

鱼阅,AI 时代的下一个智能信息助手,助你摆脱信息焦虑

联系邮箱 441953276@qq.com

相关标签

Google AI Studio AI应用开发 vibe coding Gemini 低代码开发 AI Studio Google AI App Development AI Low-code
相关文章