After putting Google Antigravity through its paces for the last three weeks, I wanted to share some observations from the perspective of a long-term software engineer (39 years in the industry). There is a lot to love here, but the “inner loop” experience on Windows 11 still needs some polish before it’s ready for prime time.
The Good: Agent Rules & Complex Orchestration
Antigravity shines when it comes to complex task handling, provided you don’t treat it as a “black box.” I’ve found that the quality of your Agent Rules is the primary driver of success.
- Pro Tip: If you invest time in crafting granular rules, the tool’s reasoning and output quality jump significantly. It requires patience and a clear guidance strategy, but the results are superior to other agents I’ve tested.
The Friction: Windows 11 Stability & Inference Hangs
I’m seeing some recurring stability issues specifically on the Windows 11 build that seem model-independent:
- Inference Deadlocks: The app frequently “goes out to lunch” right at the moment inference should begin. The UI remains somewhat responsive, but the agent hangs indefinitely.
- The “Spinny Circle of Doom”: Closing and reopening the workspace often leads to a perpetual loading state. Currently, the only reliable fix is a full restart of the Antigravity instance.
- Manual Retries: I frequently encounter “Agent Error” prompts. In almost every instance, clicking “Retry” resolves the issue immediately.
Feature Suggestion: Given how high the success rate is for manual retries, could we get an automatic retry logic implemented under the hood? It would significantly smooth out the UX.
My Environment & Workflow
For those interested in integration, I’m currently running Antigravity “wired” to Notion using native MCP (Model Context Protocol) interfaces, alongside my standard GitHub sync. The context retrieval via MCP is powerful, but it highlights the need for a “Care and Feeding” guide for these agents.
I’m considering sharing my preset agent rules if the community is interested. It feels like we need a more formalized set of best practices for “guiding” these agents through long-running tasks.
Anyone else seeing these specific hangs on Win11, or found a more elegant workaround than a full restart?