A benchmark score looks objective: give a model a fixed set of questions, count the correct answers, and compare the result. The complication is that modern training corpora are vast, test sets circulate online, and proprietary developers disclose little about the data their models encountered.
When a model has seen a benchmark during training or development, its score may reflect memorization, capability, or an inseparable mixture of both. Keeping a test secret helps, but creates a second problem: independent evaluators may need to protect sensitive questions while model developers need to protect proprietary systems.
Separating both sides
Google DeepMind’s double-blind evaluation pilot uses cryptographically secure environments to isolate those interests. Evaluators do not receive access to proprietary model details, while model developers cannot inspect the hidden test material. A model is evaluated inside a controlled environment, and only approved results emerge.[1]
The accompanying technical report describes a pilot using private AILuminate benchmark prompts and a proprietary Gemini model inside an NVIDIA H100 secure enclave. Model weights and evaluation data are streamed through encrypted channels after both parties verify the environment through remote attestation; aggregate metrics are released before the ephemeral enclave is destroyed.[2]
A credible evaluation needs to protect the exam from the model builder and the model from the evaluator.
This matters most when neither side can simply publish everything. Cybersecurity evaluations may contain exploitable scenarios. Biology tests may include dual-use information. Commercial model providers may not permit outsiders to copy weights or inspect internal systems. Secure execution gives these parties a place to meet without exchanging their most sensitive assets.
Measurement becomes a systems problem
Cryptographic isolation does not solve every weakness in evaluation. A benchmark can still test the wrong capability, reward superficial behavior, or fail to represent production conditions. The environment itself must also be implemented and audited correctly.
What it can improve is provenance: confidence that a particular model ran against a particular hidden test under controlled conditions. That makes comparisons more defensible and contamination harder to dismiss as an unknowable variable.
The trust boundary still includes hardware vendors, the cloud provider, attestation roots, and the reviewed software image. Confidential Computing is therefore better described as reducing and making trust assumptions verifiable—not eliminating them.[3]
As frontier systems grow more capable, evaluation is becoming its own engineering discipline. The next gains in trust may come not from inventing more questions, but from building better machinery around how those questions are delivered, secured, and scored.
References
- Google DeepMind, “Piloting the world’s first double-blind AI evaluations,” August 27, 2026.
- Trask et al., “Double Blind Evals: Resolving the Dual Confidentiality Dilemma in AI Safety Auditing,” technical report, 2026.
- Google Cloud, “Confidential Computing,” product architecture overview, accessed September 2026.