Back to AI Research

AI Research

Stellar Colosseum: A Many-Agent Harness for Long-Ho... | AI Research

Key Takeaways

  • Stellar Colosseum: A Many-Agent Harness for Long-Horizon Research in Mathematics and Theoretical Computer Science introduces a new framework designed to help...
  • Language models can produce plausible short proofs, but may still be unreliable on long-horizon research problems, where progress depends on a sequence of uncertain and interdependent decisions.
  • We introduce Stellar Colosseum, a model-agnostic harness for allocating inference across research in mathematics and theoretical computer science.
  • The Colosseum workflow has also been integrated into Google Antigravity's Teamwork framework as the Long Proof pattern.
  • We demonstrate the capabilities of Colosseum through open-ended research and evaluations on theorem-proving and competitive programming benchmarks.
Paper AbstractExpand

Language models can produce plausible short proofs, but may still be unreliable on long-horizon research problems, where progress depends on a sequence of uncertain and interdependent decisions. We introduce Stellar Colosseum, a model-agnostic harness for allocating inference across research in mathematics and theoretical computer science. Colosseum explores alternative strategies before proof construction, uses a readiness gate to decide when a route is mature enough to decompose, represents the proof plan as interdependent section-level subproblems, and routes verifier findings back to the affected part of the argument. Across these stages, it generates candidates in parallel, attacks them with targeted falsification, and combines candidates and their critiques into a single research artifact through overlapping random-sample tree aggregation. The Colosseum workflow has also been integrated into Google Antigravity's Teamwork framework as the Long Proof pattern. We demonstrate the capabilities of Colosseum through open-ended research and evaluations on theorem-proving and competitive programming benchmarks. Using Colosseum with Gemini 3.1 Pro, we obtain several new results that address open problems arising from papers published at top venues such as FOCS and JMLR. On TCS-Bench, a benchmark of research-level theorem-proving tasks drawn from papers published at FOCS, STOC, and SODA, Colosseum achieves 71.0% accuracy using Gemini 3.1 Pro and Gemini 3.7 Flash. In a separate Codeforces evaluation using Gemini 3.1 Pro, the proof-oriented pipeline with execution feedback solves 218 of 222 problems.

Stellar Colosseum: A Many-Agent Harness for Long-Horizon Research in Mathematics and Theoretical Computer Science introduces a new framework designed to help AI models tackle complex, multi-step research problems. While language models are often capable of solving short, isolated tasks, they frequently struggle with long-horizon research where a single error can propagate through a long chain of interdependent logical steps. Colosseum addresses this by organizing the research process into a structured pipeline that manages strategy, decomposition, and verification, allowing the system to explore multiple paths and repair specific parts of an argument without discarding the entire effort.

A Structured Research Pipeline

Colosseum moves beyond simple prompt-response cycles by breaking research into distinct stages: strategy exploration, proof decomposition, subproblem solving, and global verification. It begins by exploring various potential strategies, using a "readiness gate" to determine when a path is stable enough to be broken down into a formal plan. Once a strategy is chosen, the system decomposes it into a series of interdependent subproblems. These sections can be solved in parallel, and if a specific section fails, the system can attempt to repair it locally rather than restarting the entire proof from scratch.

Adversarial Inference and Aggregation

To ensure the quality of its work, Colosseum employs an adversarial approach to inference. Within each stage, the system generates a population of candidate solutions and subjects them to targeted falsification—a process where reviewers specifically hunt for counterexamples, logical gaps, or invalid assumptions. These candidates and their critiques are then combined using an "overlapping random-sample tree aggregation" method. This technique allows the system to synthesize the best ideas from multiple candidates while keeping track of unresolved objections, ensuring that evidence of failure is not lost during the aggregation process. To see google in practice, Gemini's now Generates Files! walks through a concrete example.

Performance and Results

The researchers tested Colosseum on challenging benchmarks in theorem-proving and competitive programming. Using Gemini 3.1 Pro and Gemini 3.7 Flash, the system achieved 71.0% accuracy on TCS-Bench, a collection of research-level tasks drawn from top-tier computer science venues. In a separate evaluation using competitive programming problems from Codeforces, the system successfully solved 218 out of 222 problems. The framework has also been integrated into Google Antigravity’s Teamwork framework as the "Long Proof" pattern, demonstrating its utility in practical, open-ended research environments.

Managing Research Knowledge

A key feature of Colosseum is its ability to maintain a "shared research state." When a proof attempt is rejected, the system does not simply discard the work. Instead, it retains the draft and the specific feedback provided by the verifier, passing this information into the next round of development. By keeping a record of both the current strategy and a directory of reusable findings, the system ensures that previous insights—and the lessons learned from failed attempts—remain available to guide future iterations of the research. The ai agents story also surfaces in Google AI Introduces EnvHarness for Adaptive..., adding another angle. as detailed in the full paper on Arxiv

Comments (0)

No comments yet

Be the first to share your thoughts!