REVIEW 3 major objections 5 minor 2 cited by
Technical Options for Flexible Hardware-Enabled Guarantees
T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read The report argues that an Interlock on the accelerator's data path — most plausibly a repurposed network interface controller — can give AI developers cryptographically signed, privacy-preserving guarantees about past and future compute…
desk verdict A useful design study with a clever FLOP-counting protocol, but the NIC-based Interlock only covers scale-out traffic, not host or NVLink paths. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the Interlock: a Guarantee Processor with direct access to a buffer on the accelerator's data path, so that all data and instructions must pass through it. It converts 'what was computed?' from a question that requires trusting proprietary accelerator internals into a question that can be answered by watching a choke point. Three supporting mechanisms carry the design: an encrypted cluster formation protocol (public-key authorization followed by per-source AES-GCM session keys) that lets Interlocks see and constrain which accelerators may communicate; a tamper-evident or tamper-responsive Secure Enclosure that raises the cost of physical attack and can permanently disable a chip; and an on-the-fly distributed FLOP log in which each node stores per-source maxima rather than a single running total, so multi-accelerator compute can be certified without double counting.
What would settle it
A prototype red-team test would settle it: place a NIC-based Interlock between two accelerators running a distributed workload and try two attacks — spoofing a read of accelerator memory through the PCIe path, and injecting precomputed intermediate data through the external-data channel within the allowed latency. If either attack yields a guarantee certificate that passes automated verification, the central monitoring-and-control claim fails. A simpler early signal is vendor policy: if accelerator makers' next confidential-computing releases still block third-party direct memory access into accelerator memory, the retrofittable Interlock cannot be built as proposed.
Extended reading notes
Core claim
The central claim is that a third-party hardware component, placed on the accelerator's data path, can provide privacy-preserving and verifiable guarantees about both past and future accelerator use, treating the accelerator itself as a black box. The report calls this component an Interlock: as the only path for data and instructions to enter the accelerator, it can robustly monitor and/or control that flow, and by controlling the key exchange that forms encrypted clusters it gains visibility into how data moves between accelerators. The report identifies the network interface controller as the most promising retrofittable home for the Interlock, since modern NICs already sit on the data path, have programmable compute and inline cryptography, and can be swapped by third parties. To make guarantees concrete, the report develops a multi-accelerator FLOP-counting protocol in which each Interlock carries a small log of the highest FLOP counts that could have causally influenced its local data, while external data is hash-anchored and delayed to prevent 'FLOP laundering', so a signed certificate can attest to the compute behind any output.
Load-bearing premise
The load-bearing premise is that a third-party component can gain trustworthy, spoof-resistant access to the accelerator's data path and memory without unacceptable performance loss — access that the report's own footnote records is currently blocked by the leading accelerator vendor's confidential-computing implementation.
Editorial extensions
If this is right
- A developer could certify that a training run stayed within a stated FLOP budget or used only approved data, without disclosing the model or its weights.
- Because the Interlock can control as well as observe, guarantees can cover future use: a tamper-responsive enclosure can permanently disable an accelerator before its guarantee logic can be circumvented.
- A NIC-based retrofit could reach existing accelerators years before integrated on-die designs, and meeting the report's 2027 deployment window depends on that path.
- k-of-n signed updates mean no single vendor or state can unilaterally change the rules, and licenses with minimum version numbers can force updates even on air-gapped systems.
- The FLOP-counting protocol scales to very large clusters, storing roughly 30MB per node of source-ID maxima, and resists laundering by hashing and delaying external data.
Reading between the lines
- The prefix-log scheme reads as a general template: the same per-source maximum propagation could carry compute-graph hashes or other workload summaries, so the anti-laundering design likely extends to guarantees beyond FLOPs — an extension the report leaves implicit.
- The whole retrofit path hinges on one commercial decision the report cannot settle: whether accelerator vendors will permit third-party direct memory access while their confidential-computing features are enabled; the first vendor release to allow this would be a decisive test signal.
- A natural downstream application is inference-time guarantees, such as capping chain-of-thought length, because an Interlock on a serving network card sees deployed traffic, not only training traffic.
- If the data-path Interlock proves infeasible, the report's own power-measurement prototype and opportunistic workload classification form a credible interim tier for domestic oversight — a fallback the roadmap acknowledges only in passing.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes flexHEG, a hardware-based system for enabling AI developers to make verifiable, privacy-preserving guarantees about accelerator usage. It surveys four modification strategies (integrated hardware, retrofitted hardware, firmware, software), analyzes Guarantee Processor and Secure Enclosure design choices, and develops an 'Interlock' architecture in which a component on the accelerator's data path monitors and controls data and instruction flow. The report then sketches general-purpose guarantee mechanisms, a multi-accelerator FLOP counting protocol, an encrypted cluster formation protocol, and a multi-year R&D roadmap. The main claimed contribution is that a retrofittable Interlock, implemented by repurposing or replacing the NIC, can provide robust verifiable guarantees about past and future accelerator use while treating the accelerator as a black box.
Significance. If the central architectural claim held, the paper would be a valuable design-space analysis for a policy-relevant problem: it names concrete hardware touchpoints, gives order-of-magnitude cost estimates, and proposes falsifiable mechanisms such as the FLOP log and the k-of-n update authorization pseudocode. The report is honest about its own limitations, explicitly calling for red-teaming, empirical workload datasets, and implementation, and it credits related work by Shavit, Mithril, EQTY, and prior licensing/firmware proposals. The taxonomy of accelerator modifications and the threat-model appendix are useful even independently of the Interlock claim. However, the work is a design sketch rather than a validated system: no component is implemented or formally analyzed, and, as detailed below, the NIC-based Interlock does not satisfy the 'only path' property on contemporary accelerator architectures. The significance is therefore conditional on a substantial revision of the central claim.
major comments (3)
- [Interlock-Based FlexHEG Design / Repurposing the Network Interface Controller] The defining property of the Interlock is that it is 'the only path for data and instructions to enter the accelerator,' but the proposed retrofittable implementation, replacing the NIC, sits only on the scale-out network path. On the GB200 NVL72 architecture described in Appendix A, kernel launch and control traffic enter through the host CPU via PCIe or NVLink-C2C, and large tensor-parallel and pipeline-parallel exchanges travel over intra-tray NVLink without touching the NIC. A NIC-based Interlock therefore cannot observe or block host-issued kernels or NVLink transfers, so it does not satisfy the 'only path' condition and cannot by itself enforce future-usage guarantees. The paper should either restrict the Interlock claim to scale-out traffic or describe how interlocks on all ingress paths are coordinated and physically secured.
- [Guarantee Example: Multi-Accelerator FLOP Counting] Steps 3 and 4 of the FLOP counting protocol require each Interlock to prepend its FLOP log to data sent to other accelerators. Because intra-node NVLink traffic never traverses the NIC, the FLOP provenance of the dominant in-node data flows is not captured; an accelerator can receive data via NVLink without the local Interlock learning the sender's FLOP log. The protocol is therefore incomplete for the very multi-accelerator workloads it targets unless interlocks are placed on NVLink paths or the design trusts accelerator-internal performance counters, which contradicts the black-box motivation stated earlier in the Interlock section.
- [Hardware Modifications (Retrofitted), footnote 4] The paper's own note that Nvidia's confidential computing blocks third-party DMA and that PCIe reads may be spoofable undercuts the proposed data-access route for a plug-in Guarantee Processor: the text claims 'Nvidia supports third party direct memory access to HBM' and that 'a third-party device could potentially be set up to read from HBM.' Because robust access to accelerator workload data is design goal (2), this is load-bearing for the retrofit path. The report should identify a concrete mechanism or required vendor cooperation for trustworthy HBM reads, or explicitly demote the retrofit option to a partial solution that cannot support the full Interlock guarantee.
minor comments (5)
- [Cryptography Hardware] The PCIe encryption estimate uses 3000*10^9 bytes/s rather than the 128 GB/s PCIe figure given earlier in the same section; as written, 3000e9 * 75 / 1.98e15 is about 11%, not 0.5%, while the intended estimate should be about 0.5% using 128e9 bytes/s. Please correct the arithmetic and the referenced bandwidth.
- [Accelerator Measurements] The table entry for 'Accelerator Instructions' ends with 'One limitation' and then the cell is empty; the sentence is incomplete.
- [Cryptography Hardware / cross-reference] The text refers to 'the section, A Specific Retrofittable flexHEG Design,' but no such section appears in the table of contents or in the supplied text; either add the section or fix the cross-reference.
- [Secure Enclosure and Bibliography] Several numeric citation markers appear mismatched with the bibliography (for example, [9], [10], [11], [14], and [15] in the Secure Enclosure section do not correspond to the listed references); the citation numbering should be checked throughout.
- [Figures] Figure 2 is referenced in the Hardware Modifications (Integrated) section before Figure 1 is introduced in Appendix A; reordering the figures or adjusting the references would improve readability.
Circularity Check
No significant circularity: the Interlock and FLOP-log designs are argued from data-path placement and protocol construction, not from fitted outputs or load-bearing self-citation.
full rationale
The report is a design-space analysis rather than an empirical derivation, and no claimed result reduces by construction to its inputs. The central Interlock property is stated as a placement condition: “As the only path for data and instructions to enter the accelerator, the interlock would be able to robustly monitor and/or control this flow”; this is definitional to the design scenario, not a prediction derived from fitted data. The NIC retrofit is explicitly offered as “a promising option,” and the paper itself flags the load-bearing assumption in footnote 4: Nvidia confidential computing blocks direct memory access from third-party devices and PCIe reads may be spoofable. The FLOP-counting protocol (steps 1–4) is a constructive sketch whose correctness depends on the stated assumption that each Interlock can maintain and prepend a FLOP log; that assumption is an input to the design, not a conclusion the paper purports to derive. The only references involving the authors’ prior work ([11], [12], [13]) support the optional firmware-licensing and update mechanism, which is not load-bearing for the Interlock or FLOP-log proposals, and no uniqueness theorem or forbidden-alternative argument is imported from those citations. The core architecture is therefore self-contained as a technical option analysis, and no circular step is present.
Assumptions & free parameters
free parameters (3)
- AES-GCM compute cost estimate =
~75 operations per byte
- External data delay for FLOP anti-laundering =
on the order of months, example 3 months
- Accelerator displacement timeline =
3.7-7.9 years for integrated flexHEG
assumptions (5)
- domain assumption A third-party component can sit on the accelerator data path and read HBM via DMA or NIC without being blocked or spoofed.
- domain assumption The accelerator can be treated as a black box for complex guarantee checks.
- domain assumption Secure enclosures can enclose accelerators while handling up to 1200W heat dissipation, liquid cooling, and maintenance.
- ad hoc to paper External data can be hashed and delayed or audited to prevent FLOP laundering.
- domain assumption Local FLOP counts can be obtained accurately from performance counters, kernel scans, or power usage.
invented entities (3)
-
Guarantee Processor
-
Secure Enclosure
-
Interlock
Cite this review
Pith. "Pith review of Technical Options for Flexible Hardware-Enabled Guarantees." pith.science (2026). https://pith.science/paper/YHTKAEPX
@misc{pith2026250603409,
author = {Pith},
title = {Pith review of: Technical Options for Flexible Hardware-Enabled Guarantees},
year = {2026},
howpublished = {\url{https://pith.science/paper/YHTKAEPX}},
note = {Machine review of arXiv:2506.03409}
}
read the original abstract
Frontier AI models pose increasing risks to public safety and international security, creating a pressing need for AI developers to provide credible guarantees about their development activities without compromising proprietary information. We propose Flexible Hardware-Enabled Guarantees (flexHEG), a system integrated with AI accelerator hardware to enable verifiable claims about compute usage in AI development. The flexHEG system consists of two primary components: an auditable Guarantee Processor that monitors accelerator usage and verifies compliance with specified rules, and a Secure Enclosure that provides physical tamper protection. In this second report of a three part series, we analyze technical implementation options ranging from firmware modifications to custom hardware approaches, with focus on an "Interlock" design that provides the Guarantee Processor direct access to accelerator data paths. Our proposed architecture could support various guarantee types, from basic usage auditing to sophisticated automated verification. This work establishes technical foundations for hardware-based AI governance mechanisms that could address emerging regulatory and international security needs in frontier AI development.
Forward citations
Cited by 2 Pith papers
-
How to Catch a GPU: A Taxonomy of Verification and Enforcement Mechanisms for International AI Agreements
Verification of international AI agreements will fail first at detecting hidden compute facilities, around the 10,000-H100-equivalent scale, before other enforcement mechanisms break.
-
Safety Features for a Centralised AGI Project
A policy proposal for seven safety features, including bottom-up pause authority, congressional-chartered board oversight, risk monitoring, and verification technology, to reduce catastrophic risks in a centralized US...
Reference graph
Works this paper leans on
-
[1]
International AI Safety Report,
Y. Bengio et al. , “International AI Safety Report,” Jan. 29, 2025, arXiv : arXiv:2501.17805. doi: 10.48550/arXiv.2501.17805
-
[2]
Computing Power and the Governance of Artificial Intelligence,
G. Sastry et al. , “Computing Power and the Governance of Artificial Intelligence,” Feb. 13, 2024, arXiv : arXiv:2402.08797. doi: 10.48550/arXiv.2402.08797
-
[3]
Governing Through the Cloud | GovAI
“Governing Through the Cloud | GovAI.” Accessed: Apr. 12, 2025. [Online]. Available: https://www.governance.ai/research-paper/governing-through-the-cloud
work page 2025
-
[4]
Announcing The Stargate Project
“Announcing The Stargate Project.” Accessed: Apr. 11, 2025. [Online]. Available: https://openai.com/index/announcing-the-stargate-project/
work page 2025
-
[5]
xAI targets one million GPUs for Colossus supercomputer in Memphis
M. G. 1 Comment, “xAI targets one million GPUs for Colossus supercomputer in Memphis.” Accessed: Apr. 12, 2025. [Online]. Available: https://www.datacenterdynamics.com/en/news/xai-elon-musk-memphis-colossus-gpu/
work page 2025
-
[6]
The stock of computing power from NVIDIA chips is doubling every 10 months,
L. Frymire, “The stock of computing power from NVIDIA chips is doubling every 10 months,” Epoch AI. Accessed: Apr. 12, 2025. [Online]. Available: https://epoch.ai/data-insights/nvidia-chip-production
work page 2025
-
[7]
K. F. Pilz, Y. Mahmood, and L. Heim, “AI’s Power Requirements Under Exponential Growth: Extrapolating AI Data Center Power Demand and Assessing Its Potential Impact on U.S. Competitiveness,” RAND Corporation, Jan. 2025. Accessed: Apr. 05, 2025. [Online]. Available: https://www.rand.org/pubs/research_reports/RRA3572-1.html
work page 2025
-
[8]
datasheet_SuperCluster_GB200_NVL72.pdf
“datasheet_SuperCluster_GB200_NVL72.pdf.” Accessed: Apr. 05, 2025. [Online]. Available: https://www.supermicro.com/datasheet/datasheet_SuperCluster_GB200_NVL72.pdf
work page 2025
Show all 80 references
-
[9]
1. Overview — GPUDirect RDMA 12.8 documentation
“1. Overview — GPUDirect RDMA 12.8 documentation.” Accessed: Apr. 12, 2025. [Online]. Available: https://docs.nvidia.com/cuda/gpudirect-rdma/
2025
-
[10]
Hardware Secure Boot,
B. Kelly, “Hardware Secure Boot,” Open Compute Proj. , [Online]. Available: https://www.opencompute.org/documents/secure-boot-2-pdf
-
[11]
Hardware-Enabled Governance Mechanisms: Developing Technical Solutions to Exempt Items Otherwise Classified Under Export Control Classification Numbers 3A090 and 4A090,
G. Kulp et al. , “Hardware-Enabled Governance Mechanisms: Developing Technical Solutions to Exempt Items Otherwise Classified Under Export Control Classification Numbers 3A090 and 4A090,” RAND Corporation, Jan. 2024. Accessed: Aug. 23, 2024. [Online]. Available: https://www.rand...
2024
-
[12]
Aarne, T
O. Aarne, T. Fist, and C. Withers, “Secure, Governable Chips. Using On-Chip Mechanisms 46 Flexible Hardware-Enabled Guarantees | Part I | Part II | Part III to Manage National Security Risks from AI & Advanced Computing,” Jan. 2024, [Online]. Available: https://www.cnas.org/pu...
2024
- [13]
-
[14]
Laser Fault Injection on a Budget: RP2350 Edition,
courk, “Laser Fault Injection on a Budget: RP2350 Edition,” Courk’s Blog. Accessed: Apr. 05, 2025. [Online]. Available: https://courk.cc/rp2350-challenge-laser
2025
-
[15]
Trusted Execution Environment: What It is, and What It is Not,
M. Sabt, M. Achemlal, and A. Bouabdallah, “Trusted Execution Environment: What It is, and What It is Not,” in 2015 IEEE Trustcom/BigDataSE/ISPA , Aug. 2015, pp. 57–64. doi: 10.1109/Trustcom.2015.357
2015 doi
-
[16]
Technology overview - AICert
“Technology overview - AICert.” Accessed: Apr. 12, 2025. [Online]. Available: https://aicert.mithrilsecurity.io/en/latest/docs/getting-started/tech-overview/
2025
-
[17]
Verifiable Compute White Paper
“Verifiable Compute White Paper.” Accessed: Apr. 12, 2025. [Online]. Available: https://www.eqtylab.io/verifiable-compute-white-paper
2025
-
[18]
What does it take to catch a Chinchilla? Verifying Rules on Large-Scale Neural Network Training via Compute Monitoring,
Y. Shavit, “What does it take to catch a Chinchilla? Verifying Rules on Large-Scale Neural Network Training via Compute Monitoring,” May 30, 2023, arXiv : arXiv:2303.11341. doi: 10.48550/arXiv.2303.11341
-
[19]
Project T-TEE reading list - TEE - Trusted Execution Environment / Trustless TEEs,
“Project T-TEE reading list - TEE - Trusted Execution Environment / Trustless TEEs,” The Flashbots Collective. Accessed: Apr. 12, 2025. [Online]. Available: https://collective.flashbots.net/t/project-t-tee-reading-list/3566
2025
-
[20]
CVE - CVE-2024-56161
“CVE - CVE-2024-56161.” Accessed: Apr. 12, 2025. [Online]. Available: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-56161
2024
-
[21]
Secure Enclave,
“Secure Enclave,” Apple Support. Accessed: Aug. 23, 2024. [Online]. Available: https://support.apple.com/en-gb/guide/security/sec59b0b31ff/web
2024
-
[22]
What is Intel® Management Engine?,
“What is Intel® Management Engine?,” Intel. Accessed: Aug. 23, 2024. [Online]. Available: https://www.intel.com/content/www/us/en/support/articles/000008927/software/chip set-software.html
2024
-
[23]
Open source silicon root of trust (RoT) | OpenTitan
“Open source silicon root of trust (RoT) | OpenTitan.” Accessed: Aug. 23, 2024. [Online]. Available: https://opentitan.org/
2024
-
[24]
Caliptra: A Datacenter System on a Chip (SOC) Root of Trust (RoT)
B. Kelly and A. Lagar-Cavilla, “Caliptra: A Datacenter System on a Chip (SOC) Root of Trust (RoT)”
-
[25]
Tropic Square | TROPIC01
“Tropic Square | TROPIC01.” Accessed: Aug. 23, 2024. [Online]. Available: https://tropicsquare.com/product
2024
-
[26]
Hardware trojan attacks in FPGA devices: threat analysis and effective counter measures,
S. Mal-Sarkar, A. Krishna, A. Ghosh, and S. Bhunia, “Hardware trojan attacks in FPGA devices: threat analysis and effective counter measures,” in Proceedings of the 24th edition of the great lakes symposium on VLSI , in GLSVLSI ’14. New York, NY, USA: Association for Computing ...
2014
-
[27]
A Triple Core Lock-Step (TCLS) ARM® Cortex®-R5 Processor for Safety-Critical and Ultra-Reliable Applications,
X. Iturbe, B. Venu, E. Ozer, and S. Das, “A Triple Core Lock-Step (TCLS) ARM® Cortex®-R5 Processor for Safety-Critical and Ultra-Reliable Applications,” in 2016 46th Annual IEEE/IFIP International Conference on Dependable Systems and Networks Workshop (DSN-W) , Jun. 2016, pp. ...
2016 doi
-
[28]
Security through transparency: RP2350 Hacking Challenge results are in,
E. Upton, “Security through transparency: RP2350 Hacking Challenge results are in,” Raspberry Pi. Accessed: Apr. 12, 2025. [Online]. Available: https://www.raspberrypi.com/news/security-through-transparency-rp2350-hacking-chall enge-results-are-in/
2025
-
[29]
NVIDIA: Adoption of SPARK Ushers in a New Era in Security-Critical…,
RISC-V International, Keynote: RISC-V at NVIDIA: One Architecture, Dozens of Applications, Billions... - Frans Sijstermans , (Oct. 31, 2024). Accessed: Apr. 12, 2025. [Online Video]. Available: https://www.youtube.com/watch?v=C5A9z_Yk0KA 47 Flexible Hardware-Enabled Guarantees...
2024
-
[31]
A secure approach to generative AI with AWS | AWS Machine Learning Blog
“A secure approach to generative AI with AWS | AWS Machine Learning Blog.” Accessed: Apr. 12, 2025. [Online]. Available: https://aws.amazon.com/blogs/machine-learning/a-secure-approach-to-generative-ai-wit h-aws/
2025
-
[32]
GB200 Hardware Architecture – Component Supply Chain & BOM,
“GB200 Hardware Architecture – Component Supply Chain & BOM,” SemiAnalysis. Accessed: Apr. 12, 2025. [Online]. Available: https://semianalysis.com/2024/07/17/gb200-hardware-architecture-and-component/
2025
-
[33]
Revision 1.0, Version 1.00 Authors:
R. Bingi et al. , “Revision 1.0, Version 1.00 Authors:”. [34] A. S, “Technology,” Axiado Corporation. Accessed: Apr. 12, 2025. [Online]. Available: https://axiado.com/tcu-platform/
2025
-
[35]
NVIDIA Contributes NVIDIA GB200 NVL72 Designs to Open Compute Project,
“NVIDIA Contributes NVIDIA GB200 NVL72 Designs to Open Compute Project,” NVIDIA Technical Blog. Accessed: Apr. 12, 2025. [Online]. Available: https://developer.nvidia.com/blog/nvidia-contributes-nvidia-gb200-nvl72-designs-to-ope n-compute-project/
2025
-
[36]
Security Engineering: A Guide to Building Dependable Distributed Systems, 3rd Edition | Wiley,
“Security Engineering: A Guide to Building Dependable Distributed Systems, 3rd Edition | Wiley,” Wiley.com. Accessed: Apr. 12, 2025. [Online]. Available: https://www.wiley.com/en-us/Security+Engineering%3A+A+Guide+to+Building+Depen dable+Distributed+Systems%2C+3rd+Edition-p-97...
2025
-
[37]
The Past, Present, and Future of Physical Security Enclosures: From Battery-Backed Monitoring to PUF-Based Inherent Security and Beyond,
J. Obermaier and V. Immler, “The Past, Present, and Future of Physical Security Enclosures: From Battery-Backed Monitoring to PUF-Based Inherent Security and Beyond,” J. Hardw. Syst. Secur. , vol. 2, no. 4, pp. 289–296, Dec. 2018, doi: 10.1007/s41635-018-0045-2
2018 doi
-
[38]
Cryptographic Module Validation Program | CSRC | CSRC,
I. T. L. Computer Security Division, “Cryptographic Module Validation Program | CSRC | CSRC,” CSRC | NIST. Accessed: Apr. 12, 2025. [Online]. Available: https://csrc.nist.gov/projects/cryptographic-module-validation-program
2025
-
[39]
Extracting a 3DES key from an IBM 4758
“Extracting a 3DES key from an IBM 4758.” Accessed: Apr. 12, 2025. [Online]. Available: https://www.cl.cam.ac.uk/~rnc1/descrack/
2025
-
[40]
Efficacy of Tamper-Indicating Devices
R. G. Johnston, A. R. E. Garcia, and A. N. Pacheco, “Efficacy of Tamper-Indicating Devices”. [41] X. Xu, A. Rahmati, D. E. Holcomb, K. Fu, and W. Burleson, “Reliable Physical Unclonable Functions Using Data Retention Voltage of SRAM Cells,” IEEE Trans. Comput.-Aided Des. Integr....
2015
-
[42]
Immersion vs. Two-Phase Liquid Cooling | ZutaCore
“Immersion vs. Two-Phase Liquid Cooling | ZutaCore.” Accessed: Apr. 12, 2025. [Online]. Available: https://blog.zutacore.com/zutacore-blog/two-phase-dlc-not-immersion-liquid-cooling
2025
-
[43]
Open Compute Project,
“Open Compute Project,” Open Compute Project. Accessed: Apr. 14, 2025. [Online]. Available: https://www.opencompute.org/products/525/cheval-group-open-rack-v3-nvidia-mgx-rac k-for-gb200-nvl72
2025
-
[44]
Confidential Computing on NVIDIA H100 GPUs for Secure and Trustworthy AI,
I. rangel Says, “Confidential Computing on NVIDIA H100 GPUs for Secure and Trustworthy AI,” NVIDIA Technical Blog. Accessed: Apr. 12, 2025. [Online]. Available: https://developer.nvidia.com/blog/confidential-computing-on-h100-gpus-for-secure-and-t rustworthy-ai/
2025
-
[45]
NVIDIA Scalable Hierarchical Aggregation and Reduction Protocol (SHARP) Rev 3.0.0,
“NVIDIA Scalable Hierarchical Aggregation and Reduction Protocol (SHARP) Rev 3.0.0,” NVIDIA Docs. Accessed: Apr. 12, 2025. [Online]. Available: https://docs.nvidia.com/networking/display/SHARPv300
2025
-
[46]
Authenticated-encryption with associated-data,
P. Rogaway, “Authenticated-encryption with associated-data,” in Proceedings of the 9th ACM 48 Flexible Hardware-Enabled Guarantees | Part I | Part II | Part III conference on Computer and communications security , in CCS ’02. New York, NY, USA: Association for Computing Machin...
2002
-
[47]
AES Galois Counter Mode (GCM) Cipher Suites for TLS,
J. A. Salowey, D. McGrew, and A. Choudhury, “AES Galois Counter Mode (GCM) Cipher Suites for TLS,” Internet Engineering Task Force, Request for Comments RFC 5288, Aug. 2008. doi: 10.17487/RFC5288
2008 doi
-
[48]
AES-GCM and breaking it on nonce reuse,
F. Reiter, “AES-GCM and breaking it on nonce reuse,” frereit’s blog. Accessed: Apr. 13, 2025. [Online]. Available: https://frereit.de/aes_gcm/
2025
-
[49]
Silex Insight extends their AES-GCM Crypto Engine offering by introducing an ultra-low latency version for PCI Express 5.0 and Compute Express Link 2.0,
“Silex Insight extends their AES-GCM Crypto Engine offering by introducing an ultra-low latency version for PCI Express 5.0 and Compute Express Link 2.0,” Design And Reuse. Accessed: Apr. 13, 2025. [Online]. Available: https://www.design-reuse.com/news/49950/silex-insight-ultra...
2025
-
[50]
Creating the First Confidential GPUs – Communications of the ACM
“Creating the First Confidential GPUs – Communications of the ACM.” Accessed: Aug. 24, 2024. [Online]. Available: https://cacm.acm.org/practice/creating-the-first-confidential-gpus/
2024
-
[51]
NVIDIA ConnectX-8 SuperNIC,
“NVIDIA ConnectX-8 SuperNIC,” NVIDIA. Accessed: Apr. 14, 2025. [Online]. Available: https://resources.nvidia.com/en-us-accelerated-networking-resource-library/connectx-dat asheet-c
2025
-
[52]
GB200 Hardware Architecture – Component Supply Chain & BOM,
“GB200 Hardware Architecture – Component Supply Chain & BOM,” SemiAnalysis. Accessed: Apr. 05, 2025. [Online]. Available: https://semianalysis.com/2024/07/17/gb200-hardware-architecture-and-component/
2025
-
[53]
What does it take to catch a Chinchilla? Verifying Rules on Large-Scale Neural Network Training via Compute Monitoring,
Y. Shavit, “What does it take to catch a Chinchilla? Verifying Rules on Large-Scale Neural Network Training via Compute Monitoring,” May 30, 2023, arXiv : arXiv:2303.11341. Accessed: Aug. 23, 2024. [Online]. Available: http://arxiv.org/abs/2303.11341
2023 arXiv
-
[54]
Compute Graph Framework SDK Reference: Architecture
“Compute Graph Framework SDK Reference: Architecture.” Accessed: Apr. 12, 2025. [Online]. Available: https://developer.nvidia.com/docs/drive/drive-os/6.0.9/public/driveworks-nvcgf/cgf_a rchitecture.html
2025
-
[55]
Dynamo Overview — PyTorch 2.6 documentation
“Dynamo Overview — PyTorch 2.6 documentation.” Accessed: Apr. 12, 2025. [Online]. Available: https://pytorch.org/docs/stable/torch.compiler_dynamo_overview.html
2025
-
[56]
torch.fx — PyTorch main documentation
“torch.fx — PyTorch main documentation.” Accessed: Apr. 12, 2025. [Online]. Available: https://pytorch.org/docs/main/fx.html#torch.fx.Graph
2025
-
[57]
deepseek-ai/DeepEP . (Apr. 11, 2025). Cuda. DeepSeek. Accessed: Apr. 12, 2025. [Online]. Available: https://github.com/deepseek-ai/DeepEP
2025
-
[58]
Classes of recursively enumerable sets and their decision problems,
H. G. Rice, “Classes of recursively enumerable sets and their decision problems,” Trans. Am. Math. Soc. , vol. 74, no. 2, pp. 358–366, 1953, doi: 10.1090/S0002-9947-1953-0053041-6
1953 doi
-
[59]
How To Scale Your Model
“How To Scale Your Model.” Accessed: Apr. 12, 2025. [Online]. Available: https://jax-ml.github.io/scaling-book/
2025
-
[60]
Verifying International Agreements on AI,
M. Baker, G. Kulp, O. Marks, M. Brundage, and L. Heim, “Verifying International Agreements on AI,” forethcoming
- [61]
-
[62]
BEST PRACTICES FOR FIRMWARE CODE SIGNING
C. Engel and D. Heller, “BEST PRACTICES FOR FIRMWARE CODE SIGNING”. [63] “Post-Quantum Secure Boot on OpenTitan,” zeroRISC. Accessed: Apr. 12, 2025. [Online]. Available: https://www.zerorisc.com/blog/post-quantum-secure-boot-on-opentitan
2025
-
[64]
Data diodes in support of trustworthy cyber infrastructure,
H. Okhravi and F. T. Sheldon, “Data diodes in support of trustworthy cyber infrastructure,” in Proceedings of the Sixth Annual Workshop on Cyber Security and Information Intelligence Research , in CSIIRW ’10. New York, NY, USA: Association for Computing Machinery, Apr. 2010, p...
-
[68]
TensorFlow
“TensorFlow.” Accessed: Apr. 14, 2025. [Online]. Available: https://www.tensorflow.org/ [69] openxla/stablehlo . (Apr. 11, 2025). MLIR. OpenXLA. Accessed: Apr. 14, 2025. [Online]. Available: https://github.com/openxla/stablehlo
2025
-
[70]
T Willard et al
B. T Willard et al. , Aesara . (Jun. 2023). Python. Accessed: Apr. 14, 2025. [Online]. Available: https://github.com/aesara-devs/aesara
2023
-
[71]
Model Intermediate Language — Guide to Core ML Tools
“Model Intermediate Language — Guide to Core ML Tools.” Accessed: Apr. 14, 2025. [Online]. Available: https://apple.github.io/coremltools/docs-guides/source/model-intermediate-language.ht ml
2025
-
[72]
The IREE Authors, IREE . (Sep. 2019). C++. Accessed: Apr. 14, 2025. [Online]. Available: https://github.com/iree-org/iree
2019
-
[73]
onnx/onnx . (Apr. 14, 2025). Python. Open Neural Network Exchange. Accessed: Apr. 14, 2025. [Online]. Available: https://github.com/onnx/onnx
2025
-
[74]
google-ai-edge/LiteRT . (Apr. 14, 2025). C++. google-ai-edge. Accessed: Apr. 14, 2025. [Online]. Available: https://github.com/google-ai-edge/LiteRT
2025
-
[75]
Developer Resources,
“Developer Resources,” Linaro. Accessed: Apr. 14, 2025. [Online]. Available: https://www.mlplatform.org/tosa/
2025
-
[76]
WebNN Overview
stevewhims, “WebNN Overview.” Accessed: Apr. 14, 2025. [Online]. Available: https://learn.microsoft.com/en-us/windows/ai/directml/webnn-overview
2025
-
[77]
Supermicro NVIDIA GB200 NVL72 SuperCluster
“Supermicro NVIDIA GB200 NVL72 SuperCluster”. [78] “Preventing AI Chip Smuggling to China | CNAS.” Accessed: Apr. 14, 2025. [Online]. Available: https://www.cnas.org/publications/reports/preventing-ai-chip-smuggling-to-china
2025
-
[78]
Physical tampering with components that enforce restrictions on chip usage, potentially using Fault Analysis tools to image the device and make targeted modifications (e.g., resetting a FLOP counter)
-
[79]
Data protection in Amazon EC2 - Amazon Elastic Compute Cloud
“Data protection in Amazon EC2 - Amazon Elastic Compute Cloud.” Accessed: Apr. 14, 2025. [Online]. Available: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/data-protection.html#encrypti on-transit
2025
-
[80]
Machine Learning Trends,
E. AI, “Machine Learning Trends,” Epoch AI. Accessed: Apr. 14, 2025. [Online]. Available: https://epoch.ai/trends
2025
- [81]
-
[82]
Distributed communication package - torch.distributed — PyTorch 2.6 documentation
“Distributed communication package - torch.distributed — PyTorch 2.6 documentation.” Accessed: Apr. 14, 2025. [Online]. Available: https://pytorch.org/docs/stable/distributed.html
2025
-
[83]
Introducing Trillium, sixth-generation TPUs,
“Introducing Trillium, sixth-generation TPUs,” Google Cloud Blog. Accessed: Apr. 14, 2025. [Online]. Available: https://cloud.google.com/blog/products/compute/introducing-trillium-6th-gen-tpus
2025
-
[84]
The Ultra-Scale Playbook - a Hugging Face Space by nanotron
“The Ultra-Scale Playbook - a Hugging Face Space by nanotron.” Accessed: Apr. 14, 2025. [Online]. Available: https://huggingface.co/spaces/nanotron/ultrascale-playbook 50 Flexible Hardware-Enabled Guarantees | Part I | Part II | Part III Appendix A: Background on Frontier AI D...
2025
-
[85]
Making secret modifications to cluster configurations (e.g., adding bridge devices to combine supposedly separate clusters)
Leveraging backdoors inserted during design or manufacturing processes 5. Making secret modifications to cluster configurations (e.g., adding bridge devices to combine supposedly separate clusters)
-
[86]
We analyze four scenarios: domestic oversight, international treaty verification, international treaty enforcement, defending AI system IP
Attacking the infrastructure used to authorize flexHEG devices (e.g., stealing authorization keys) The plausibility and impact of these attack vectors vary significantly based on the use case and the adversary's capabilities and motivations. We analyze four scenarios: domestic o...
-
[87]
Exploiting ambiguities in guarantee logic specifications 4
Performing limited physical tampering on a strategic subset of devices 3. Exploiting ambiguities in guarantee logic specifications 4. Implementing modifications to cluster configurations that evade detection mechanisms 55 Flexible Hardware-Enabled Guarantees | Part I | Part II | ...
-
[88]
signature
External verification: Intelligence capabilities, randomized physical inspections, and whistleblower incentives When evaluating whether flexHEG provides adequate security for a given application, policymakers should consider whether the system makes rule violations sufficiently di...
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.