Binning is three different sorts. The fab-to-field data join is still mostly missing.
BLUF
Speed binning, defect screening, and reliability binning are three different sorts done on the same wafer, with three different buyers and three different financial-product implications. Ali’s $2 / $1,600 / $3,000 mobile/desktop/server ladder is the speed sort. Iddq + Part Average Testing is the defect-screen sort. Burn-in / HTOL / aging-monitor lifetime grading is the reliability sort. The factory measures all three. The chip leaves the building with rich data. What does not yet exist as a productized layer is the join between that factory record and the in-field telemetry the chip later emits in a hyperscaler rack — the fab-to-field continuum that proteanTecs sells the substrate for, Synopsys sells the IP for, OCP RAS v1.7 standardizes the schema for, but no one underwrites against. That gap is what this brief maps.
Mathematically savvy reader, no EE background assumed. Worked example is the H100 throughout, with Blackwell / GB200 gestured at where the public record allows. All non-trivial claims source-labeled; synthesis stays a human activity per rdi-methodology.
Outline changes
None from the approved Phase 0 outline. The biggest re-framing relative to the user’s original sketch is §3: speed-binning, defect screening, and reliability binning are three different sorts, not one fuzzy concept. That is the strongest analytical move in the brief and the one most worth confirming with a Stanford EE faculty member before pushing externally. Flagged here so the reader doesn’t miss it.
Reader’s glossary (skip if you speak the language)
- L — channel length of a transistor, in nanometers. The smaller it is, the faster and leakier the transistor.
- I_D — drain current, the current flowing through a transistor when it’s on. The thing the gate switches.
- V_T — threshold voltage, the gate voltage at which the transistor turns on.
- V_GS — gate-source voltage; how hard you’re pushing the gate.
- Iddq — quiescent supply current; how much current the whole chip draws when it’s idle. A defect-free CMOS chip draws almost none.
- Vt variation / σVt — die-to-die spread in threshold voltage. The output of process variation, the input to binning.
- RDF / LER / WFV — random dopant fluctuation / line-edge roughness / work-function variation. Three of the biggest sources of σVt at advanced nodes.
- WAT / PCM — wafer acceptance test / process control monitor. The first electrical measurement, taken on test structures in the scribe lines (gaps between dies) of every wafer.
- Wafer sort / probe — die-level test on the still-uncut wafer.
- FT — final test, post-packaging.
- SLT — system-level test; runs the chip in a real-software environment as the last screen before shipment.
- Burn-in / HTOL — accelerated stress (high temp + high voltage) to kill infant-mortality units before they reach the field. HTOL = High-Temperature Operating Life.
- PAT — Part Average Testing. A statistical screen that flags dies whose parameters are “outliers” against their lot or wafer cohort even though they passed the pass/fail tests. Defined by AEC-Q004.
- Iddq screen — the same outlier principle, applied specifically to quiescent current.
- ATE — automated test equipment. The big-box testers that run wafer sort and FT. Advantest and Teradyne are the duopoly.
- OSAT — outsourced assembly & test. ASE, Amkor, SPIL, JCET, PTI. Run FT and SLT for most fabless customers; Nvidia uses ASE + Amkor heavily.
- On-die monitor / PVT — sensors built into the chip that measure local process speed, voltage, and temperature. Ship with the chip and emit telemetry in service.
- SLM — silicon lifecycle management. The category Synopsys, Cadence, and proteanTecs sell into: factory data + in-field monitors + analytics on top.
- DCGM / Mission Control / Fleet Intelligence / NVSentinel — Nvidia’s GPU telemetry stack (basic plumbing → managed service → Kubernetes fault-remediation).
- OCP RAS — the Open Compute Project’s chip Reliability/Availability/Serviceability spec. v1.7 published 2025-10-23.
- SDC — silent data corruption. A chip computes a wrong answer without raising any error. Meta and Google’s headline finding: ~1 in 1,000 cores.
§1 — Lithography → channel length → current → frequency. Current is also the knob that kills the chip.
The plain-English version. A transistor is a switch. When the gate (G) goes on, current flows from source (S) to drain (D); when it goes off, it doesn’t. “5 nanometer” or “3 nanometer” refers, loosely, to the gate’s channel length L — how far the current has to travel to get across. Shorter L means more current per unit voltage, which means the transistor switches faster, which means the chip runs at a higher clock. The whole AI scaling story is a fight to shrink L further without breaking the chip.
The textbook equation for a long-channel MOSFET in saturation is
$$I_D ;\propto; \frac{W \mu_n C_{ox}}{L},(V_{GS} - V_T)^2$$
where W is the transistor width, μ_n is electron mobility, and C_ox is the gate-oxide capacitance per unit area. Hold the other knobs fixed and I_D scales as 1/L. Maximum operable frequency f_max is set by the time it takes a logic gate to charge or discharge its load capacitance — which is dominated by the current the transistor can sink. So f_max ∝ I_D ∝ 1/L. This is the chain Ali walked Dustin through at Stanford on 2026-06-19. [Interview: Ali briefing, 2026-06-19] [Public: foundational MOSFET model, any device-physics textbook; e.g. yieldWerx PAT primer for the binning-side restatement]
The diagram below recreates Ali’s notebook page on this point. The left histogram is the L distribution that lives at TSMC; the right histogram is the f distribution Nvidia sees after wafer sort. The shapes are the same (a 1/L transformation of a Gaussian is approximately Gaussian for small relative spread), so Nvidia could in principle infer the L distribution from the f distribution. Ali pushed back on this directly: “you can’t back into the gate length from this — there are other parameters.” That is also the §5 point: the system is under-determined.

Three places the simple I_D ∝ 1/L picture breaks down in production silicon — and all three are what binning is actually screening for.
- Subthreshold leakage rises faster than drive current as L shrinks. When the transistor is supposed to be off, a small amount of current still flows. This is “subthreshold leakage” — the result of carriers being thermally excited over a reduced energy barrier between source and drain. The barrier shrinks with L; the leakage grows exponentially with the gap between V_T and zero. As of the 3 nm node, subthreshold leakage is a first-order power-budget term, not an afterthought. [Public: SemiEngineering, gate-leakage scaling history; IEEE T-ED, subthreshold + gate-oxide tunneling joint analysis]
- Quantum tunneling sets a floor at the gate oxide. The gate insulator separating the metal gate from the channel is now about 1 nm thick — roughly three atomic layers — and electrons quantum-mechanically tunnel through it whether the transistor is on or off. Ali called this out as the wall behind the slowdown in node naming: “below a threshold, electrons just jump the gate.” [Interview: Ali briefing, 2026-06-19] [Public: Nature Communications Engineering on quantum transport in nanosheet GAAFETs (2025); SemiEngineering, “Aging Problems at 5nm and Below”]
- Current is also the murder weapon. Every degradation mechanism in chip-failures-primer-2026-06-15 §1 — electromigration, NBTI/PBTI, TDDB, HCI — runs faster when current density and gate-oxide field are higher. The same shrinking-L move that gives you a faster chip on day one accelerates every wear-out clock under it. That is why §3 of this brief separates speed binning (a static property) from reliability binning (a tail-probability property): the same physical knob produces both axes, and the buyer for “fast” is a different buyer than the buyer for “lasts ten years.” [Public: arxiv 2503.21165, Extending Silicon Lifetime; Cadence, TSV reliability primer]
For Nvidia specifically the chain compounds. H100 is built on TSMC 4N, a custom variant of the N5 family. Blackwell B100 / B200 / GB200 moved to TSMC 4NP at 208B transistors per die, ~2.6x more than Hopper. [Public: Nvidia developer blog on Blackwell Ultra] The same TDP envelope (700 W H100 → ~1,000 W B100 → 1,200 W GB200 superchip), spread across more transistors at smaller features, means current density per transistor is increasing across generations even though per-transistor switching energy is dropping.
The open question for §1. Ali asserted current is inversely proportional to L; the textbook says it is. He also said you can’t back-solve L from f because “there are other parameters.” Section 5 unpacks which parameters. The bigger question is whether the f distribution Nvidia sees at wafer sort is sufficient to bin reliability — not just speed — without ever knowing L. The §1 answer is “no, because current also kills the chip and the chips that run fast tend to die first.” Whether the §3 sort actually catches that asymmetry is the harder question.
§2 — Process variation has at least six sources. Two distributions, not one. Non-Gaussian tails.
Why a single “lithographic imprecision” framing under-sells the problem. Ali’s framing — “lithography is imprecise, sometimes L is 3.01 nm, sometimes 2.009 nm” [Interview: Ali briefing] — captures the macroscopic variation in L but lumps together at least six independent physical mechanisms, each with a different statistical signature. At sub-5 nm, lithography is no longer the dominant source; metal-grain-induced work-function variation is. [Public: PatSnap, metal gate granularity at 5nm]
The table below ranks them roughly in order of contribution to σV_T at sub-5 nm nodes, drawing on the IRDS roadmap and academic work on FinFET and GAA variability.
| Variation source | Physical mechanism | Distribution shape | Rank at sub-5 nm |
|---|---|---|---|
| WFV — work-function variation | Polycrystalline metal gate has grains with different crystallographic orientations; each grain presents a different work function. Sub-5 nm gates hold so few grains that WFV dominates. | Discrete + Gaussian tails | #1 at sub-5 nm |
| RDF — random dopant fluctuation | Channel doping is the integer count of dopant atoms in the channel; below ~30 nm L, single-atom shifts visibly change V_T. | Poisson, approximately Gaussian after smoothing | #2 |
| LER / LWR — line-edge / line-width roughness | Photoresist sidewalls aren’t perfectly straight at the atomic scale; L varies along the channel. | Approximately Gaussian along the line | #3 |
| Oxide-thickness variation | The 1-nm gate oxide is only a few atomic layers; one-layer shifts give measurable C_ox variation. | Discrete | #4 |
| Lithographic / overlay | The “imprecision” Ali named: stepper alignment, mask-CD error, defocus. | Long-tailed, correlated spatially across the wafer | #5 |
| IR drop + thermal hot-spots | Voltage delivered to a transistor depends on its location in the power grid; temperature varies across the die. Layout-conditional, not random. | Spatially correlated; non-Gaussian | #6 |
[Public: [ResearchGate — RDF, LER, gate-WF variability in InGaAs FinFET](https://www.researchgate.net/publication/260712104_Random_Dopant_Line-Edge_Roughness_and_Gate_Workfunction_Variability_in_a_Nano_InGaAs_FinFET); [ResearchGate — process variability beyond 7 nm](https://www.researchgate.net/publication/328350736_Process_Variability_for_Devices_at_and_Beyond_the_7_nm_Node); [Berkeley EECS-2012-50 on SRAM scaling under variability](https://www2.eecs.berkeley.edu/Pubs/TechRpts/2012/EECS-2012-50.pdf)]
Convergence with the IMEC visit. Ben Kaczer split variability into two axes — time-zero (as-fabricated, the six rows above) and time-dependent (charge trapping during operation, NBTI/PBTI). Time-zero is what binning sorts for; time-dependent is what reliability sells against. The Ali framing collapses both into “L variation,” which is fine pedagogy but wrong physics. The correct mental model is two distributions per chip: a V_T distribution (from §2) and an I_off / leakage distribution (from §1’s subthreshold + tunneling combination), which co-vary but are not redundant. The §3 sort exploits exactly this co-variation.
Tails are not Gaussian — and the financial-product surface lives in the tails. Most of the §2 sources are individually Gaussian-ish, but the joint distribution has heavy tails. Reasons:
- Spatial correlation. Dies near each other on the wafer share lithographic and IR-drop noise. A “bad wafer” exists in a way that a “bad die” within an iid model would not predict. [Public: yieldWerx PAT primer on Z-PAT / spatial outlier methods; USPTO 11,614,480 — Z-PAT defect-guided statistical outlier detection]
- Defect superposition. A latent defect (a particle, a void) adds a delta to one parameter that has nothing to do with the variability distribution. Iddq + PAT screening (§6) exists exactly to separate these outliers from the parametric tail.
- Layout-conditional hotspots. Two dies with identical RDF can still have different reliability if one runs a workload that lands on a thermal hotspot. This is the workload-conditional wear-out story Ben Kaczer gave us. [Interview: Ben Kaczer, IMEC AR2T]
Measurement hardware — what actually pulls these distributions out.
- Probe stations at wafer test. Mechanical probes touch micro-contact pads on every die or scribe-line site, collecting parametric data at hundreds of points per wafer. FormFactor and Tokyo Electron dominate. [Public: FormFactor WAT/parametric primer]
- Scribe-line PCM structures. Foundries insert test transistors, ring oscillators, and passives in the kerf between dies — sacrificed when the wafer is cut. Forty to a hundred parametric tests per site, hundreds of sites per wafer, is industry standard. [Public: yieldWerx WAT / PCM data primer; Semight on WAT]
- On-die PVT / SLM monitors. Synopsys, Cadence, and proteanTecs sell IP blocks that ship inside the chip and report process speed, voltage, and temperature at runtime. Synopsys’s Path Margin Monitor (PMM) measures timing slack on selected paths during boot and mission. proteanTecs’s “Agents” measure delay distributions in real time. [Public: Synopsys SLM PMM IP; proteanTecs on-chip monitoring whitepaper]
- ATE (Advantest, Teradyne). The big-box testers running wafer sort and FT. Advantest holds ~31 % global ATE share (2024) and Teradyne ~23 %; together ~70 %+ of the market and effectively a duopoly at the leading edge. [Public: Seeking Alpha — Advantest/Teradyne duopoly analysis; Business Research Insights, ATE market]
Open question for §2. At sub-3 nm, GAA nanosheet transistors change the variability mix again — quantum-geometrical effects start to dominate over the §2 list. [Public: Nature Communications Engineering, GAA quantum transport] If Blackwell-next (Rubin, on TSMC 3N / 2N) lands on GAA, the binning calculus that built the H100 SKU ladder may not extrapolate. What is the binning yield curve for the Rubin generation — and does Nvidia even know yet? Worth asking Ali, or anyone with TSMC R&D contacts.
§3 — Three different sorts on the same wafer. Different buyers. Different financial products.
The biggest reframe in this brief. Ali’s notebook telescopes binning into one picture — frequency histogram, four price tiers, lifetime curve next to it. That picture conflates three sorts that are statistically independent and run by different teams.
The diagram below recreates the speed-bin histogram side of Ali’s notebook, with the bathtub failure curve adjacent. The juxtaposition makes the conflation visible: the x-axis of the left panel is speed, the x-axis of the right panel is time-in-service. They are different sorts.

The three sorts, side by side
| Sort | What it screens | What gets thrown away or down-binned | Statistical signature | Test stage | Buyer of the resulting product |
|---|---|---|---|---|---|
| (a) Speed binning | Max stable f at nominal V, T | Slow dies (mobile/embedded SKU), unstable dies (throwaway) | Position in the f distribution | Wafer sort + FT | Fastest chips → H100 SXM5 / NVL ($30K+); middling → H100 PCIe; defective-area-recoverable → cut-down SKU |
| (b) Defect screening | Functional faults (shorts, opens, stuck-at) and outliers off the parametric cloud | Anything functionally broken; statistical outliers via PAT + Iddq | Pass/fail + outlier position vs lot | Wafer sort + FT + SLT | Same SKU as (a), but PAT-screened parts are the “automotive grade” / “high reliability” tier |
| (c) Reliability binning | Projected lifetime under nominal stress | Dies that survive burn-in but with abnormal aging signature; dies with high I_off / high V_T tail | Position in tail of joint (V_T, I_off) and post-burn-in shift | Burn-in / HTOL / on-die-monitor baseline at SLT | Server/data-center SKU at premium; otherwise consumer/short-life |
Mapping Ali’s price ladder onto this:
- $2 / chip (mobile) — a die that passed (a) at the slow end. Phone SoCs can run at lower frequencies; this is acceptable inventory, just down-binned. [Synthesis] [Public: yieldWerx PAT primer on speed binning]
- $1,600 / chip (desktop) — a die that passed (a) at the mid-to-high range and passed (b) so it’s not a latent-defect risk. Higher operating frequency, broader workload envelope. [Synthesis]
- $3,000 / chip (server / data-center) — a die that passed (a) at the top range, (b) cleanly, and (c) — i.e., survived burn-in with on-die monitors showing in-spec aging shift. The chips at the right of the (a) histogram are also the chips at the right of the I_off distribution; in §1 terms they are faster and run hotter, so the reliability sort is the binding constraint, not the speed sort. [Synthesis; Interview: Ben Kaczer]
Why this matters for the financial-product surface.
- (a) speed binning is a price-discovery mechanism — the buyer is the SKU planner, the product is the SKU ladder, and the financial instrument that fits on top is a speed-graded futures contract (a contract on a specific bin volume × time). DRAM and NAND already have this; logic doesn’t. The interesting question is whether the SKU yield mix is volatile enough for a futures market to clear — Hopper / Blackwell yield is a closely guarded TSMC + Nvidia number and we have not been able to reach it externally.
- (b) defect screening is a quality-discovery mechanism — the buyer is the customer who wants to underwrite against latent-defect risk, the product is the PAT-screened or Iddq-screened bin, and the financial instrument that fits is the AEC-Q004 zero-defects framework for automotive plus its civilian extensions. [Public: AEC-Q004 Rev specification, 2020]
- (c) reliability binning is a lifetime-discovery mechanism — the buyer is the system OEM or hyperscaler who has to put the part in a 5–10 year-life machine, the product is the chip + its initial-state on-die monitor reading, and the financial instrument that fits is the workload-conditional warranty Ben Kaczer described and the warranty reserve reverse-flow market sits on top of. [Interview: Ben Kaczer] chip-failures-primer-2026-06-15 §1
Convergence with the warranty data. Nvidia’s FY26 product-warranty reserve is $2.81 B, up 118 % YoY, with the 10-K attributing the additions “primarily” to the data-center segment. [Public: TBD reverse-logistics brief §4, citing NVIDIA FY2026 10-K] If the reliability sort (c) were tighter at the top of the speed bin — i.e., if the top-SKU chips were also the most reliable — the FY26 reserve would not have grown at three-digit rates. The data is consistent with a hypothesis that Nvidia’s reliability sort is not capturing the wear-out asymmetry at the top of the speed bin, which is exactly the asymmetry §1 predicts (faster chip → more current → more wear-out). The data does not prove this — there are many alternative drivers for warranty growth (advanced packaging defects, HBM3 failures, the CoWoS thermal warpage in chip-failures-primer-2026-06-15 §1). But the asymmetry is worth testing.
Open question for §3. Does Nvidia run a separate reliability bin at SLT today, or is its reliability assessment piggy-backed onto the FT speed/Iddq screen? Ali’s framing (and Ben Kaczer’s vocabulary correction at IMEC) implies the answer is “piggy-backed for now.” Verifying this with a Greg or Lonny conversation would tighten the wedge — the financial product surface differs sharply depending on the answer.
§4 — The actual test flow: WAT → wafer sort → FT → SLT → burn-in. Five stages, four owners.
The flowchart below shows the production sequence; the table beneath maps owner, ATE vendor, and what data drops out at each step.
flowchart LR A[WAT / PCM<br/>scribe-line e-test] --> B[Wafer sort / probe<br/>per-die parametric + functional] B --> C[Dicing + assembly<br/>OSAT bonds die into package] C --> D[Final Test FT<br/>post-package functional + Iddq + PAT] D --> E[System-Level Test SLT<br/>chip runs real software stack] E --> F[Burn-in / HTOL<br/>infant-mortality screen] F --> G[Ship to system OEM /<br/>hyperscaler]
| Stage | Owner (typical, for an Nvidia H100) | ATE / hardware | What gets measured | What data is created | Who keeps it |
|---|---|---|---|---|---|
| WAT / PCM | TSMC (in-fab) | Probe stations (FormFactor, TEL); parametric analyzers | V_T, I_on, I_off, sheet resistance, oxide breakdown, ring-oscillator delay — on scribe-line test structures, 40–100 tests × hundreds of sites/wafer | Wafer-level parametric data; the §1 L distribution lives here | TSMC. Selective summaries shared with the customer per PDK contract; raw PCM data does not leave the fab. [Public: FormFactor parametric primer; yieldWerx WAT primer] |
| Wafer sort / probe | TSMC (or OSAT if customer prefers) | Advantest V93000 / Teradyne UltraFLEX, with probe card | Per-die parametric tests; functional pattern-test; binning class assigned | Per-die test-result blob, X-Y wafer map | TSMC owns the per-die data; Nvidia receives the binning summary + functional pass/fail under the foundry agreement; raw test logs typically not shared. [Public: TSPA Semiconductor on IC test flow; Advantest market positioning] |
| Dicing + assembly | OSAT — ASE, Amkor, SPIL, JCET, PTI. Three companies (TSMC + ASE-SPIL + Amkor) handle the bulk of cutting-edge packaging today. | Saw / hybrid bonders; for CoWoS, TSMC owns the interposer step and the OSAT handles ancillary RDL. | Package-level mechanical and electrical attributes | Bond/assembly logs at the OSAT | OSAT primarily; sometimes shared upstream via PDF Solutions DAX. [Public: TrendForce on CoWoS OSAT step-up, Dec 2025; Astute Group on Nvidia 60% CoWoS booking] |
| Final Test (FT) | OSAT (ASE / Amkor for Nvidia) | Advantest V93000 with high-power package handlers | Functional + parametric + Iddq + PAT outlier screen at full chip; thermal characterization | Per-unit final test data; this is where speed bin (a) and defect screen (b) crystallize | OSAT runs the test; Nvidia receives binning + pass/fail at minimum, frequently full ATE log via Exensio-style data link. [Interview: Andrzej Strojwas] [Public: [Advantest / Teradyne, SemiconductorX coverage]] |
| System-Level Test (SLT) | OSAT or in-house (Nvidia for high-end SKUs) | SLT cells (Advantest, Teradyne, Cohu); chip runs the firmware + a representative workload | Boot, AI-workload-pattern, ECC verification, frequency-vs-voltage scan, on-die monitor baseline reads | First in-mission-mode telemetry; on-die monitors record their “factory zero” here | OSAT or Nvidia, depending on the SKU and contract. SLT data is the first data Nvidia is unambiguously entitled to. [Public: SemiEngineering knowledge center on PAT and SLT; iST on burn-in / HTOL] |
| Burn-in / HTOL | OSAT or Nvidia | High-temp burn-in oven, ~125 °C, 1.1–1.3× nominal V, hours to days | Latent-defect survival; on-die monitor shift before/after burn-in (the §3-c reliability bin) | The first time-dependent wear datum on a given die | Nvidia, typically. Burn-in cost is one reason cutdown SKUs sometimes skip it. [Public: iST HTOL primer; SemiEngineering on using analytics to reduce burn-in; Reltech HTOL primer] |
PDF Solutions sits horizontal across this entire chain. Andrzej Strojwas told us PDF’s Exensio platform and FDC (fault detection and classification) systems are deployed across “every fab” at TSMC — “whether it’s legacy or whether this is the newest, greatest being built.” [Interview: Strojwas, 2026-05-22] Symmetrics connects 300+ equipment vendors; Securewise gives remote-engineer access. PDF owns the characterization-vehicle data aggregated across customers — but cannot resell it. “A single leakage would probably mean the end of PDF.” This is the structural reason no one external can simply buy the WAT data out of the system: even the company that has the most of it operates under contracts that prevent disclosure.
Convergence with the IMEC visit. Ben Kaczer pointed to PDF as a known counterpart (“we visited them once a long time ago — we spoke with Tomasz Brożek”). IMEC’s AR2T group runs the academic side of the same measurement stack; PDF runs the production side. [Interview: Ben Kaczer] Both confirm: the data exists, in raw form, somewhere. It is the access right that is missing.
Open question for §4. What share of Nvidia H100 / Blackwell SLT and burn-in is done at OSAT (ASE / Amkor) versus in-house at Nvidia’s Dallas facility (Lonny’s repair-line work)? [Interview: Lonny Orona, 2026-05-12] If burn-in is at the OSAT, Nvidia receives data summaries; if it is in-house, Nvidia owns the raw record. That distinction sets which side of the OSAT contract a financial product would need to sit on.
§5 — Five parties own pieces of the data. Nvidia mathematically cannot back-solve L from f.
The original picture in Ali’s notebook had TSMC on one side and Nvidia on the other. The reality is at least five parties hold pieces of the chain, and Nvidia is in the middle, not the endpoint.
| Party | What they see | What they don’t see |
|---|---|---|
| TSMC | L distribution (PCM), per-die parametric, wafer maps, full lot-history | Customer use case, workload, field telemetry |
| OSAT (ASE, Amkor, SPIL) | Package-level test results, FT log, sometimes SLT and burn-in | Wafer-level parametric (selective), customer fleet behavior |
| PDF Solutions (horizontal) | Aggregated test + equipment data across customers under NDA | Cannot resell; cannot link cross-customer |
| Nvidia | Binning summary + functional pass/fail + (in-house) SLT and burn-in for top SKUs + downstream DCGM/Mission Control telemetry from fleets that opt in | Raw WAT / PCM; OSAT packaging step detail it didn’t run itself |
| Hyperscaler (Meta, Google, MS, AWS) | DCGM / NVML telemetry + their own workload data + (Meta’s Hardware Sentinel / Ripple / Fleetscanner) | Factory binning record; what other hyperscalers see |
| Secondary buyer (tier-2/3 DCs, ITAD operators) | The chip’s serial number and whatever telemetry it ships with | Everything upstream of the last operator’s hand-off |
Why Nvidia mathematically cannot back-solve L from f. Ali claimed “you can’t back into the gate length” because “there are other parameters” — and was right. The frequency f at which a logic gate switches stably is a function of at least the following, and the system is under-determined with respect to L:
$$f ;=; g!\left( L,; V_T(\text{WFV}, \text{RDF}, \text{LER}),; \text{dopant count},; \text{layout context (fan-out, load)},; V_{DD},; T_j,; \text{post-burn-in V}_T\text{ shift} \right)$$
You have one observable (f) and seven dependent variables — six structural plus one time-dependent. Even with the full distribution of f across thousands of dies on a wafer, you can recover the marginal distribution of an aggregate effective L (an “L_eff”) but not the per-die physical L, because every other variable on the right side is also varying die-to-die and is unobserved by the Nvidia-side measurement.
Two implications.
- The marginal L distribution that looks the same in shape as the f distribution (the diagram in §1) is misleading. Shape similarity does not imply invertibility. If WFV is the dominant contributor (§2 #1), then most of the f variation is being driven by metal-grain randomness, not L variation per se, and what Nvidia infers from f is a V_T proxy — not L. [Public: PatSnap, work-function variation dominance at 5 nm]
- The data Nvidia would need to attribute f variation to L specifically — namely WAT / PCM with co-located V_T and L_eff measurements per die — sits at TSMC under PDK contract. Andrzej’s “single leakage would end PDF” extends to TSMC squared. [Interview: Strojwas]
Right-hand / left-hand at Nvidia: does it exist? Ali speculated that Nvidia’s QC and reliability teams may know the §1–§2 chain while operations (Joe, Lonny) do not — “possible right-hand / left-hand problem.” [Interview: Ali briefing]
Three internal data points to triangulate.
- Lonny was eight weeks in to NVIDIA as of 2026-05-12, not a year. [Interview: Lonny Orona, 2026-05-12] His own characterization is that NVIDIA’s reverse-logistics was running on email and spreadsheets at $5 T market cap. That is structural under-build, not an organizational silence.
- Greg Dalcello (logistics lead, also new): “We don’t even really know the score of the game right now… the data is very siloed and disparate in all these different places.” nvidia-latent-problem-2026-06-17 If Greg can’t see service-level data on his own returns, the idea that he can see a per-die binning record from TSMC is dead on arrival.
- Andrzej Strojwas (CTO PDF Solutions): “Very little data sharing. The exchange between TSMC and the leading fabless is largely limited to PDKs and wafer acceptance tests.” [Interview: Strojwas] PDF would know if Nvidia were running its own physics back-solve; nothing in his characterization implied that they are.
Net read. The “right-hand / left-hand” frame is partly right and partly the wrong framing. Yes, reliability physicists at Nvidia almost certainly know the chain in §1–§2. But the bottleneck isn’t internal communication — it’s that the upstream parametric data which would let them connect their physics to operations is not in the Nvidia building. Greg’s “we don’t know the score” frustration is about fleet data Nvidia owns and can’t make sense of, not about fab data Nvidia doesn’t own and can’t see. Different problem, different fix.
Open question for §5. What does Nvidia’s contract with TSMC actually give them in terms of PCM / WAT data access? The answer ranges from “binning summary + lot disposition” (most common) to “full per-die parametric log under custom NDA” (rare; high-volume customers like Nvidia might have it). This is a single-fact question we could probably get answered by Andrzej, Alex Zhu, or a TSMC-side contact.
§6 — “Two-parameter testing” = Iddq + Part Average Testing. The industry term Ali didn’t name.
The third diagram recreates Ali’s third notebook page: a scatter of speed (x) against leakage on a log axis (y), with a clean correlated cloud and a small cluster of off-cloud red dots labeled “defects.” This is one of the standard outlier-screening visualizations from PAT and Iddq testing. The framing “two-parameter testing” is informal; the formal name is Part Average Testing with Iddq as a measured parameter, defined by AEC-Q004.

Iddq — the quiescent current screen. In a defect-free CMOS chip, when no transistor is switching, current draw is supposed to be ~nanoamperes — almost zero, because every transistor on the chip is either fully on or fully off, with no DC path from V_DD to ground. A defect that creates a short — gate-oxide breakdown, metal bridge, contamination — completes a DC path and the chip suddenly draws milliamperes when idle. That’s a 3–6 orders-of-magnitude jump and an extremely sensitive defect signature. The wrinkle, post-180 nm: subthreshold leakage in non-defective chips is now also high enough to fall in that range. So Iddq evolved from a strict threshold test to an outlier-against-population test: not “Iddq < X” but “Iddq within N σ of this lot’s median Iddq.” [Public: Rajsuman, Iddq Testing for CMOS VLSI, IEEE; SemiEngineering Iddq references]
PAT — Part Average Testing. PAT is the broader statistical-outlier methodology defined by AEC-Q004 (“Automotive Zero Defects Framework”), Rev-, 2020-02-26. The principle: any die that passed pass/fail testing but lies outside the population’s nominal cluster on any measured parameter is more likely to fail in the field, and should be screened. AEC-Q001 specifies the math; Q004 wraps it into a zero-defects framework with three implementation styles.
| PAT variant | Reference population | Tightness | When used |
|---|---|---|---|
| Static PAT | Long-term historical distribution | Loose (must accommodate lot-to-lot variation) | Older / simpler product flow |
| Dynamic PAT | Same wafer or same lot | Tight (no lot-to-lot drift to absorb) | Standard at advanced nodes; AEC-Q004 preference |
| Geographic / Spatial PAT (Z-PAT, NNR) | Spatial neighbors on the wafer | Tightest; catches localized contamination + dies near wafer-edge | Highest-reliability flows; automotive + aerospace + hyperscale AI |
[Public: [AEC-Q004 spec PDF](http://www.aecouncil.com/Documents/AEC_Q004_Rev-.pdf); [AEC-Q001 PAT guidelines](http://www.aecouncil.com/Documents/AEC_Q001_Rev_C.pdf); [iST AEC-Q004 explainer](https://www.istgroup.com/en/tech_20210224-aec-q004/); [yieldWerx PAT primer](https://yieldwerx.com/blog/ultimate-guide-to-outlier-detection-using-part-average-testing/); [EDN, PAT finds and rejects outlier ICs](https://www.edn.com/part-average-testing-finds-and-rejects-outlier-ics/)]
Iddq + PAT in the H100 context. Nvidia is not an automotive supplier, but AEC-Q004 PAT and Iddq are now standard at the leading edge across all server-grade silicon. The diagram above is the visualization that drops out: a 2-D cloud where the population sits along the expected leakage-vs-speed slope (faster dies leak more because L is shorter), and any die that lands above the cloud — high Iddq at average speed — is a likely latent-defect carrier. PAT pulls those dies out before they ship.
The link to in-field SDC detection — same principle, different chip-life stage. Meta’s “Hardware Sentinel” (ASPLOS 2025) and Google’s “Cores That Don’t Count” (HotOS 2021) describe a fleet-wide statistical-outlier mechanism that is structurally identical to PAT — only the population isn’t a wafer cohort, it’s the live cluster of running cores.
- Meta Hardware Sentinel: “identifies core-based anomalies as silent data corruption without requiring test allocations, operating solely in the analytical plane. Hardware Sentinel outperforms testing-based methods by 41% across architectures, applications, and data.” [Public: ACM Hardware Sentinel paper at ASPLOS ‘25; Meta Engineering blog, “How Meta keeps its AI hardware reliable”]
- Meta Fleetscanner / Ripple: “directed tests during maintenance operations… scheduled periodically, covering the entire fleet every 45 to 60 days.” Same statistical outlier game, scheduled. [Public: Meta Engineering blog]
- Google’s mercurial cores: “ephemeral computational errors not detected during manufacturing tests… defects cannot always be mitigated by techniques such as microcode updates, and may be correlated to specific components within the processor.” [Public: Hochschild et al., HotOS 2021]
- OCP SDC whitepaper: “With increased silicon density in accelerators, silent data corruptions now occur at about one fault per thousand devices, much higher than cosmic-ray-induced soft errors.” [Public: OCP SDC-in-AI Whitepaper v1.1, cited in chip-failures-primer-2026-06-15 §1]
The Meta and Google work treats SDC as a runtime phenomenon. AEC-Q004 PAT treats it as a factory phenomenon. Both are looking at the same thing — units whose parametric signature sits outside the population on a continuously measured dimension. The difference is that one screens before shipment and the other detects after. A unified framework would connect the two: factory PAT screen at FT/SLT → on-die monitor baseline at burn-in → fleet outlier detection at runtime. proteanTecs explicitly markets the link (“stage-to-stage correlation analysis that connects data across the entire test flow”). [Public: proteanTecs Chip Production page]
Open question for §6. Does Nvidia run AEC-Q004 Dynamic PAT on H100 / Blackwell as standard practice, or is it only run when a customer specifically requests automotive-grade screening? We have no direct evidence either way from internal sources. Greg or Alex Zhu would likely know.
§7 — Linking binning to in-field telemetry to predict failure. The substrate exists. The product wedge does not.
This is the question the user most wants answered. “How can binning testing data be linked to chip telemetry to better analyze and predict chip failure, and is this being done now?”
The short answer is: the technical substrate to do it exists end-to-end. The commercial product that closes the loop — fab data → in-field telemetry → underwriting — does not. proteanTecs comes closest. Synopsys sells the IP. Nvidia and Meta run the runtime layer. OCP defines the schema. Nobody is selling the join.
Walk the chain.
(i) The factory record
The five-stage WAT → wafer sort → FT → SLT → burn-in flow (§4) produces a per-unit factory record. For Nvidia-class chips that record contains:
- Speed bin (from FT) — which SKU the die was sorted into.
- Iddq + PAT result (from FT) — pass/fail plus the die’s position in the leakage-vs-speed cloud.
- On-die monitor baseline (from SLT / burn-in) — initial ring-oscillator reading, initial path-margin-monitor reading, initial PVT.
- Burn-in shift (from burn-in) — how much the on-die monitors moved after stress. This is the §3-c reliability signature.
The first three are owned and held by TSMC + ASE/Amkor + Nvidia in their respective sandbox. The fourth is the one that — uniquely — Nvidia could ship with the chip if it chose to.
(ii) On-die monitors at deployment
The chip leaves the factory with PVT (process, voltage, temperature) monitors and possibly path margin monitors and aging monitors built in. Three players supply the IP.
- Synopsys SLM — Path Margin Monitor IP, PVT monitors, Real-time HSAT. “Predictions of in-field chip degradation or failure are extremely valuable for end users by enabling corrective action before sudden and catastrophic system failures.” [Public: Synopsys SLM PMM IP page; Synopsys SLM overview; Synopsys Cisco ASIC SLM case study]
- proteanTecs — “Agents” embedded in the chip + Proteus analytics on top. Explicit fab-to-field framing: “rich, correlated insights from production to in-field, in-mission operation.” Their July 2025 launch added “System Production Analytics Based on Chip Telemetry.” [Public: proteanTecs Production Analytics launch, Jul 2025; proteanTecs Chip Production page; Xsight Labs case study]
- Cadence — similar SLM IP offering, less public market presence in this niche than the above two.
The IMEC confirmation. Ben Kaczer told us NVIDIA-class chips “are aware of their temperature, voltage, frequency, and I believe they have aging monitors.” [Interview: Ben Kaczer] Ben recommended proteanTecs by name, five-plus times. So the on-die layer is real and is shipping in current-generation Nvidia silicon — at least PVT, with high probability also path-margin and possibly aging.
(iii) Fleet telemetry
Once a chip is racked and powered, the telemetry it emits funnels through three nested layers on the Nvidia side and a parallel stack on the hyperscaler side.
Nvidia stack (factory → runtime).
- DCGM (Data Center GPU Manager) — base library; ECC errors, thermal, PCIe, XID events. Open-source. [Public: Nvidia NVSentinel GPU Health Monitor docs]
- NVSentinel — fault detection and remediation service for Kubernetes; reads DCGM and acts on it. Open-source. “Detects and isolates GPU failures in minutes rather than hours.” [Public: NVIDIA/NVSentinel GitHub; Rafay write-up]
- Mission Control — Nvidia’s managed-service operating layer for large clusters. Closed.
- Fleet Intelligence — host-based agent streaming telemetry to a managed cloud service, aggregating “GPU utilization, memory bandwidth, power draw, NVLink status, thermal conditions, ECC faults, and hardware reliability indicators.” Closed. [Public: Nvidia developer blog, Fleet Intelligence launch; Converge Digest coverage]
Hyperscaler stack (Meta).
- Llama-3 reliability paper (2024). 466 interruptions across 54 days on a 16,384-H100 cluster, ~78% hardware-related, ~30% GPU faults, ~17% HBM. The data Meta would need to underwrite against. [Public: Tom’s Hardware coverage, cited in chip-failures-primer-2026-06-15 §2]
- Hardware Sentinel (ASPLOS 2025) — analytical-plane SDC detection on production telemetry. [Public: Hardware Sentinel paper]
- Ripple — proactive scrubbing layer.
- Fleetscanner — scheduled directed-test layer. “Every 45 to 60 days, fleet-wide.” [Public: Meta Engineering blog, Jul 2025]
(iv) Standardization layer
OCP RAS v1.7 (2025-10-23) standardizes the schema by which all of this talks. CPER (Common Platform Error Record) is the canonical error-record format. The spec covers system-level, PCIe, memory, and silicon-internal RAS requirements. v1.7 makes it possible — for the first time — for a third-party tool to read fleet-wide RAS data without writing a different driver per vendor. [Public: OCP GPU & Accelerator RAS Requirements v1.7]
(v) Who has connected the two ends. And the gap.
| Player | Factory data ingested | In-field telemetry ingested | Closed-loop predictive analytics across both | Gap they fill |
|---|---|---|---|---|
| proteanTecs | Yes (their own Agents at production + their analytics pull factory data) | Yes (Agents at deployment) | Yes — explicit single-pane “production to in-field” framing | Closest to “the join” today. Single-vendor — requires customer to insert Agents at design time. [Public: proteanTecs production page] |
| Synopsys SLM | Yes (BIST/structural monitors at test) | Yes (PMM + HSAT in mission) | Yes — Synopsys SLM database unifies, per their docs | Customer must be Synopsys design house. Cisco is a public reference. [Public: Synopsys Cisco success story] |
| PDF Solutions | Yes (Exensio at fab + OSAT) | Limited — PDF reaches the equipment, not the deployed chip | Partial — has the upstream half, not the downstream half | Strongest upstream coverage of any player. [Interview: Strojwas] |
| Nvidia DCGM / Mission Control / Fleet Intelligence | No (the factory record from §4 does not pipe into DCGM) | Yes — all of it | No closed-loop on factory-to-field | The runtime layer is Nvidia’s. The factory layer is TSMC’s + the OSATs’. No bridge. |
| Meta Hardware Sentinel / Fleetscanner | No — operates entirely on runtime data | Yes | No | Same gap, hyperscaler-side. |
| OCP RAS v1.7 | Schema only | Schema only | No, not its job | Defines the common language; doesn’t carry the data. |
No one productizes the full join across vendors. The closest thing is proteanTecs at the single-customer level — they sell the substrate, they have the Xsight Labs case study, and they have explicit production-to-field language. But proteanTecs is a per-design-win IP buy: the chip designer has to instrument the chip with Agents at tape-out. For a chip already shipping (H100, Blackwell), proteanTecs cannot retrofit factory-to-field history. The history wasn’t recorded with their Agents.
That gap — the cross-vendor, cross-customer fab-to-field analytics layer — is where the financial-product surface from reverse-logistics-warranty-tam-2026-05-29 meets the binning surface from this brief.
(vi) TBD’s financialization tie-in (one paragraph; not the structural pillar)
The shape of the failure-prediction product is not “we tell you which chip will die.” Ben Kaczer was explicit: “It’s all a probability game.” [Interview: Ben Kaczer] The shape is the Hithium battery analog: a third-party analytics layer (the equivalent of TWAICE’s battery digital twin), backed by a reinsurer (Munich Re’s aiSure equivalent), pays out automatically when the distribution of failures in a customer’s fleet exceeds the modeled distribution. [Public: TWAICE / Munich Re aiSure case study; Munich Re parametric solutions] Bliss raised the trust point at IMEC and Ben Kaczer agreed: insurance buyers will not trust manufacturer-reported telemetry; it has to be a third party. proteanTecs is the closest substrate; the third-party legal entity sitting on top of that substrate, underwritten by Munich Re or a peer, is not yet built. The §3-c reliability sort — the burn-in-shift signature on the on-die monitors at SLT — is the natural data feed for that underwriting. It is also the thing Nvidia could share with a third party today, since it is already recorded under their roof.
Open questions for §7.
- Does Nvidia ship the on-die SLM monitor baseline with the chip, or strip it before shipment? If stripped, the second-half-of-chip-life baseline has to be re-established at hyperscaler installation. proteanTecs claims they pass it through; Synopsys is silent.
- Does Meta’s Hardware Sentinel keep state per-chip-serial across the chip’s lifetime, or only per-core within a current job? If per-serial, the data layer to do longitudinal prediction is already there at Meta and could be productized for the rest of the market.
- Is Nvidia willing to expose the SLT-baseline + burn-in-shift signature to an independent third party for parametric-warranty underwriting? Hyperscalers would want this; Nvidia’s narrow incentive is the opposite. [Interview: Cedric Rolin on hyperscaler-side appetite]
What would make this wrong?
Falsification angles to test before pushing further.
- “Speed-bin position predicts reliability poorly.” If the top of the f distribution turns out to be the most reliable cohort (not the least, as §3-c implies) — because top-SKU dies receive more careful manufacturing screening, or because they sit closer to the foundry’s guaranteed operating area — the §3 three-sorts framing partially collapses. Test: ask Nvidia or Meta whether RMA rates differ across H100 SXM5 / NVL / PCIe SKUs. If they don’t, the reliability sort is not really separable from the speed sort.
- “PAT is already universal at H100 / Blackwell scale.” If Dynamic PAT is run on every Nvidia FT today, the §6 “industry term Ali didn’t name” framing is correct but not novel — and the §7 SDC-prediction angle reduces to a runtime-only problem. Worth confirming with Greg / Alex Zhu.
- “proteanTecs already has Nvidia.” If proteanTecs Agents are already inside H100 or Blackwell as a design-win, the §7 gap is much smaller than this brief argues. Ben referenced them five-plus times but did not confirm Nvidia is a customer. Worth a direct outreach to proteanTecs BD.
- “The ‘right-hand / left-hand’ inside Nvidia is real and is the bottleneck.” If — opposite §5’s read — there is a Nvidia reliability physics team that does know the L → f chain and has the data to back-solve it, then the wedge is internal-communications software for Nvidia, not third-party underwriting. Worth raising in the next Greg / Lonny conversation: “is there a team here that owns the physics-to-ops link?”
- “Hyperscalers won’t pay for fleet-failure insurance because they self-insure.” Meta, Google, Microsoft, and AWS have balance sheets that can absorb chip-failure losses without external reinsurance. The economic case is that they could pay for information (analytics + early warning) without paying for coverage (a financial promise). Test: in the next Meta / hyperscaler conversation, separate the two asks. [Interview: Cedric Rolin suggested hyperscalers are the buyer; this is the version of his hypothesis to falsify]
- “OCP RAS v1.7 will absorb the join into the standard.” If the industry standardization track ends up specifying the factory-to-field schema itself, the third-party product surface narrows from “the join” to “analytics on top of OCP.” Worth tracking the next OCP RAS revision (typically annual).
Confidence summary
- §1 physics chain (lithography → L → I_D → f) — High confidence. Standard device physics; confirmed by Ali, IMEC, and the public literature; no contradictions in the corpus.
- §2 variation taxonomy and ranking at sub-5 nm — High confidence for the list, medium for the ranking. WFV-dominant-at-sub-5-nm is a well-established result but the ordering of the next four sources shifts node-by-node. [Synthesis from multiple public sources]
- §3 three-sorts framing — Medium-high confidence. The decomposition is grounded in distinct industry practices (PAT/Iddq vs HTOL/burn-in vs speed binning), but the framing is ours and has not been validated with a Stanford EE faculty member or with proteanTecs / a foundry-side contact. The strongest case for the framing is the FY26 warranty reserve growth being inconsistent with a single-sort model.
- §4 test-flow ownership — High confidence. The five-stage flow is industry-standard. OSAT and ATE attribution is well-documented; Nvidia-specific data-access at each stage is inferred from PDF Solutions and standard foundry contract structure rather than seen directly.
- §5 under-determined L from f — High confidence on the math, medium-high on the data-ownership story. The seven-variable system is the right model; precise data-access between Nvidia and TSMC is contractual and not public.
- §6 PAT + Iddq + SDC connection — High confidence on the technical link, medium on Nvidia practice. AEC-Q004 PAT is well-specified; Iddq is a textbook screen; the structural similarity to Hardware Sentinel and “Cores That Don’t Count” is real. Whether Nvidia runs Dynamic PAT today on H100 is not confirmed internally.
- §7 fab-to-field gap — Medium-high confidence. proteanTecs and Synopsys are real and shipping. The cross-vendor join is genuinely missing on the public record but we haven’t asked proteanTecs directly. The financial-product angle (Munich Re + TWAICE analog) is structurally sound and consistent with Ben Kaczer’s “probability game” framing.
Sources
Internal vault docs: Ali briefing, Stanford, 2026-06-19; Chip-failures primer, 2026-06-15; IMEC visit (Ben Kaczer, Cedric Rolin), 2026-06-XX; Andrzej Strojwas, PDF Solutions, 2026-05-22; Lonny Orona, Nvidia, 2026-05-12; Nvidia latent problem, 2026-06-17; Reverse-logistics warranty TAM, 2026-05-29; Financialization primer, 2026-05-29.
External sources (selected, full set in-line):
- AEC-Q004 Automotive Zero Defects Framework, Rev-, 2020-02-26 — http://www.aecouncil.com/Documents/AEC_Q004_Rev-.pdf
- AEC-Q001 Guidelines for Part Average Testing, Rev-C — http://www.aecouncil.com/Documents/AEC_Q001_Rev_C.pdf
- Rajsuman, “Iddq Testing for CMOS VLSI”, IEEE — https://www.cs.colostate.edu/~malaiya/530/iDDQ_Testing_Rajsuman_2000.pdf
- yieldWerx, “Ultimate Guide to Outlier Detection Using Part Average Testing” — https://yieldwerx.com/blog/ultimate-guide-to-outlier-detection-using-part-average-testing/
- SemiEngineering, “Part Average Testing (PAT)” knowledge center — https://semiengineering.com/knowledge_centers/test/part-average-testing-pat/
- SemiEngineering, “Aging Problems at 5nm and Below” — https://semiengineering.com/aging-problems-at-5nm-and-below/
- FormFactor, “Parametric Test - Wafer Acceptance Test (WAT)” — https://www.formfactor.com/applications/high-volume-test-on-wafer/parametric-test/
- yieldWerx, “What is PCM or WAT data analysis?” — https://yieldwerx.com/what-is-pcm-or-wat-data-analysis/
- Synopsys, Silicon Lifecycle Management — https://www.synopsys.com/solutions/silicon-lifecycle-management.html
- Synopsys, SLM Path Margin Monitor IP — https://www.synopsys.com/solutions/silicon-lifecycle-management/structural-monitors/path-margin-monitor-ip.html
- Synopsys, Cisco SLM Success Story — https://www.synopsys.com/success-stories/cisco-enhances-asic-slm.html
- proteanTecs, “Chip Production” — https://www.proteantecs.com/chip-production
- proteanTecs Production Analytics launch (Jul 2025) — https://www.businesswire.com/news/home/20250714771382/en/proteanTecs-Launches-Solution-for-System-Production-Analytics-Based-on-Chip-Telemetry
- proteanTecs Xsight Labs case study — https://www.proteantecs.com/xsight-case-study
- proteanTecs on-chip monitoring whitepaper — https://www.scribd.com/document/936419064/White-Paper-proteanTecs-on-Chip-Monitoring-and-Deep-Data-Analytics-System
- NVIDIA NVSentinel docs — https://docs.nvidia.com/nvsentinel/components/gpu-health-monitor/
- NVIDIA NVSentinel on GitHub — https://github.com/nvidia/nvsentinel
- NVIDIA developer blog, “Introducing Fleet Intelligence” — https://developer.nvidia.com/blog/introducing-nvidia-fleet-intelligence-for-real-time-gpu-fleet-visibility-and-optimization/
- NVIDIA developer blog, “Inside Blackwell Ultra” — https://developer.nvidia.com/blog/inside-nvidia-blackwell-ultra-the-chip-powering-the-ai-factory-era/
- Meta Engineering, “How Meta keeps its AI hardware reliable” (Jul 2025) — https://engineering.fb.com/2025/07/22/data-infrastructure/how-meta-keeps-its-ai-hardware-reliable/
- Hardware Sentinel paper, ASPLOS 2025 — https://dl.acm.org/doi/10.1145/3676641.3716258
- Hochschild et al., “Cores that don’t count”, HotOS 2021 — https://sigops.org/s/conferences/hotos/2021/papers/hotos21-s01-hochschild.pdf
- OCP GPU & Accelerator RAS Requirements v1.7 (2025-10-23) — https://www.opencompute.org/documents/ocp-gpu-and-accelerators-ras-requirements-v1-7-10-23-2025-pdf
- OCP SDC-in-AI Whitepaper v1.1 — https://www.opencompute.org/documents/sdc-in-ai-ocp-whitepaper-ver-1-1-final-pdf
- IEEE T-ED, “Simultaneous subthreshold and gate-oxide tunneling leakage analysis” — https://ieeexplore.ieee.org/document/1194747/
- ResearchGate, “Process Variability for Devices at and Beyond the 7 nm Node” — https://www.researchgate.net/publication/328350736_Process_Variability_for_Devices_at_and_Beyond_the_7_nm_Node
- ResearchGate, “RDF, LER, gate-WF variability in InGaAs FinFET” — https://www.researchgate.net/publication/260712104_Random_Dopant_Line-Edge_Roughness_and_Gate_Workfunction_Variability_in_a_Nano_InGaAs_FinFET
- PatSnap, “Metal gate granularity and threshold voltage at 5nm” — https://www.patsnap.com/resources/blog/articles/metal-gate-granularity-and-threshold-voltage-at-5nm/
- Berkeley EECS-2012-50 (Shin), Advanced MOSFET designs and SRAM scaling — https://www2.eecs.berkeley.edu/Pubs/TechRpts/2012/EECS-2012-50.pdf
- Nature Communications Engineering, “Quantum transport through a constriction in nanosheet GAA transistors” (2025) — https://www.nature.com/articles/s44172-025-00435-0
- Seeking Alpha, “Advantest/Teradyne duopoly market share shifts” — https://seekingalpha.com/article/4837312-advantest-teradyne-market-share-shifts-in-this-duopoly
- SemiconductorX, “Semiconductor Test Equipment: Advantest, Teradyne, Cohu, FormFactor, TEL” — https://semiconductorx.com/semiconductor-test-equipment.html
- TSPA Semiconductor, “Semiconductor IC Testing: From Core Processes to Advanced Packaging” — https://tspasemiconductor.substack.com/p/semiconductor-ic-testing-a-comprehensive
- iST, “AEC-Q004 Latest Specifications” — https://www.istgroup.com/en/tech_20210224-aec-q004/
- iST, “Maximizing Electronics Reliability Through Burn-in Testing” — https://www.istgroup.com/en/burn-in-testing/
- iST, “High Temperature Operating Life Test (HTOL)” — https://www.istgroup.com/en/service/high-temperature-operating-life-test/
- Reltech, HTOL primer — https://reltech.co.uk/testing/htol/
- SemiEngineering, “Using Analytics To Reduce Burn-in” — https://semiengineering.com/using-analytics-to-reduce-burn-in/
- TrendForce, “TSMC’s CoWoS-L/S Fully Booked, OSAT Partners Step Up” (Dec 2025) — https://www.trendforce.com/news/2025/12/08/news-tsmcs-cowos-l-s-reportedly-fully-booked-osat-partners-step-up-with-ases-cowop-in-focus/
- Astute Group, “Nvidia Secures 60% of CoWoS Capacity” — https://www.astutegroup.com/news/industrial/advanced-packaging-demand-soars-nvidia-secures-60-of-cowos-capacity/
- TWAICE / Munich Re aiSure case study — https://www.munichre.com/content/dam/munichre/contentlounge/website-pieces/documents/aiSure_Case_Study_Twaice_Factsheet.pdf/_jcr_content/renditions/original./aiSure_Case_Study_Twaice_Factsheet.pdf
- Munich Re Parametric Solutions — https://www.munichre.com/us-non-life/en/solutions/reinsurance/parametric-solutions.html
- Cadence Resources, “What Influences TSV Reliability” — https://resources.system-analysis.cadence.com/blog/what-influences-through-silicon-via-tsv-reliability
- arxiv 2503.21165, “Extending Silicon Lifetime” — https://arxiv.org/html/2503.21165v1
- EDN, “Part Average Testing finds and rejects outlier ICs” — https://www.edn.com/part-average-testing-finds-and-rejects-outlier-ics/
Brief generated 2026-06-19 from the Ali Stanford briefing earlier that day. Phase 1 of the /research workflow per RDI methodology — synthesis is a human activity; this brief surfaces evidence and questions for the founders.