Google rebuilt AI Studio Build around the Antigravity coding agent, one-click Firebase auth and databases, multiplayer backends, and persistent sessions. It pushes AI Studio closer to production app scaffolding and gives Firebase Studio users a clear migration path.

The new Build release pushes AI Studio from prompt-to-prototype toward prompt-to-scaffolded app. In the launch thread, Google lists "one click database support," "Sign in with Google support," multiplayer, backend app support, and a new agent layer powered by Antigravity. Google's product post fills in the operational details: builders can connect "real services," use persistent builds so work continues even after a tab closes, and pull in shadcn, Framer Motion, and npm packages.
A separate launch summary from Phil Schmid's breakdown adds the framework and security specifics missing from the teaser posts. He says the stack now integrates Firebase for auth and Cloud Firestore, supports Next.js, React, and Angular out of the box, and stores API keys in a new Secrets Manager. That makes this less of a toy "vibe coding" surface and more of a managed full-stack bootstrap path, especially for teams already using Google's frontend and backend stack.
The most interesting new capability is not the UI refresh but the agent behavior around real app state. In Paige's debugging report, a permissions issue on a live site was fixed after a plain-language prompt; Antigravity reportedly inspected logs, opened the Firebase console, found the right project, changed the database configuration through the UI when "there wasn't an SDK," and then verified the fix. The claim is anecdotal, but it sketches the intended workflow: the agent is not limited to code generation and can traverse consoles, logs, and deployment state.
That fits the launch framing from the main announcement, which positions Antigravity as the engine behind the new coding experience rather than an optional assistant bolted onto an editor. Supporting posts also suggest Google is trying to remove cross-product friction: another builder says database and Google auth can now be added in "a couple of clicks or prompts," without bouncing between Google Cloud and Firebase consoles.
The product story is also a platform story. The Firebase Studio shutdown notice says Firebase Studio will enter shutdown on March 19, 2026 and become inaccessible on March 22, 2027, while explicitly telling users that its core capabilities are already built into Google AI Studio and Google Antigravity. That makes this Build update the clearest migration target Google has shown so far.
Google is also signaling that the rollout is unfinished. In the roadmap thread, the team lists Design mode, Figma integration, Google Workspace integration, better GitHub support, planning mode, simplified deploys, agents, multiple chats per app, and G1 support as near-term work. Taken together, the launch and roadmap show AI Studio Build moving past isolated prompt demos toward a more opinionated app-building environment that spans design import, agentic coding, backend wiring, and deployment.
Claude can now drive macOS apps, browser tabs, the keyboard, and the mouse from Claude Cowork and Claude Code, with permission prompts when it needs direct screen access. That makes legacy desktop workflows automatable, and Anthropic is pairing the push with more background-task support for longer agent loops.
releaseOpenClaw shipped version 2026.3.22 with ClawHub, OpenShell plus SSH sandboxes, side-question flows, and more search and model options, then followed with a 2026.3.23 patch. Teams get a broader plugin surface, but should patch quickly and review plugin trust boundaries as the ecosystem grows.
releaseCursor shipped Instant Grep, a local regex index built from n-grams, inverted indexes, and Bloom filters that drops large-repo searches from seconds to milliseconds. Faster candidate retrieval shortens the coding-agent loop, especially when ripgrep-style scans become the bottleneck.
breakingChatGPT now saves uploaded and generated files into an account-level Library that can be reused across conversations from the web sidebar or recent-files picker. It removes repetitive re-uploading and makes past PDFs, spreadsheets, and images part of a persistent working context.
breakingEpoch AI says GPT-5.4 Pro elicited a publishable solution to one 2019 conjecture in its FrontierMath Open Problems set, with a formal writeup planned. Treat it as an early milestone worth reproducing, not blanket evidence that frontier models can already automate math research.
vibe coding in AI Studio just got a major upgrade 🚀 • multiplayer: build real-time games & tools • real services: connect live data • persistent builds: close the tab, it keeps working • pro UI: shadcn, Framer Motion & npm support we can't wait to see what you build!
RIP Firebase Studio. > March 19, 2026: Firebase Studio will enter its shutdown phase. > March 22, 2027: Firebase Studio will be shut down and will no longer be accessible via the Firebase Studio product URL.
Our AI Studio vibe coding roadmap for the new few weeks: - Design mode - Figma integration - Google Workspace integration - Better GitHub support - Planning mode - Immersive UI - Agents - Multiple chats per app - Simplified deploys - G1 support And more, should be fun : )
Introducing the all new vibe coding experience in @GoogleAIStudio, feating: - One click database support - Sign in with Google support - A new coding agent powered by Antigravity - Multiplayer + backend app support and so much more coming soon! x.com/GoogleAIStudio…
x.com/i/article/2034…
Was debugging a permissions / access issue with a database today, and the entire process took less than 10 seconds of my attention. "Something is broken on [my website URL], please investigate and fix." @antigravity immediately discovered the permissions error by inspecting the Show more