Home / News / Google DeepMind Runs First Double-Blind Evaluation of a Frontier AI Model
AI evaluation

Google DeepMind Runs First Double-Blind Evaluation of a Frontier AI Model

Aug 29, 20265 min read
Google DeepMind Runs First Double-Blind Evaluation of a Frontier AI Model

News Summary

Google DeepMind said on August 27, 2026 (Pacific Time) that it had piloted the first double-blind evaluation of a proprietary, frontier-class AI model, using a hardware-encrypted computing environment to keep a model's internal weights and an external evaluator's test prompts hidden from each other at the same time. The pilot tested a lightweight member of the Gemini family, Gemini 2.5 Flash Lite, and was carried out with Singapore's AI Safety Institute (AISI), the privacy-computing nonprofit OpenMined, AI benchmarking consortium MLCommons, and evaluation firm AVERI.

The Problem: A Structural Trade-Off in AI Testing

Independent evaluation is supposed to be one of the main checks on how capable and how safe a large language model really is. But according to DeepMind and its partners, the process has long rested on an awkward trade-off. To run a rigorous outside test, an evaluator traditionally has two options: hand its confidential benchmark questions over to the model's developer so the model can be run against them internally, or ask the developer to expose the model's proprietary weights to the evaluator's own infrastructure. Neither option is comfortable. Sharing benchmark prompts in advance risks "contamination" — the concern that a model or its developers could, intentionally or not, tune performance around questions it has already seen, making a high score reflect familiarity with the test rather than genuine capability. Sharing model weights, meanwhile, exposes a company's core intellectual property and creates security and data-sovereignty concerns for both sides. Historically, evaluations have relied on contracts, non-disclosure agreements, and institutional trust to manage this exposure, rather than any technical guarantee.

How the Double-Blind Setup Works

The pilot's answer was to remove trust from the equation and replace it with cryptographic enforcement. DeepMind ran the evaluation inside Confidential Space, a product within Google Cloud's confidential computing portfolio that uses hardware-based trusted execution environments (TEEs) to seal data so that not even the infrastructure operator can inspect what is running inside. In this setup, Gemini 2.5 Flash Lite's model weights and the evaluator's benchmark prompts were loaded into the same sealed enclave simultaneously, with each party's data encrypted from the other. The evaluator's questions were run against the model inside the enclave, and only the resulting scores — not the underlying weights or prompts — were released outside of it. According to accounts of the technical design, OpenMined's PySyft framework was used to enforce that code running inside the enclave could not make unauthorized outbound network calls, which is intended to prevent either party's protected data from being copied out through a side channel. Cryptographic attestation allows each side to independently verify that the enclave was configured correctly and that neither the model provider nor the evaluator could see the other's protected material, turning the "double-blind" property into a property enforced by hardware rather than a promise enforced by policy.

What Was Tested

Two evaluations were run under this framework. The first, led by AVERI, MLCommons, and OpenMined, benchmarked Gemini 2.5 Flash Lite against a confidential test set without exposing either the prompts or the model internals to the opposing party. The second, run separately by Singapore's AI Safety Institute, used its own confidential prompts to probe the model's handling of harmful content in ways relevant to Singapore's regulatory and cultural context, again without either side gaining visibility into the other's protected data. DeepMind has described Gemini 2.5 Flash Lite as a lightweight, efficient member of its Gemini model family, making it a relatively low-cost candidate for a first-of-its-kind pilot before the approach is potentially extended to larger frontier models.

Why It Matters

Benchmark contamination has become an increasingly visible concern across the AI industry as public leaderboards and evaluation suites are published, scraped, and in some cases inadvertently or deliberately folded into training data. Independent verification bodies, safety institutes, and researchers have repeatedly flagged that a model's score on a widely known benchmark may say less about genuine capability than about how much of that benchmark leaked into training. A cryptographically enforced double-blind method offers a way to keep evaluation content confidential from developers while still giving developers assurance that their proprietary model weights are not being copied or exposed to outside evaluators. DeepMind and its partners frame the pilot as a step toward giving independent organizations, including government safety institutes, a way to rigorously test advanced models without either side having to compromise on data sovereignty, security, or intellectual property.

What Comes Next

DeepMind and MLCommons published details of the pilot simultaneously, framing it as an early proof of concept rather than a finished evaluation standard. The companies and institutes involved have signaled interest in extending the confidential double-blind approach to a wider set of benchmarks and, eventually, to larger and more capable frontier models beyond the lightweight Gemini 2.5 Flash Lite used in this first run. Broader adoption would likely depend on other AI developers and evaluators agreeing to run their own models and benchmarks through similar hardware-secured environments, as well as continued scrutiny of whether trusted execution environments can fully close off side channels in practice.

AI evaluationGoogle DeepMind