ANTIGRAVITY LABJP
POWERED BY DOLICE

Unleash
Antigravity beautifully.

A comprehensive knowledge base for Google Antigravity — from beginner to advanced.

Read Guides →Latest Articles
CATEGORIES
LATEST ARTICLES
View all articles (981) →
Agents & Manager/2026-07-18Advanced

Treating Code Search as a Contract: Measuring the /codesearch Regex Default

Antigravity CLI 1.1.3 interprets /codesearch queries as regular expressions by default. I measured the gap between regex and literal matching across a 979-article repository and turned the results into three query rules and a drift harness.

App Development/2026-07-18Intermediate

Which Device Gets the iOS 27 Public Beta? Choosing a Test Phone When There's No Way Back

The iOS 27 public beta arrived on July 13 carrying the same build number as developer beta 3. Starting from that one detail, here is how I decide which device gets it, what to archive first, and where to look in my own app.

App Development/2026-07-18Advanced

After Compose-First: Choosing Which View Screens to Migrate, Ranked by Churn Instead of Count

Google has declared Android development Compose-first. Here is how I rank View-based screens for migration using git history rather than screen counts, with the scoring script I actually ran and the three places partial migration quietly duplicates state.

Editor View/2026-07-17Advanced

One Space in a Path, and Nine Commands Reported Success While Counting the Wrong Place

A single space in a workspace name sends agent-written commands somewhere else, quietly. Measurements across eleven unquoted-path forms, and the entry-point script that closes the boundary in one cd.

App Development/2026-07-17Advanced

Android 17's Local Network Permission: Inventory Every LAN Call Site Before You Hand the Fix to an Agent

Apps targeting the new API level need explicit permission to reach the local network. A grep for private IPs found 2 of my 11 LAN paths. Here is the detector that found all 11, and how I turned its output into eleven checkable tasks for an agent.

Agents & Manager/2026-07-17Advanced

Three Quarters of My Reference Notes Never Reached the Agent: Measuring What head Cuts Away

I fed reference notes to a scheduled agent with cat and head, and the lines that mattered were quietly cut. Here is the measurement, and how I replaced a line count with a section-level contract.

Agents & Manager/2026-07-16Advanced

The More I Wrote in AGENTS.md, the Less Got Followed — Measuring Adherence and Cutting Rules

The rules in my AGENTS.md were being ignored — not from precedence conflicts or load failures, just plain ignored. Here is how I turned rules into checkable predicates, measured adherence over three weeks, and cut the file in half.

Editor View/2026-07-16Intermediate

Three Ways to Hand 4,000 Lines of Logs to an Agent — Paste, .txt Attachment, or @ Reference

v2.3.0 added plain-text attachments, which means there are now three ways to hand a long log to an agent — and a new question about which one to pick. Here is how I trim, measure, and decide, with the scripts I actually run.

Agents & Manager/2026-07-16Advanced

When to Hand Your Agent the Next Instruction: Waiting, Interrupting, and Queuing, Measured

Antigravity v2.3.0 added message queuing and Send Now. I measured waiting, interrupting, and queuing against the same yardstick, found that 41% of queued instructions arrive stale, and cut rework from 22% to 9% with a twenty-line stamp.

Editor View/2026-07-16Advanced

Your UI Is in Japanese. Your Commit Log Isn't.

Setting your editor's display language does nothing for the language your agents write into the repository. Here is what six weeks of unattended runs actually produced, how to pin output language per audience, and a gate that catches the drift mechanically.

View All Articles (981) →
SYSTEMATIC GUIDES
Beginner143 articles

Getting Started with Antigravity

Start here if you're new

Int-Adv260 articles

Multi-Agent Mastery

Maximize productivity with Manager Surface

Intermediate223 articles

Antigravity × App Development

Integration with Unity, Xcode & Android Studio