TL;DR
Antigravity marks the first release from a team that originated at Windsurf. After selling non-exclusive IP rights, the founding members joined Google and built this product on top of that foundation.
Antigravity marks the first release from a team that originated at Windsurf. After selling non-exclusive IP rights, the founding members joined Google and built this product on top of that foundation. The result is an editor that feels familiar if you have used VS Code, Cursor, or similar forks, but introduces several new abstractions for agent interaction and testing.
Antigravity is currently in public preview and available to try for free. Given the attention it has received, expect rate limits during this phase. The interface opens to an agent manager that serves as your central coordination hub.

The agent manager contains an inbox where you can spawn different agents and see which ones require attention. If you work across multiple workspaces or projects, you can coordinate everything from this view. When you are ready to dive into code, press Command+E or click the editor button in the top-right corner.
Once you add a directory, it appears on the left side. A dropdown lets you toggle between workspaces and start new conversation threads for each agent. You can add images to your prompts and use @mentions as you would expect.
Antigravity offers two distinct modes: planning mode and fast mode. The model selection includes Gemini 3 Pro (high and low configurations), Claude Sonnet 4.5, and surprisingly, GPT-OSS 120. The first two represent some of the best models available. The inclusion of OpenAI's open-source model, while notable, is an odd choice given its limited adoption in coding contexts. Notably absent is GPT-5, which is understandable for competitive reasons.
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools - delivered free every week.
When you submit a request in fast mode, the agent immediately begins working through the task. You can watch it spawn work, create files, and build out the application in real-time.

One standout feature is automatic testing. Without any prompting, Antigravity opens your application in a preview and begins testing it. The agent navigates through the interface, clicks buttons, scrolls, and validates functionality on your behalf.
This browser automation shows you exactly what is happening: mouse movements, hover states, button clicks, and scroll actions. The agent reasons between each step, explaining what it is doing and why. This level of integrated testing is rare in local development tools. While Devon and Emergent Labs offer similar capabilities, this is the first time such thorough automated testing has been built directly into a mainstream IDE interface.
For more involved work, planning mode changes the workflow. Instead of immediately executing, the agent develops a structured plan first. You can review this plan and leave comments on individual tasks or planning stages before execution begins.

This creates additional surface area for interaction. You can skip steps, modify requirements, or provide feedback on specific parts of the plan. The comment system also works with images you pass in, letting you give precise visual feedback.
Antigravity incorporates Nano Banana directly into the product. You can generate images within the same interface where you build applications. For example, you might generate a reference image of a plant store landing page with specific styling requirements, then ask the agent to build a Next.js application based on that visual reference.
The image generation is currently rate-limited, but the integration points toward a future where visual design and code generation happen in the same workflow.
Opening the full editor reveals an environment that will feel familiar to VS Code or Cursor users. Your agent conversation sits on the right side, and you can continue sending edits and refinements just as you did with the initial prompt.

The ability to hop between the agent manager, preview mode, and full IDE creates a flexible workflow. You can start with a high-level request, watch the agent build and test the application, then drop into the editor for fine-tuning.
Gemini 3 Pro supports video input, which opens interesting possibilities for future workflows. Feeding video context directly into the agent could enable new forms of interaction, such as recording a bug and having the agent diagnose it from the footage, or capturing a design walkthrough and translating it into implementation tasks.
Antigravity brings together several capabilities that were previously scattered across different tools: multi-agent management, automatic browser testing, integrated image generation, and structured planning workflows. The VS Code foundation means developers can adopt it without learning an entirely new environment, while the agent-centric features push beyond what existing AI-powered editors offer.
For developers already using AI coding assistants, the automated testing and planning mode alone justify exploring the preview. The question remains how Google will price these capabilities once the preview period ends.
Technical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
AI-native code editor forked from VS Code. Composer mode rewrites multiple files at once. Tab autocomplete predicts your...
View ToolCodeium's AI-native IDE. Cascade agent mode handles multi-file edits autonomously. Free tier with generous limits. Stron...
View Tool
New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.
Anthropic's agentic coding CLI. Runs in your terminal, edits files autonomously, spawns sub-agents, and maintains memory...
Configure Claude Code for maximum productivity -- CLAUDE.md, sub-agents, MCP servers, and autonomous workflows.
AI AgentsInstall Claude Code, configure your first project, and start shipping code with AI in under 5 minutes.
Getting StartedInstall the dd CLI and scaffold your first AI-powered app in under a minute.
Getting Started
Exploring Google Antigravity: The Future of Agentic IDEs ? In this video, we explore Google Antigravity, a new agent-centric IDE created by some members of the original Windsurf team. The...

In this video, I showcase CodeLLM, an AI-powered code editor that supports multiple models like Claude Sonnet 3.5, DeepSeek R1, and O1, 03 Mini. I demonstrate its features including autocomplete,...

Check out Zed here! https://zed.dev In this video, we dive into Zed, a robust open source code editor that has recently introduced the Agent Client Protocol. This new open standard allows...

Zed is not another Electron-based editor. It's built from the ground up in Rust, which means real performance without th...

Two platforms, two philosophies. Here is how Anthropic and OpenAI compare on APIs, SDKs, documentation, pricing, and the...

Convex and Supabase both work for AI-powered apps. Here is when to use each, based on building production apps with both...