Google Antigravity and Gemini 3.7 Flash Solve Multi-Agent Engineering Workflows
Google updated its Teamwork framework in Antigravity, pairing Gemini 3.7 Flash across autonomous agent swarms to tackle long-horizon technical problems. The system built a cycle-accurate RISC-V simulator from scratch and upstreamed optimizations to core open-source libraries.

Impact: Medium
Why it matters
Developers can use multi-agent collaboration frameworks to automate multi-day code refactoring, simulation building, and algorithm optimization tasks.
TL;DR
- 01Gemini 3.7 Flash powers autonomous multi-agent teams capable of debugging and iterating over multi-day engineering tasks.
- 02Generated systems artifacts include bootable operating system simulators with 0.71% cycle error against hardware.
- 03Multi-agent critique workflows can land verified performance patches directly into complex C++ libraries.
Key facts
- TCSBench Score
- 71%
- CPU Simulator Cycle Error
- 0.71% against hardware ground truth
- ParlayHash Improvement
- 2x insert throughput, 25% memory reduction
Long-Horizon Agent Swarms
Google launched significant updates to Teamwork within Google Antigravity, utilizing Gemini 3.7 Flash to drive autonomous multi-agent engineering workflows. Rather than single-turn prompting, the framework organizes agents into collaborative units that critique, debug, and verify code over extended periods.
Systems Engineering and Lean Proofs
The framework demonstrated end-to-end systems development by building an out-of-order RISC-V CPU simulator from scratch. The generated simulator booted the xv6 kernel to shell while maintaining a 0.71% cycle alignment error compared to hardware ground truth.
In theoretical computer science, the agents solved seven open problems across top academic venues, achieving 71% on TCSBench and generating 40+ page formal proofs in Lean for Knuth's Cycles Conjecture.
Upstream Open-Source Contributions
The multi-agent setup also produced verifiable performance improvements in production libraries, landing upstream pull requests for SIMD acceleration in Eigen and a 2x insertion throughput increase with 25% memory reduction in ParlayHash.
✓ When to use
- Complex systems engineering tasks requiring cycle-accurate simulators or formal mathematical proofs.
- Large-scale upstream library optimizations that require rigorous benchmarking and validation.
✕ When NOT to use
- Short, single-file scripts where multi-agent coordination overhead outweighs the benefits.
- Cost-constrained tasks where running multi-day model iterations exceeds compute budgets.
What to do today
- Review long-horizon autonomous multi-agent patterns for complex refactoring pipelines.
- Incorporate formal verification tools like Lean into agent critique workflows for algorithmic correctness.
Sources