ANTIGRAVITY LABJP
TAG

antigravity-2

2 articles
Back to all tags
Related:
agents2parallel-execution2orchestration1throughput1git-worktree1isolation1
Agents/2026-06-19Advanced

More Agents Won't Speed Up Every Part of Your Pipeline — Designing the Parallel/Serial Line

Antigravity 2.0's parallel multi-agent execution is powerful, but adding agents doesn't make everything faster. Here's how I decide which work to parallelize and which to keep serial, derived from invariants and a dependency graph, with examples from running several sites as a solo developer.

Agents/2026-06-13Advanced

Running Multiple Agents on One Repo Breaks It — Isolating Work Areas with Worktrees

When you run several Antigravity 2.0 agents against the same repository, you hit index.lock collisions and half-staged commits. Here is an isolation design using git worktree and projects that gives each agent its own work area, drawn from an incident I ran into in production.