Organization · Company
Amodo Design
A hardware engineering company that builds and publishes prototypes for verifying AI agreements, including inference recomputation, network taps and memory wiping.
Amodo Design describes itself as a team of mechanical, electronic, firmware and software engineers who invent, design and build new hardware. Its public verification work is a series of design notes, prototypes and code:
- Recomputation. Amodo sets out example schemes for checking inference and pre-training by recomputation 1 (Sampled inference recomputation, Reproducible computation packets). It re-implemented DiFR, an inference-checking method published by Karvonen et al., in an asynchronous recomputation prototype 2. It tested the prototype with models of 1.5 to 120 billion parameters on H100 and H200 GPUs, and published the code 2 3.
- Network taps. Its notes cover a first passive tap test, a survey of taps for fast optical links, benchmarks of traffic hashing, and a tap fitted to its inference-verification prototype 4 5 6 7; see Network taps and certifiers.
- Bandwidth boundary. For weight security, Amodo replaced a node's network cards with DPUs that enforce rate limits on 400G links 8; see Bandwidth limits and compartmentalization.
- Memory wiping. It implemented a proof of secure erasure, benchmarked label generation on GPUs, CPUs and NVMe drives, and published code for the disk-wiping path 9 10 11; see Memory wiping and proofs of secure erasure.
- Power monitoring. A note on data-centre power delivery argues that each stage from voltage regulator to grid filters out compute-level detail, so that measurements lower in the chain keep more of it 12; see Workload classification from telemetry and side channels.
- AI 2040 plan. The AI Futures Project lists Amodo as engineering the inference-only retrofit in its verification plan 13. Amodo publishes a status page that grades each workstream 14, and its team reports that none of the plan's components is yet past a proof-of-principle prototype 15.
Implementations
- A proposed retrofit that isolates data-centre inference units, taps their front-end traffic and recomputes random samples to check that only declared inference runs.
Mechanisms
Mechanisms this organization has designed, built, evaluated or supplied.
- A verifier re-runs a random sample of an AI provider's logged queries on a trusted copy of the declared model and checks the outputs match.
- Telling whether chips are training, serving or doing non-AI work from GPU counters or power draw, signals that do not read weights or data.
- Capping or removing the network links between groups of accelerators, so that serving models still works but large training runs become impractically slow.
- Overwriting all of a device's memory in a way a verifier can check, so that nothing from earlier, undeclared work survives the wipe.
- Devices on a cluster's network links that copy and hash all traffic, so a verifier can later check sampled records against declared work.
- Organizing all AI workloads in a facility into discrete, reproducible units, so that a verifier can recompute a random sample and check each one.
- A verifier sends unpredictable questions that a device can answer in time only if it holds specified data, or dedicates specified resources, locally.
Publications
Sources this organization authored or published.
- CAmodo Design (2026). AI 2040 Plan A — Verification SITREP. Amodo Design. RecordCited by Deterministic and bit-exact inference; Reproducible computation packets; Sampled inference recomputation; AI 2040 inference-only verification stack; DiFR (Divergence From Reference); TOPLOC; Amodo Design
- BAmodo Design (2026). Amodo-Design/Inference-Recomputation-Prototype (GitHub repository). GitHub. RecordCited by Sampled inference recomputation; DiFR (Divergence From Reference); Amodo Design
- BAmodo Design (2026). Amodo-Design/PoSE-Memory-Wiping (GitHub repository). GitHub. RecordCited by Memory wiping and proofs of secure erasure; Amodo Design
- CAmodo Design (2026). Example Schemes for Verifying High-Stakes AI Agreements. Amodo Design. RecordCited by Deterministic and bit-exact inference; Reproducible computation packets; Sampled inference recomputation; TOPLOC; Cryptographic commitment; Evidence binding; Recomputation; Sampling and assurance; Amodo Design
- CAmodo Design (2026). Fitting a Network TAP to our Inference Verification Prototype. Amodo Design. RecordCited by Network taps and certifiers; Amodo Design
- CAmodo Design (2026). Improving Disk Wiping Speed for Memory Wipes. Amodo Design. RecordCited by Memory wiping and proofs of secure erasure; Amodo Design
- CAmodo Design (2026). Memory Wipes - Performance Analysis. Amodo Design. RecordCited by Memory wiping and proofs of secure erasure; Timed challenge-response and memory-occupation challenges; Amodo Design
- CAmodo Design (2026). Network Tapping for AI Verification: A Technical Assessment. Amodo Design. RecordCited by Network taps and certifiers; Amodo Design
- CAmodo Design (2026). Network Taps — A First Test. Amodo Design. RecordCited by Network taps and certifiers; Amodo Design
- CAmodo Design (2026). Network Traffic Hashing. Amodo Design. RecordCited by Network taps and certifiers; Amodo Design
- CAmodo Design (2026). Scaling Recomputation Inference Verification. Amodo Design. RecordCited by Reproducible computation packets; Sampled inference recomputation; DiFR (Divergence From Reference); Amodo Design
- CAmodo Design (2026). The Tray as a Bandwidth Boundary. Amodo Design. RecordCited by Bandwidth limits and compartmentalization; Communication between compute groups is bounded; Amodo Design
- CAmodo Design (2026). Understanding Data Center Power Delivery. Amodo Design. RecordCited by Workload classification from telemetry and side channels; Amodo Design
- CT. Milton et al. (2026). Verifying international AI deals: Plan A, the state-of-play, and what you can do to help. Amodo (Substack). RecordCited by AI 2040 inference-only verification stack; This compute runs inference, not training; Amodo Design
Mentioned in
Sources
- CAmodo Design (2026). Example Schemes for Verifying High-Stakes AI Agreements. Amodo Design. Source recordSupports: example recomputation schemes for inference and pre-training
- CAmodo Design (2026). Scaling Recomputation Inference Verification. Amodo Design. Source recordSupports: re-implementation of DiFR (Karvonen et al.) in an asynchronous recomputation prototype; test scale
- BAmodo Design (2026). Amodo-Design/Inference-Recomputation-Prototype (GitHub repository). GitHub. Source recordSupports: prototype code
- CAmodo Design (2026). Network Taps — A First Test. Amodo Design. Source recordSupports: first passive tap test
- CAmodo Design (2026). Network Tapping for AI Verification: A Technical Assessment. Amodo Design. Source recordSupports: survey of taps for fast optical links
- CAmodo Design (2026). Network Traffic Hashing. Amodo Design. Source recordSupports: traffic-hashing benchmarks
- CAmodo Design (2026). Fitting a Network TAP to our Inference Verification Prototype. Amodo Design. Source recordSupports: tap fitted to the inference-verification prototype
- CAmodo Design (2026). The Tray as a Bandwidth Boundary. Amodo Design. Source recordSupports: DPU-enforced rate limits on 400G links for weight security
- CAmodo Design (2026). Memory Wipes - Performance Analysis. Amodo Design. Source recordSupports: proof-of-secure-erasure implementation and benchmarks
- CAmodo Design (2026). Improving Disk Wiping Speed for Memory Wipes. Amodo Design. Source recordSupports: disk-wiping benchmarks
- BAmodo Design (2026). Amodo-Design/PoSE-Memory-Wiping (GitHub repository). GitHub. Source recordSupports: disk-wiping code
- CAmodo Design (2026). Understanding Data Center Power Delivery. Amodo Design. Source recordSupports: analysis of data-centre power delivery
- CAI Futures Project (2026). Get Involved in Verification. AI 2040. Source recordSupports: listed as engineering the inference-only retrofit
- CAmodo Design (2026). AI 2040 Plan A — Verification SITREP. Amodo Design. Source recordSupports: status page grading the plan's workstreams
- CT. Milton et al. (2026). Verifying international AI deals: Plan A, the state-of-play, and what you can do to help. Amodo (Substack). Source recordSupports: team post: no component past a proof-of-principle prototype