Toolspublished

Google Updates Antigravity Teamwork, Putting Long-Running Agent Critique in Paid Preview

The update packages critique, verification and synthesis into reusable agent-team patterns. Google’s results suggest the orchestration can produce useful work, while the preview’s lower-parallelism setup and model mix limit direct comparisons with its research runs.

By 3 min read
Google Updates Antigravity Teamwork, Putting Long-Running Agent Critique in Paid Preview
Google Updates Antigravity Teamwork, Putting Long-Running Agent Critique in Paid Preview

Listen to this story

The audio brief

About 1:28
0:001:28
Read transcript
Google is putting its long-running AI-agent research system into users’ hands: Teamwork is now available as slash teamwork preview on paid Antigravity plans. The idea is to make agents challenge one another instead of simply agreeing with the first plausible answer. Teamwork can generate competing solutions, assign agents to attack them, verify what survives, and synthesize a final result. It can also change the team structure and agent count while a job is running, based on the user’s objective. People still control that objective and decide whether to accept the final work. The clearest test is Long Proof, a workflow for difficult mathematics and theoretical computer science. Google reports a 71 percent score on its internal TCSBench evaluation, compared with a previously reported 67.7 percent using earlier Gemini versions. In one example, the system produced a cycle-level, out-of-order RISC-V processor simulator that booted the xv6 operating system and matched unseen BOOM workloads with a reported average cycle error of 0.71 percent. Google also says generated optimizations were merged into Eigen and ParlayHash, with ParlayHash showing twice the insert throughput and 25 percent lower memory use. The important caveat is comparability: some research results used more parallel agents than the paid preview allows, and the model mix differed. So the thing to watch is how much of these results users can reproduce under the preview’s real cost and parallelism limits.

Story brief

3 key points

Google’s Teamwork is now available as /teamwork-preview on paid Antigravity plans, turning its agent-team research framework into a usable, long-running product. The update combines competing solutions, adversarial critique, verification, and adaptive team sizing for difficult coding and proof tasks. Google reports 71% on its internal TCSBench Long Proof evaluation, a RISC-V simulator with 0.71% average cycle error,...

  1. 01

    Teamwork is accessed as /teamwork-preview on paid Antigravity plans; users retain control over objectives and final acceptance.

  2. 02

    Long Proof reached 71% on Google’s internal TCSBench, versus 67.7% previously reported with earlier Gemini versions.

  3. 03

    The generated RISC-V simulator booted xv6 and matched unseen BOOM workloads with 0.71% average cycle-alignment error.

Google has updated Teamwork, its Antigravity framework for AI-agent teams that can work through complex tasks for hours or days. Its central bet is that difficult research and engineering work improves when agents generate competing approaches, try to break them, and refine what survives.

Teamwork organizes agents into configurable patterns for generating candidates, critiquing them, verifying results and synthesizing a solution. Google designed it for research and engineering problems where loosely coordinated agents may reinforce an early mistake; people retain control of the objective and final acceptance.

Rather than use a fixed worker pool, Teamwork selects a pattern from the user’s prompt and can alter agent counts and team structure while a job runs. The current set covers iterative and distributed coding, long proofs, self-verification and document review. It is available as /teamwork-preview on Antigravity paid plans.

Google’s reported TCSBench comparison
71%Teamwork result

Google says Long Proof reached 71% on its internal TCSBench evaluation using Gemini 3.7 Flash with Gemini 3.1 Pro.

67.7%Earlier reported result

Google compares that result with 67.7% reported in the TCSBench paper using Gemini 3.6 Flash and Gemini 3.1 Pro.

Long Proof is the clearest example of the design. It runs proposed strategies in parallel, assigns falsifiers to attack them, and preserves objections from dead ends for later rounds. Google says it then breaks a chosen plan into dependent and independent subproblems. Google reports that the pattern addressed seven mathematics and theoretical-computer-science problems. The seven results were obtained with Gemini 3.1 Pro, while three were reproduced with Gemini 3.7 Flash. Human experts reviewed the results except the Knuth’s Cycles work, which Google says was formally verified in Lean with a proof exceeding 40 pages.

Google also tested Teamwork on systems work, where output must run correctly. It says the system built a cycle-level, out-of-order RISC-V CPU simulator that booted xv6 to a shell and simulated more than 100 standard RISC-V benchmarks. Against BOOM hardware execution ground truth on unseen workloads, Google reports an average cycle-alignment error of 0.71%.

xv6 kernel booting in the Teamwork-generated RISC-V CPU simulator
Google says the Teamwork-generated simulator booted the xv6 operating system to a shell. Source: antigravity.google.

The most tangible practical result is code accepted beyond a benchmark. Google says Teamwork-generated optimizations were merged into Eigen and ParlayHash; it reports twice the insert throughput and a 25% memory reduction for ParlayHash. The broader math and benchmark figures remain company-reported, and Google says some research runs used higher parallelism than the preview’s cost-capability balance.

Sources

  1. blog.googlePairing Google Antigravity with Gemini 3.7 Flash solves notable multi-agent math and engineering problems.
  2. antigravity.googleTeamwork: When AI Becomes a Research Partner | Google Antigravity Blog