All Articles
A Month with Antigravity Inspector — Reading the Agent's Real Behavior
Notes from a month of seriously using Antigravity's Inspector while maintaining four wallpaper apps. The reading order I settled on, the panels I actually look at, and the pitfalls that quietly mislead you.
Fixing Antigravity Google Sign-in That Won't Return From the Browser
When you press Sign in with Google in Antigravity and the browser just hangs without returning to the editor, the cause is rarely a single thing. Here is how I narrow it down across four layers — callback port, third-party cookies, stale session files, and network path — using only commands I keep close on every machine.
Why Antigravity Agents Hang on ssh, sudo, and git rebase -i — Diagnosing and Permanently Fixing the Missing TTY Problem
When you ask an Antigravity agent to deploy, the terminal panel stops on 'password:' and never moves. The agent isn't broken — the shell behind it has no PTY, so interactive prompts have no one to answer them. Here's how to diagnose and remove every interactive command from your agent workflow.
When Japanese Prompts Drag Down Antigravity Quality — A Multilingual Operator's Hybrid Workaround
Switching Antigravity's UI to Japanese is one thing; getting Antigravity to produce quality output from Japanese prompts is another. As an indie developer running multilingual apps and Japanese-language blogs in parallel, I break down measured quality drops with Japanese prompts, a hybrid English-Japanese strategy, a lightweight translation layer, and the reality of running Gemma 4 locally for Japanese.
Which Local-LLM Path to Keep with Antigravity: Ollama, LM Studio, or Raw Gemma 4 (Indie Judgment Notes)
After running three local-LLM paths from Antigravity in parallel, here is what I kept and what I cut, written from a one-Mac-mini indie operation.
Running Antigravity 2.0 and Codex in Parallel for One Month: A Practical Selection Line for Indie Developers
A May 2026 head-to-head running Antigravity 2.0 and Codex on the same indie-development work, with the selection criteria and cost reversal line I now use.
Why Antigravity's AI Agent Misreads .env Values — Quoting, Whitespace, and Export Pitfalls
When Antigravity's agent writes or reads .env files, subtle differences in quoting, trailing whitespace, export prefixes, and # characters cause silent value corruption. Here are four real cases I hit in production, with concrete diagnostics and fixes.
Driving Unreal Engine Projects from Antigravity — Patterns from Building an Art Installation
Attaching Antigravity 2.0 agents to an Unreal Engine 5.5 project — across Blueprints and C++ — surfaced a real division of labor between editor work and agent-driven edits. Here are the patterns that actually held up through a live installation.
Wiring Antigravity 2.0 to Chrome DevTools for agents 1.0: Lighthouse Audits, Extension Debugging, Memory Hunts, and an Operational Plan
Chrome DevTools for agents 1.0 went stable and now ships bundled with Antigravity 2.0. Here is the practical setup I run across my 50M-download indie app business: Lighthouse audits, extension QA, memory leak triage, and auto-connect rules.
Moving to the Antigravity CLI (agy): Shifting Your Scripts Off Gemini CLI Before the June 18 Shutdown — Without Downtime
A grounded walkthrough of Google's Antigravity CLI (agy): fastest setup, a no-downtime migration off Gemini CLI, a compatibility shim, the Pro vs Ultra cost break-even, and running recurring work with scheduled messages — based on actually moving my own repos across.
Why Antigravity's Workspace Indexing Stalls on Large Repositories — and How to Fix It
A walk-through of why Antigravity's indexer can spin forever on a monorepo, with the diagnostic steps and fixes I use on my own 12 GB repository.
Antigravity vs Codex CLI After Six Months in Production — Measured Comparison from Running Six Sites in Parallel
I ran Antigravity and OpenAI's Codex CLI in parallel for six months across six auto-publishing pipelines at Dolice. This is the measured comparison — not benchmark numbers, but the real decision axes that mattered: concurrency, fix cost, recovery behavior, and monthly bill — with the production data behind each.