Google's Antigravity - Another VS Code Fork!
The unspoken hero of Antigravity: Browser extension and automatic screenshots
Google Antigravity
I tried Google's new Antigravity IDE so you don't have to (vs Cursor/Windsurf)
Videos
Google just announced new AI First IDE - Google Antigravity. Looks like another VS Code Fork to me.
Good thing is its free for now with Gemini Pro 3.0
Hello,
Big Claude Code user here on terminal, but always curious to try new toys.
So far, Antigravity is a fairly good surprise, especially how it handles implementation plan as an artefact, but Gemini 3.0 allowance is absurdly small.
However, I've been playing a lot with the Chrome extension that allows Antigravity to control a Chrome browser.
NGL, it is a bit strange to use Gemini 3 or Claude here when Google offers Gemini 2.5 Computer Use, but this is not why I am here.
When you manipulate Chrome via the extension, it does two very interesting things:
It creates artifacts (both pictures and videos) of key moments of the browsing (you can find them in the folder ~/.gemini/antigravity/brain/(the_session ID)).
It also stores a massive amount of screenshots of the whole session in the folder ~/.gemini/antigravity/browser_recordings.
As you know, Gemini 3.0 is very strong in front‑end work and it feels you could use it in your design workflows:
Get Antigravity to browse a site/list of sites from a design and UX perspective.
Re‑use the artifacts and the automatic screenshots as reference to help you design and integrate your screenshots (by the way, Google updated Stitch with Nano Banana Pro + Automatic Export to AI Studio, very powerful).
Any thoughts?
---
Update based on the comments:
Yes, you can already manipulate the browser programmatically with MCP ChromeDevTools/Puppeteer/Playwright and in multiple other ways (BrowserOS, Browserbase)
What I found interesting about Antigravity were the autosave features, especially the videos, which are enabled by default.
Finally, one interesting thing here is that doing it this way gives you a fairly clean user agent (but also Antigravity refuses to solve captcha-type exercise).
Google just dropped "Antigravity" (antigravity.google) and claims it's an "Agent-First" IDE. I've been using Cursor heavily for the past few months, so I decided to give this a spin to see if it's just hype or a real competitor.
My key takeaways after testing it:
The "Agent Manager" is the real deal: Unlike the linear chat in VS Code/Cursor, here you can spawn multiple agent threads. I managed to have one agent refactoring a messy LegacyUserProfile.js component while another agent was writing Jest tests for it simultaneously. It feels more like orchestration than coding.
Model Access: It currently offers Gemini 3 Pro and Claude 3.5 Sonnet for free during the preview. That alone makes it worth the download.
Installation: It's a VS Code fork, so migration (extensions, keybindings) took about 30 seconds.
The "Vibe Coding" Trap: I noticed that because it's so powerful, it's easy to get lazy. I did a test run generating a Frontend component from a screenshot.
Attempt 1 (Lazy prompt): The code worked but the CSS was messy.
Attempt 2 (Senior prompt): I explicitly asked for BEM methodology and semantic HTML. The result was production-ready.
Conclusion: It might not kill Cursor today, but the multi-agent workflow is definitely superior for complex tasks.
I made a full video breakdown showing the installation and the 3-agent demo in action if you want to see the UI: https://youtu.be/M06VEfzFHZY?si=W_3OVIzrSJY4IXBv
Has anyone else tried the multi-agent feature yet? How does it compare to Windsurf's flows for you?
Has anyone here used Google's Antigravity IDE yet?
I recently tested it out for a web stack project—the interface is very VS Code-like, and the AI (Gemini 3) squashed some long-standing bugs for me and even helped refactor a dormant project back to life. The whole multi-agent setup (where you can spawn coding, review, and refactor agents) is wild for streamlining bigger repos.
Curious:
- Do you find it just a polished VS Code clone with better AI, or does it offer something truly unique?
- Anyone pushed the agentic features in real-world workflows?
- Have you tried Chrome integration or in-IDE API testing?
- How does it stack up to Cursor and other AI IDEs?
Would love actual dev feedback—especially from those who've tried it on mid-to-large codebases.