Google's Science One Hits MLE-Bench Gold via Evidence Chains
Google Research debuted the Science One Framework, an autonomous research system that eliminates hallucinations using native Chain-of-Evidence constraints.
On July 30, 2026, Google Research announced the Science One Framework, an experimental prototype built to perform verifiable autonomous scientific discovery. The system tackles AI hallucinations by requiring native evidence linking at the exact moment a claim is generated.
Rather than relying on post-generation citations, the framework introduces an architectural constraint called Chain-of-Evidence (CoE). Every scientific claim is inextricably linked to a traceable path of source data, prior literature, or experimental results. If the model cannot ground the output immediately, the claim fails the constraint and is not produced.
To enforce this constraint across long-running tasks, Google shipped CoE Audit. This automated protocol evaluates AI-generated scientific papers by tracing and validating the underlying evidence chains. If you evaluate and test AI agents, this shifts the focus from checking the final answer to auditing the continuous proof path.
Benchmark Results
The system was tested against the MLE-Bench (Machine Learning Engineering Benchmark), a suite of complex Kaggle competitions designed to break automated agents. The framework secured two Gold Medals and two Silver Medals across five competitions, handling tasks in medical imaging, fine-grained recognition, and 3D perception.
| Competition Type | Baseline System Result | Science One Result |
|---|---|---|
| 3D Object Detection | Complete Failure | Winning Score |
| MLE-Bench Suite | Standard Accuracy | 2 Gold, 2 Silver Medals |
During a live LLM-training competition called Parameter-Golf, which imposes strict hardware and file-size limits, Science One logged a state-of-the-art score as of April 27, 2026. Researchers noted it discovered genuine algorithmic techniques rather than relying on standard hyperparameter sweeps.
Practical Implications
Led by Google Cloud researchers Rui Meng and Tomas Pfister, the project signals a structural shift in how autonomous systems are designed. Multi-agent systems often prioritize solver quality, which measures the ability to find an answer. Science One prioritizes verifiability, proving why an answer is correct.
For teams building domain-specific autonomous tools, the takeaway is architectural. Treating grounding as a post-generation step leaves a gap where hallucinations thrive. Building verifiability into the core generation constraint ensures the research output scales safely without requiring manual fact-checking of every intermediate claim.
Get Insanely Good at AI
The book for developers who want to understand how AI actually works. LLMs, prompt engineering, RAG, AI agents, and production systems.
Keep Reading
How to build ordering agents with DoorDash dd-cli
Learn how to configure the new DoorDash dd-cli to enable autonomous food ordering and real transaction processing for your AI workflows.
SymptomAI Agentic Interviews Beat Clinician Diagnostic Accuracy
Google Research demonstrated that active, agent-driven symptom interviewing yields significantly higher diagnostic accuracy than human clinicians.
Two-Agent AMIE Architecture Matches Physicians on 3-Visit Plans
Google Research demonstrated that its Gemini-based AMIE system matches primary care physicians in managing longitudinal patient care across multiple visits.
Gemini Enterprise Gains Agentic RAG for Multi-Hop AI Queries
Google Research launched a multi-agent retrieval framework in Gemini Enterprise that dynamically searches across data islands and verifies context accuracy.
Gemini-Powered ERA Agent Automates Scientific Discovery Code
Google Research published its Empirical Research Assistance system in Nature, releasing an open-source Gemini agent that optimizes complex scientific code.