Unit 03

Dive deeper

This unit is for choosing a technical direction. Choose one primary track below and work through its readings. That is the required part of the unit.

The six tracks are starting points and do not cover the whole field. Verification is technically and politically messy, and the summaries that exist leave gaps. Use the readings to get your bearings, then work out for yourself what the field needs and what a six-day project could test.

How to use this unit Choose one primary track

Read one track closely. If your project crosses boundaries, add a supporting reading from another track.

Before you pick

EXERCISE Required 10-15 min

100 experts

Proof Works

Allocate 100 imaginary hires across the verification field. Submitting your answers at the end is optional. Use it to think through the kinds of talent verification will need and where you would put it. If you think something important is missing from the six areas below, that can be your project.

Open the exercise

Hardware-rooted

Mechanisms that try to make the chip, package or attached hardware produce evidence about where it is, what it is allowed to run, or what work it performed.

Track total: about 2.5-3 hours.

WATCH 3.1 12 min

flexHEG

davidad, AI Security Forum

Defines a flexHEG as hardware governance the owner can trust not to enable covert surveillance and a governance authority can trust to enforce disclosed policies, working air-gapped, with rules updated by cryptographic quorum. Ends with the six-component design and the case that each part is feasible.

Video thumbnailWatch on YouTube
READ 3.1 40-60 min

Hardware-Enabled Governance Mechanisms

Kulp et al. (RAND, 2024)

A RAND working paper proposing two classes of hardware-enabled governance mechanisms, offline licensing and fixed set, with a threat analysis of how each could be circumvented.

What to read

Executive summary, then skim the offline licensing and fixed set chapters.

Link
READ 3.2 15-20 min

Guaranteeable Memory: An HBM-Based Chiplet for Verifiable AI Workloads

Petrie (2025)

A short proposal for a chiplet that lets high-bandwidth memory participate in workload verification, moving the root of trust closer to where the model and activations pass.

What to read

The full paper.

Link
READ 3.3 45-60 min

Guardain: Protecting Emerging Generative AI Workloads on Heterogeneous NPU

Dhar et al. (IEEE S&P, 2025)

A systems-security paper on runtime protection and isolation for generative workloads on heterogeneous accelerators.

What to read

Abstract, introduction and sections 6 and 8. Skim section 2.

Link
READ 3.4 30 min

On TEEs for Privacy-Preserving Monitoring in AI Governance

MIRI Technical Governance Team (2025)

Argues that trusted execution environments can give a regulator verification of AI deployments without mass surveillance, then works through side-channel attacks, physical key extraction, measurement completeness and reliance on vendor-controlled hardware identities. Goes into more depth on confidential computing than the CNAS report in Unit 2.

What to read

The whole post.

Link

Inference verification

Checking whether an output plausibly came from the claimed model, even when exact deterministic replay is unavailable.

Track total: about 2.5-3 hours.

WATCH 3.6 11 min

Inference Verification in a TEE

Roy Rinberg, AViD workshop

Shows that non-determinism in inference verification is tractable. Fewer than a thousand tokens separate a model from its quantised version, and running the verifier inside a TEE removes the need to trust the verifier. Closes by presenting bug catching, hacker detection and treaty verification as the same problem at different levels of trust and adversary power.

Video thumbnailWatch on YouTube
READ 3.5 40-60 min

Verifying LLM Inference to Detect Model Weight Exfiltration

Rinberg et al. (2025)

A security-game version of inference verification, asking whether a service can secretly use exfiltrated weights while still producing outputs that pass a verifier's statistical checks.

What to read

Abstract, introduction and the empirical results.

Link
READ 3.6 40-55 min

DiFR: Inference Verification Despite Nondeterminism

Karvonen et al. (2025)

Explains why exact replay is brittle, then uses distributional fingerprints to verify nondeterministic inference without requiring every floating-point operation to reproduce bit-for-bit.

What to read

Abstract, introduction and the methods.

Link
READ 3.7 20-30 min

Bit-Exact AI Inference Verification Without Performance Tradeoffs

Cankaya (2026)

Shows that modern LLM inference can be recomputed bit-for-bit without performance-reducing determinism flags when relevant execution details are available.

What to read

Abstract, introduction and sections 3 and 4.

Link
READ 3.8 25 min

AI 2040: Verification Plan

AI Futures Project (2026)

Applies the recomputation idea from the papers above to a concrete treaty setting, spelling out how a training pause between distrustful states would be verified. Network taps redirect datacentre traffic to a recomputation server that re-runs a random sample of the work, with enforcement layers around it.

What to read

The whole supplement.

Link

Zero-knowledge proofs

Proving a claim about a model or training run without revealing the weights or data.

Track total: about 3.5-4.5 hours.

WATCH 3.10 20 min

Efficient Zero-Knowledge Proofs for AI Inference

Bing-Jyue Chen, AViD workshop

Explains how proving one GPT-2 token went from an hour to about 1.5 seconds in three years, by collapsing linear operations into single constraints and exploiting the structure of exponentiation tables. It also compares what a cryptographic proof guarantees with what TEE attestation guarantees.

Video thumbnailWatch on YouTube
READ 3.9 30-45 min

Verifiable evaluations of machine learning models using zkSNARKs

South et al. (2024)

A model-attestation construction in which the evaluator gets cryptographic evidence that a model with private weights achieves stated performance on public benchmark inputs.

What to read

Abstract, introduction and the system design.

Link
READ 3.10 45-60 min

zkLLM: Zero Knowledge Proofs for Large Language Models

Sun et al. (CCS, 2024)

A systems paper on reducing the cost of ZK proofs for LLM inference. Read it for the engineering bottlenecks.

What to read

The full paper.

Link
READ 3.11 45-60 min

ZKML: An Optimizing System for ML Inference in Zero-Knowledge Proofs

Chen et al. (EuroSys, 2024)

Compiler and systems work for ZKML inference. Shows where proof cost comes from and which optimisations matter.

What to read

The full paper.

Link
READ 3.12 15 min

Handling floating point in ZK inference verification

James Petrie

Sidesteps floating-point non-determinism by proving a bound on how much hidden information an output could carry, instead of reproducing exact tokens. This addresses the floating-point problem faced by the ZK inference papers above.

What to read

The README.

Link
READ 3.13 25 min

Architecture-private Zero-knowledge Proof of Neural Networks

Guo, Guo, Qu, Zhang (2025)

Most zkML hides the weights but leaks the model architecture. This scheme hides the architecture too, for CNNs, at 30 to 40 percent more prover time than the architecture-public state of the art.

What to read

Abstract, introduction, and the technical overview in section 3.

Link
READ 3.14 15 min

NanoZK: Privacy-Preserving Verifiable Inference for Large Language Models via Layerwise Zero-Knowledge Proofs

Zhaohui Geoffrey Wang (2026)

Proves LLM inference layer by layer with constant-size 5.5KB proofs, roughly 70 times smaller and 5.7 times faster to prove than EZKL. A 2026 reference point for how far ZK inference proofs have moved since the 2024 papers above.

What to read

Abstract and introduction.

Link
READ 3.15 25 min

Hollow-LLM Attack: Computationally Trivial Weights in Zero-Knowledge Verification of LLM Inference

IEEE S&P (2026)

An attack on ZK verification of LLM inference. A prover can satisfy the proof with hollowed-out, computationally trivial weights, so a valid proof does not on its own show that the claimed model did the work.

What to read

Paywalled. You will need to purchase it or use institutional access.

Link

Telemetry and detection

Reading network, timing, memory and other side-channel signals to infer what a cluster is doing.

Track total: about 2-3 hours.

WATCH 3.18 17 min

Physical Verification of AI Systems against Nation-state Adversaries

Shahin Tajik, AViD workshop

Covers what a nation-state attacker can do to a chip, including laser probing that reads individual transistors and 200-dollar spy implants, and the anti-tamper enclosures built in response. The constructive half presents impedance sensing to detect tampering, and compute and memory puzzles that catch a datacentre lying about its utilisation.

Video thumbnailWatch on YouTube
READ 3.16 45-60 min

Timing and Memory Telemetry on GPUs for AI Governance

Monfared et al. (2026)

Uses challenge-response timing and GPU memory residency signals to infer whether a declared workload is running on the claimed hardware.

What to read

The full paper.

Link
READ 3.17 20-30 min

Network Traffic Hashing

Amodo Design (2026)

A lab notebook on hashing every packet crossing a 400GbE link, to establish the hardware cost of the tap side of evidence capture. SipHash and AES-GMAC sustain line rate on a 32-core CPU for realistic frame sizes, DPUs fall short, and minimum-size frames need an FPGA.

What to read

The full post.

Link
READ 3.18 25 min

“Energon”: Unveiling Transformers from GPU Power and Thermal Side-Channels

Chaudhuri et al. (2025)

Reads GPU power draw and temperature to infer a transformer’s architecture, classifying model families at 95 and 91 percent for language and vision models and key hyperparameters at close to 100 percent. Framed as an attack, but the same power side-channel is a governance signal for telling what a datacentre is running.

What to read

Abstract, introduction and sections IV and V.

Link
READ 3.19 25-35 min

Suppressing Side Channels in an Untrusted Data Center via Retrofitted Defenses

Cankaya (2026)

Surveys physical side channels in monitored AI datacentres and proposes layered retrofitted defences to bound covert communication bandwidth.

What to read

The whole post.

Link

Memory and physical evidence

Evidence from the physical layer, covering proofs of memory erasure, tamper detection around chips and enclosures, and verification from outside the chip.

Track total: about 2-2.5 hours.

READ 3.20 20-30 min

Software-Based Memory Erasure with relaxed isolation requirements

Bursuc et al. (2024)

A proof-of-secure-erasure construction. Deletion of data or weights is a claim a verification regime may need to prove.

What to read

Abstract, introduction, lightweight protocol and conclusion.

Link
READ 3.21 40-55 min

Off-Chip Compute Verification

Baker (2026)

A design note on verifying compute from outside the chip, as a counterpoint to on-chip governance. Sets out what off-chip evidence can establish and its limits.

What to read

The full document.

Link
READ 3.22 25-35 min

Anti-Tamper Radio: System-Level Tamper Detection for Computing Systems

Staat et al. (IEEE S&P, 2022)

Detects physical manipulation by monitoring radio-wave propagation inside a protected enclosure.

What to read

Abstract, introduction and the system outline and adversary model.

Link
READ 3.23 25-35 min

The Past, Present, and Future of Physical Security Enclosures

Obermaier and Immler (2018)

A survey of physical security enclosures and PUF-based tamper evidence.

What to read

Paywalled. You will need to purchase it or use institutional access.

Link

Attestation and audit

Trusted environments, audit protocols and certification regimes that produce evidence someone else can check.

Track total: about 2.5-3.5 hours.

READ 3.24 65-85 min

International Governance of Civilian AI: A Jurisdictional Certification Approach

Trager et al. (2023)

A governance architecture in which domestic jurisdictions certify actors and international rules rely on those certificates, without direct inspection of every provider.

What to read

The full paper.

Link
READ 3.25 30-45 min

Verification Methods for International AI Agreements

Wasil et al. (2024)

A compact survey that separates national technical means, access-dependent methods and hardware-dependent methods, with comparisons to arms-control verification practice.

What to read

The full paper.

Link
READ 3.26 25-35 min

Tools for verifying neural models' training data

Choi et al. (2023)

Surveys tests for training-data verification based on memorisation, committed random seeds and re-training segments of the run, and shows why “what data was used?” is a hard claim to verify.

What to read

The introduction, the verification strategies and the discussion and limitations.

Link
READ 3.27 30-40 min

Proof-of-Learning is Currently More Broken Than You Think

Fang et al. (IEEE EuroS&P, 2023)

Demonstrates reproducible low-cost attacks on proof-of-learning schemes and argues robust verification depends on unresolved questions about deep-learning optimisation.

What to read

Abstract, introduction and sections 5 and 7.

Link

Finished this unit? Please give us your feedback on how it went!