Designing a Team of Agents: How Google Antigravity Structures Subagents for Autonomous Code Generation

Google Antigravity Breaks Down Its Agent Team Architecture
Google Antigravity has released details on how it organizes a team of autonomous agents for building software. Rather than a single agent handling everything, the system uses seven specialized subagent types, each with focused goals and constraints. This pattern is relevant for OpenClaw as it designs its own subagent system.
Key Details: The Seven Agent Roles
The blog post identifies the following agent types:
- The Sentinel — Acts as the “front-desk manager.” Does not write code, analyze logs, or make technical decisions. Its job: structure user intent, spawn the Orchestrator, and supervise overall task completion.
- The Orchestrator — A dispatch-only manager. Never writes code or executes builds. Focuses on decomposing requirements into milestones, kicking off other specialized subagents, and synthesizing reports.
- The Explorer — Analyzes requirements and previous logs to write formal strategies for the Orchestrator. Never writes code itself.
- The Worker — The actual coder that implements strategies, builds code, and runs tests.
- The Reviewer — Independently reviews the Worker’s changes for design correctness, edge cases, and interface contract compliance.
- The Critic — Stress-tests the solution, runs adversarial tests to find gaps in coverage.
- The Auditor — An independent investigator that verifies the authenticity and robustness of the generated solutions.
This design ensures separation of concerns: each agent has a narrow role, reducing overlap and enabling parallel work. The Orchestrator and Explorer are pure planners; the Worker is execution-only; the Reviewer, Critic, and Auditor provide three distinct layers of validation.
Who This Is For
Developers building multi-agent systems for code generation, particularly teams working on OpenClaw’s subagent framework.
📖 Read the full source: r/openclaw
👀 See Also

Hollywood Writers Shift to AI Training: First-Person Account of Data Annotation Work
A Hollywood showrunner describes transitioning to AI training work at $52/hour after the 2023 strike, annotating conversations, images, and videos for companies like Mercor and Outlier.

Claude-Code v2.1.33: Enhancing Automation with Precision
The latest release of Claude-Code v2.1.33 introduces key features that further revolutionize AI coding agents, boosting both efficiency and accuracy.

Apple Intelligence and Siri AI: Reimagined Assistant with Visual Intelligence and Writing Tools
Apple announces Siri AI with natural conversation, personal context understanding, Visual Intelligence on iPad/Mac/Vision Pro, and Write with Siri across apps. Coming in English later this year.

Current State of Chinese LLMs: Market Leaders, Open Models, and Business Models
A Reddit analysis details the Chinese LLM landscape, identifying ByteDance's Doubao as the proprietary market leader and DeepSeek as the most innovative, while outlining the business models of major players and 'Six AI Small Tigers' focused on open-weight models.