Agents

Google Antigravity Debuts /boost for Multi-Agent Coding

Google has introduced a new /boost command for its Antigravity platform, enabling a multi-agent reasoning pipeline that automates the resolution of highly complex software bugs.

AlphaSignal1 day agoAgents
Image: AlphaSignal

Google has expanded its agentic development platform with the launch of the /boost command, now available for Pro and Ultra subscribers on Google Antigravity 2.0 and the Antigravity CLI. This new feature introduces an on-demand, multi-agent reasoning pipeline designed to tackle complex programming challenges that typically cause standard, single-shot coding assistants to fail. By prefixing a prompt with /boost, developers can trigger a deeper, token-heavy workflow that automates planning, exploration, and verification across isolated worktrees.

The underlying architecture of /boost relies on a three-phase execution pipeline. First, a Primary Orchestrator analyzes the workspace context to formulate a strategy and divide the problem into verifiable subtasks. Next, specialized subagents execute these tasks in parallel, running local builds and test suites to validate their work in isolated scopes. Finally, the orchestrator synthesizes the solution, running regression checks and feeding failed assertions back into the loop for automated correction. Powered primarily by Gemini 3 Pro—which is optimized for tool use and performs strongly on the Terminal-Bench benchmark—the system can also route tasks to other models like Claude Sonnet via Vertex AI.

This new command occupies a middle tier in Antigravity's execution modes, sitting between the default single-agent loop, which resolves tasks in seconds or minutes, and the /teamwork-preview mode, which deploys autonomous multi-role teams for campaigns lasting hours or days. The /boost workflow operates over a span of seconds to hours, specifically targeting four difficult scenarios: reproducing intermittent race conditions, implementing complex algorithmic optimizations, performing multi-file refactoring, and conducting deep root-cause investigations in unfamiliar codebases.

For software engineers, this update productizes a sophisticated workflow that previously required manual orchestration. Instead of manually breaking down hard problems, running parallel tests, and merging results, developers can now delegate these tasks through a single command. While there is no extra per-call fee, users should expect higher token consumption due to the parallel subagents. Security is maintained as subagents inherit existing workspace permission policies, requiring explicit user confirmation before executing protected terminal commands or file edits.

This is our own summary of reporting by AlphaSignal

More in Agents