A NEW EVIDENCE STANDARD FOR AI RESEARCH

A high score.
A deeper question.

What did the research process contribute?

The Discovery Certification Protocol turns AI research claims into testable evidence. Validate the gain. Challenge its recovery. Measure the contribution of feedback.

Carnegie Mellon University
School of Computer Science
THE RESEARCH LOOP
INTERACTIVE PROTOCOL ILLUSTRATION
01

Freeze the model, starting material, evaluator, and budgets before the research run.

SELECT A NODE

THE PROTOCOL

One result.
Three sharper questions.

An AI research agent proposes ideas, runs experiments, and uses feedback to choose its next step. DCP tests the outcome and the evidence behind that loop.

01VALIDATE
Baseline
Research result
Registered margin

Does the result hold up?

Check a valid artifact against a frozen baseline on a sealed evaluator. Establish a useful, measurable gain.

A validated outcome
02CHALLENGE
Same numerical target

Could a fresh agent recover it?

Give matched agents the starting information and captured Web content, with the target research history withheld. Count every qualifying recovery.

Bounded recovery evidence
03ATTRIBUTE · OPTIONAL

What did feedback contribute?

Compare fresh paired runs from a shared checkpoint. Test truthful feedback against a registered neutral policy with independent null calibration.

A calibrated feedback effect
DCP Core

Valid gain + adequate controls + zero recoveries + a passing probability bound.

+
DCP Evidence

Core + a supported paired feedback effect over a calibrated neutral policy.

A registered episode includes the agent’s full budget, candidates, and selection procedure. A qualifying recovery vetoes Core eligibility. Incomplete controls or insufficient evidence produce an inconclusive decision.

Read the methodology

THE EVIDENCE

Different tasks.
The same questions.

Two controlled, three-gate audits with known information boundaries. Each uses its own frozen model and task. Every displayed decision has a replayable evidence bundle.

SQLITE-WEBDeepSeek V4 Flash

Make database
queries cheaper.

Choose up to four indexes for a hidden SQLite workload. Experimental feedback reveals which choices reduce measured query cost.

0/96challenger recoveries
30 vs 0truthful / neutral successes
Core + Evidence certified
VIRTUAL CATALYSTDeepSeek V4 Pro

Find a better
catalyst recipe.

Tune five controls in a virtual catalyst task. Use experimental measurements to find a recipe with higher sealed utility.

0/96challenger recoveries
30 vs 0truthful / neutral successes
Core + Evidence certified
0.0468Recovery probability upper bound
for each registered audit
45 / 45Positive controls recovered
in each audit
60 pairsPassing null calibration
in each audit

Each feedback study contains 30 fresh pairs. Decisions are conditional on the registered model, budget, information, and policies. These are locally replayed protocol decisions; formal third-party issuance is a separate step.

Explore all four published audit bundles

THE TOOLKIT

A small install.
An inspectable result.

Start with an existing audit, then bring the protocol to your own research loop. Two focused Python packages cover evidence verification and capture.

THE OFFLINE VERIFIER

dcp-audit

Verify bundle integrity, recompute the protocol decision, and compare it with the recorded certificate. Runs locally using frozen evidence.

DeterministicLLM-freeOffline replay
Get dcp-audit on PyPI

THE RESEARCH HARNESS

dcp-harness

A lightweight Claude Code CLI wrapper for prospective research runs. Connect a task adapter, capture allowed Web responses, and schedule the audit controls.

Web captureMatched challengesPaired runs
Get dcp-harness on PyPI
From install to evidence
Python 3.11+ · use a virtual environment
# Install in an isolated environment
python -m venv .venv
source .venv/bin/activate
python -m pip install dcp-audit dcp-harness

# Get the published evidence and replay both audits
git clone https://github.com/cxcscmu/Discovery-Certification-Protocol.git
cd Discovery-Certification-Protocol
dcp verify examples/audits/sqlite-web
dcp verify examples/audits/virtual-catalyst
Expected replayVERIFIED · Core certified · Evidence certified

Replay verification checks agreement with the saved decision. The Core and Evidence fields report the scientific verdict.

THE PAPER

Scores Alone Do Not
Prove Discovery.

The Discovery Certification Protocol
for Auditing AI Research Agents

Jingjie Ning · Shanshan Zhong · Xiaochuan Li · Ji Zeng

School of Computer Science, Carnegie Mellon University

Read the full paper

Public preprint · 2026

CITE THIS WORK
@misc{ning2026dcp,
  title = {Scores Alone Do Not Prove Discovery:
    The Discovery Certification Protocol
    for Auditing AI Research Agents},
  author = {Ning, Jingjie and Zhong, Shanshan
    and Li, Xiaochuan and Zeng, Ji},
  year = {2026},
  howpublished = {Public preprint},
  url = {https://cxcscmu.github.io/Discovery-Certification-Protocol/}
}