The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Training state-of-the-art AI can demand thousands of GPUs and tonnes of toxic materials: training GPT-4 may require 1,174–8,800 Nvidia A100s, equating to up to seven tonnes of heavy metals. Raising model FLOP utilization and extending GPU lifespans together can cut hardware needs — and material extraction — by as much as 93%, making software efficiency and lifecycle policies essential to sustainable AI.

From FLOPs to Footprints: The Resource Cost of Artificial Intelligence
Sophia Falk, Nicholas Kluge Corrêa, Sasha Luccioni, Lisa Biber-Freudenberger, Aimee van Wynsberghe · December 03, 2025
arxiv descriptive medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Sophia Falk unresolved corpus identity
  2. Nicholas Kluge Corrêa unresolved corpus identity
  3. Sasha Luccioni unresolved corpus identity
  4. Lisa Biber-Freudenberger unresolved corpus identity
  5. Aimee van Wynsberghe unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Sophia Falk provider ID
  2. Nicholas Kluge Corrêa provider ID
  3. Sasha Luccioni provider ID
  4. Lisa Biber-Freudenberger provider ID
  5. A. Wynsberghe provider ID
Laboratory analysis of an Nvidia A100 GPU combined with scenario modelling shows training GPT-4 would require roughly 1,174–8,800 A100s (depending on MFU and lifespan), implying up to ~7 tonnes of heavy/toxic elements extracted or disposed, while higher MFU and longer lifespans can reduce GPU needs by up to 93%.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

As computational demands continue to rise, assessing the environmental footprint of AI requires moving beyond energy and water consumption to include the material demands of specialized hardware. This study quantifies the material footprint of AI training by linking computational workloads to physical hardware needs. The elemental composition of the Nvidia A100 SXM 40 GB graphics processing unit (GPU) was analyzed using inductively coupled plasma optical emission spectroscopy, which identified 32 elements. The results show that AI hardware consists of about 90% heavy metals and only trace amounts of precious metals. The elements copper, iron, tin, silicon, and nickel dominate the GPU composition by mass. In a multi-step methodology, we integrate these measurements with computational throughput per GPU across varying lifespans, accounting for the computational requirements of training specific AI models at different training efficiency regimes. Scenario-based analyses reveal that, depending on Model FLOPs Utilization (MFU) and hardware lifespan, training GPT-4 requires between 1,174 and 8,800 A100 GPUs, corresponding to the extraction and eventual disposal of up to 7 tons of toxic elements. Combined software and hardware optimization strategies can reduce material demands: increasing MFU from 20% to 60% lowers GPU requirements by 67%, while extending lifespan from 1 to 3 years yields comparable savings; implementing both measures together reduces GPU needs by up to 93%. Our findings highlight that incremental performance gains, such as those observed between GPT-3.5 and GPT-4, come at disproportionately high material costs. The study underscores the necessity of incorporating material resource considerations into discussions of AI scalability, emphasizing that future progress in AI must align with principles of resource efficiency and environmental responsibility.

Summary

Main Finding

Training large-scale AI models imposes substantial material costs in addition to energy and water: by linking measured elemental composition of a widely used GPU (Nvidia A100 SXM 40GB) to model FLOPs demands, the paper shows that training state-of-the-art models (e.g., GPT‑4 under plausible architecture assumptions) can require thousands of A100s and entail extraction and eventual disposal of up to several tonnes of toxic elements. Hardware- and software-side efficiency improvements (higher Model FLOPs Utilization and longer GPU lifespans) can cut material demand dramatically (up to ≈93% in combined scenarios), but incremental model performance gains can have disproportionately large material footprints.

Key Points

  • Elemental composition: ICP-OES analysis of an Nvidia A100 SXM 40GB identified 32 elements; roughly 90% of the GPU mass is heavy metals (dominant by mass: copper, iron, tin, silicon, nickel); precious metals are present only in trace amounts.
  • Computational throughput baseline: A100 peak BF16 throughput = 312 TFLOPs; annual theoretical throughput at 100% utilization ≈ 9.8×10^21 FLOPs. Lifespan scenarios considered: 1, 2, and 3 years (yielding 9.8×10^21, 1.9×10^22, 2.9×10^22 FLOPs per GPU, respectively).
  • Mapping compute-to-material: For dense transformers the compute budget uses Kaplan et al. heuristic: Compute Budget = 6 × N (parameters) × D (tokens). MoE models (GPT‑4 plausibly MoE) are handled by counting active parameters per forward pass.
  • Utilization (MFU) matters: Real-world Model FLOPs Utilization typically ranges ∼20%–60%; MFU is used to scale theoretical throughput. MFU increases from 20%→60% reduces GPU requirements by ≈67%.
  • Quantitative illustrative result: Training GPT‑4 (under the paper’s MoE activation scenarios) requires between ≈1,174 and ≈8,800 A100 GPUs, corresponding to up to ~7 tonnes of toxic elements extracted/disposed (depending on MFU and lifespan assumptions).
  • Combined interventions: Raising MFU and extending hardware lifespan together produce large material savings (combined up to ≈93% reduction in required GPUs versus a pessimistic baseline).
  • Important caveats: analysis uses a sequential-training abstraction (not parallel training), assumes continuous operation at specified MFU, and GPT‑4 architecture and compute are uncertain—estimates are scenario-based rather than definitive.

Data & Methods

  • Hardware sample and elemental analysis:
    • Device: Nvidia A100 SXM 40GB GPU disassembled into casing, heatsink, PCB, PoP, and GPU chip (VRAM + die).
    • Sample prep: manual grinding, pyrolysis (500°C, 2 h) to remove plastics, particle size reduction (20–200 µm), random quartering; samples dried at 100°C.
    • Mineralization: three complementary digestion protocols (H2O2 + HNO3; aqua regia + H2O2 then HNO3; tetrafluoroboric acid + HNO3) at 240°C and 60 bar for 1 h.
    • Measurement: Agilent ICP‑OES 5100; IntelliQuant screening (detection error <10%) and quantitative calibration (≥3 wavelengths/element).
    • Outcome: detection and quantification of 32 elements; mass shares dominated by common heavy metals (Cu, Fe, Sn, Si, Ni).
  • Compute-to-material mapping:
    • GPU throughput calculation: Peak BF16 throughput × seconds/year to get annual theoretical FLOPs (Equation: Annual = 312×10^12 × 365×24×3600 ≈ 9.8×10^21 FLOPs).
    • Model compute estimates: Dense transformers: Compute Budget = 6 × N × D (Kaplan heuristic). MoE models: same formula but N = active parameters per token.
    • Required GPUs (idealized) = Compute Budget / (Annual throughput × lifespan).
    • MFU adjustment: scale by 1 / MFU (MFU range used: 20%–60%) to get realistic GPU counts: GPU_adjusted = GPU_required × (1 / MFU).
    • Lifespan scenarios: 1, 2, 3 years (reflecting empirical failure/retirement patterns in high-utilization clusters).
  • Scenario analysis: combined variations across MFU (20%–60%), GPU lifespan (1–3 years), and GPT‑4 MoE activation assumptions to produce ranges for required GPUs and associated aggregated elemental extraction/waste (derived by multiplying per‑GPU element masses by GPU counts).

Implications for AI Economics

  • Hidden material costs should be internalized: Beyond electricity and water, the material footprint (mining, refining, supply-chain bottlenecks, end-of-life toxic waste) is a non-negligible economic and environmental cost that should be considered in model-cost accounting, procurement, and societal cost–benefit analysis.
  • Resource constraints & supply risk: Large-scale adoption of bigger models increases demand for specific non-renewable and geopolitically concentrated materials (e.g., components containing copper, rare earths, tantalum, cobalt). This raises the risk of supply shortages, price volatility, and strategic competition—affecting capital allocation and capacity expansion plans by cloud providers and AI firms.
  • Investment trade-offs & scaling decisions: Firms and investors should weigh marginal performance gains against potentially large material and environmental costs. The paper’s findings suggest diminishing returns where incremental accuracy/ability gains incur disproportionately higher resource extraction and waste.
  • Operational and market incentives:
    • Incentivize higher Model FLOPs Utilization (MFU): improving software stacks, parallelization efficiency, data pipelines, and interconnects to increase MFU yields large reductions in hardware demand per model trained.
    • Extend hardware lifespans: operational practices, maintenance, graceful degradation policies, and secondary markets (used GPUs, refurbishment) can meaningfully reduce material throughput per unit of compute delivered.
    • Promote recycling and circularity: design-for-reuse, systematic take-back programs, and recycling infrastructure mitigate raw-material extraction and toxic waste externalities.
  • Policy and regulation:
    • Incorporate material metrics into AI governance and reporting (e.g., extend FLOPs-based regulatory thresholds or reporting to include estimated material footprints).
    • Use procurement standards, taxes/subsidies, or disclosure mandates to align economic incentives with material efficiency (e.g., favor models and providers that demonstrate lower material intensity per useful computation).
  • Rebound risk and Jevons paradox: Efficiency gains (better MFU, smaller models) may lower unit costs and thereby increase total demand, possibly offsetting material savings unless coupled with governance or market mechanisms that cap total resource use or internalize externalities.
  • Research & accounting: AI economic models and cost-benefit analyses must broaden their metrics beyond operational energy to include hardware material inputs, lifecycle impacts, and end-of-life costs to make more accurate projections of sectoral resource demand and environmental externalities.

Limitations and uncertainty to consider when applying these results: - Sequential-training abstraction (used to map cumulative FLOPs to number of GPUs) simplifies real distributed training topologies and may under- or over-estimate practical GPU counts and utilization patterns. - GPT‑4 architecture, parameter counts, and exact compute budget are not public; the paper relies on MoE scenario assumptions—results should be read as illustrative scenario ranges rather than exact values. - Per-GPU elemental masses were measured on a single A100 sample; manufacturing variation across batches, other GPU models, or future architectures will change the per‑unit material profile. - MFU, failure rates, and operational practices vary across providers and data centers; local conditions will materially affect realized outcomes.

Overall, the paper argues that AI economics should explicitly account for the material dimension of compute: decisions about model size, deployment, and infrastructure investment carry material extraction and waste consequences that materially affect environmental costs, supply risk, and long-run scalability.

Assessment

Paper Typedescriptive Evidence Strengthmedium — Direct laboratory measurement of elemental composition (ICP-OES) for a commercially relevant GPU provides solid empirical footing for material-content estimates, and the GPU-to-workload mapping is transparent; however, the extrapolation to model training requirements relies on multiple scenario assumptions (MFU, hardware lifespan, FLOPs estimates for GPT-4), uses a single GPU model, and omits uncertainties around manufacturing variation, supply chain practices, and end-of-life recovery, limiting the strength of conclusions about aggregate material impacts. Methods Rigormedium — Laboratory analysis (inductively coupled plasma optical emission spectroscopy) and multi-step accounting of computational throughput are appropriate and well-established methods, but the analysis depends on assumed MFU values, lifespan scenarios, and model FLOP estimates that are not empirically validated across data centers or hardware families; sensitivity analyses are reported but sampling is limited to one GPU design. SampleElemental composition of an Nvidia A100 SXM 40 GB GPU measured via ICP-OES (32 elements identified, dominated by Cu, Fe, Sn, Si, Ni by mass); integrated with published/speculative GPU performance (FLOPs) and scenario parameters for Model FLOPs Utilization (MFU) and hardware lifespan to estimate GPU counts required to train specific AI models (notably GPT-4) and associated material extraction/disposal quantities. Themesinnovation governance GeneralizabilityAnalysis based on a single GPU model (Nvidia A100 SXM 40GB) — material composition and mass vary across GPU generations, vendors, and accelerator types (e.g., TPUs, custom inference ASICs)., Extrapolation to model training depends on assumed MFU and hardware lifespans which vary by datacenter, workload, and operational practices., Does not incorporate manufacturing supply-chain variability, regional differences in sourcing, or differences in recycling/recovery rates., Focuses on training (not inference) and excludes other lifecycle stages (manufacturing energy, packaging, datacenter infrastructure) that affect total environmental impact., Model-specific training procedures, hyperparameter choices, and distributed training inefficiencies could materially change GPU requirements.

Claims (10)

ClaimDirectionOutcomeConfidence & EvidenceDetails
The elemental composition of the Nvidia A100 SXM 40 GB GPU was analyzed using inductively coupled plasma optical emission spectroscopy, which identified 32 elements. Other null_result elemental composition / number of elements identified
Reading fidelity high
Study strength medium
n=1
32 elements
0.18
AI hardware consists of about 90% heavy metals and only trace amounts of precious metals. Other negative share of GPU mass composed of heavy metals versus precious metals
Reading fidelity high
Study strength medium
n=1
about 90% heavy metals
0.18
The elements copper, iron, tin, silicon, and nickel dominate the GPU composition by mass. Other null_result mass share of individual elements in GPU
Reading fidelity high
Study strength medium
n=1
0.18
In scenario-based analyses, depending on Model FLOPs Utilization (MFU) and hardware lifespan, training GPT-4 requires between 1,174 and 8,800 A100 GPUs. Other negative number of A100 GPUs required to train GPT-4
Reading fidelity high
Study strength medium
between 1,174 and 8,800 A100 GPUs
0.18
Training GPT-4 (under the scenarios considered) corresponds to the extraction and eventual disposal of up to 7 tons of toxic elements. Other negative total mass of toxic elements extracted/disposed (tons)
Reading fidelity high
Study strength medium
up to 7 tons of toxic elements
0.18
Increasing MFU from 20% to 60% lowers GPU requirements by 67%. Other positive reduction in GPU requirements
Reading fidelity high
Study strength medium
lowers GPU requirements by 67%
0.18
Extending lifespan from 1 to 3 years yields comparable savings (to increasing MFU from 20% to 60%). Other positive reduction in GPU requirements from longer hardware lifespan
Reading fidelity medium
Study strength low
comparable savings (1 year -> 3 years)
0.05
Implementing both measures (increasing MFU and extending lifespan) together reduces GPU needs by up to 93%. Other positive reduction in GPU requirements when combining MFU increase and lifespan extension
Reading fidelity high
Study strength medium
reduces GPU needs by up to 93%
0.18
Incremental performance gains, such as those observed between GPT-3.5 and GPT-4, come at disproportionately high material costs. Other negative material costs (per incremental model performance gain)
Reading fidelity medium
Study strength speculative
not reported
0.02
The study uses a multi-step methodology integrating measured GPU elemental composition with computational throughput per GPU across varying lifespans and training efficiency regimes to quantify material footprint of AI training. Other null_result methodological integration to estimate material footprint
Reading fidelity high
Study strength medium
not reported
0.18

Notes