Antigravity works best for:
- Bug-bashes: run multiple agents on multiple bugs in parallel
- Long-running tasks: agents work in background while you focus elsewhere
- QA automation: browser subagent tests user flows
- Documentation: agents generate docs with screenshots
- Parallel feature work: multiple features developed simultaneously
Avoid it for exploratory coding where you're still figuring out what to build. Agents need clear tasks.