diff --git a/AIImpact.html b/AIImpact.html index adb15eb..f26bfce 100644 --- a/AIImpact.html +++ b/AIImpact.html @@ -366,7 +366,8 @@ .actions { display: flex; gap: 9px; - padding: 0 16px 16px; + padding: 0; + margin: 16px 0; } .action { @@ -416,6 +417,32 @@ font-size: 1.2rem; } + .sources details > summary { + list-style: none; + display: flex; + align-items: center; + gap: 6px; + cursor: pointer; + margin: 0 0 4px; + font-size: 1.2rem; + font-weight: 700; + color: var(--ink); + user-select: none; + } + + .sources details > summary::-webkit-details-marker { display: none; } + + .sources details > summary::after { + content: '▸'; + font-size: .85rem; + color: var(--muted); + transition: transform .2s; + } + + .sources details[open] > summary::after { + transform: rotate(90deg); + } + .sources-intro { margin: 0 0 14px; color: var(--muted); @@ -790,61 +817,9 @@

1 quick AI question

-
- - -
-
-

Data sources

-

These studies provide the published reference values used in this calculator.

- -
- - Microsoft Research — Energy Use of AI Inference - Supports the 0.31 Wh typical text-query estimate, its 0.16–0.60 Wh range, and the 3.91 Wh extended-reasoning scenario with a 2.15–7.05 Wh range. - - - - Luccioni, Jernite & Strubell — Power Hungry Processing - Supports the 2.907 Wh mean image-generation benchmark. The study found substantial variation among models. - - - - Berkeley Lab — 2024 United States Data Center Energy Usage Report - Supports the national-average estimates of just over 0.36 L/kWh of direct data-center water and 4.52 L/kWh of electricity-related water. - - - - EPA eGRID 2022 — Emissions & Generation Resource Integrated Database - Supports the ~0.386 kg CO₂e/kWh U.S. national average grid emissions factor used in the Conventional Infrastructure scenario. - - - - IPCC Sixth Assessment Report (AR6), Working Group III - ⚠️ Used as a reference for illustrative low-carbon electricity CO₂e ranges (~0.007–0.048 kg CO₂e/kWh for wind and solar). The blended 0.02 kg CO₂e/kWh value used in Scenario 3 is an estimate requiring expert validation. - -
- -

- The calculator combines estimates from sources with different methods and system boundaries. - Summary and document-analysis values are classroom comparison estimates, not measured averages. - Infrastructure scenario values for Scenarios 2 and 3 are illustrative estimates; see ⚠️ notes above. -

-
-

How infrastructure changes the picture

@@ -892,6 +867,61 @@

What makes the difference?

Actual impact varies by model, response length, hardware, location, cooling system, and electricity source. The rewrite, summary, and document-analysis presets use classroom comparison values anchored to the published typical text-query estimate.

+ +
+ + +
+ +
+
+ Data sources +

These studies provide the published reference values used in this calculator.

+ + + +

+ The calculator combines estimates from sources with different methods and system boundaries. + Summary and document-analysis values are classroom comparison estimates, not measured averages. + Infrastructure scenario values for Scenarios 2 and 3 are illustrative estimates; see ⚠️ notes above. +

+
+
Copied