MODULE 8 ยท LESSON 3

Free โ€” no login required

Sign in to track progress, save quiz attempts and enrol in the full course.

Sign in to track progress / enrol

Energy, Environment and Physical Limits

The scale, from a primary source

The International Energy Agency's Energy and AI analysis provides the most useful published figures for a product manager who needs to reason about this rather than repeat headlines.

๐Ÿ“… Timeline
2024Global data centre electricity consumption approximately 415 TWh, about 1.5% of world electricity. Regionally concentrated โ€” the United States around 45%, China around 25%, Europe around 15%.
Growth rateRoughly 12% annually since 2017, about four times faster than total electricity consumption growth.
2030Projected to reach around 945 TWh โ€” slightly more than Japan's total electricity consumption today.
2035Base case around 1,200 TWh.

Two comparisons from the same analysis put it in proportion. Data centres account for around one-tenth of global electricity demand growth to 2030 โ€” less than industrial motors, air conditioning or electric vehicles โ€” but more than 20% of demand growth in advanced economies, where the concentration bites. And by 2030 the United States alone is projected to consume more electricity for data centres than for producing aluminium, steel, cement, chemicals and all other energy-intensive goods combined.

AI is identified as the most important driver of this growth, though the analysis does not isolate a single figure for AI's share of data centre power as distinct from other digital services โ€” a distinction worth preserving when you quote it, because secondary sources frequently blur it.

Why this becomes a planning constraint

Not primarily a corporate responsibility matter. Three practical routes by which it reaches a product roadmap:

Capacity is gated by power. A data centre needs a grid connection, and in constrained regions those take years. This is upstream of the capacity discussion in module 5 โ€” the reason regional capacity is finite is often that the power is.

Location follows energy. Providers build where power is available and affordable, which shapes which regions exist โ€” and interacts directly with the residency requirements in module 6. The compliant region and the cheap-power region are not always the same place.

Procurement asks. Enterprise and public-sector buyers increasingly require environmental disclosure in tenders, and "we do not know" is a weak answer in a competitive process.

What a product team can actually influence

Most of the footprint is determined by choices above you โ€” the model, the hardware, the data centre's power mix. But the levers you do control are the same ones that reduce cost, which makes this unusually tractable:

๐Ÿ”— Match the Pairs
Routing simple requests to a smaller modelDrop here
Sending only relevant context rather than whole documentsDrop here
Caching repeated identical workDrop here
Constraining output length where longer adds nothingDrop here
Batching non-urgent workDrop here
Not running continuous inference where scheduled would doDrop here

The alignment is worth naming explicitly: the module 4 cost levers and the energy levers are the same levers. A product that has done the work to control unit economics has already reduced its footprint, and can say so with a straight face.

The last row generalises a point the managers course makes: an always-on pattern that reprocesses continuously, where periodic processing would serve equally well, consumes far more for little benefit. Choosing the scheduled design is both cheaper and lower-impact, and it is a design decision rather than an efficiency initiative.

Answering the procurement question honestly

You will be asked. What a credible answer contains:

  • What you can measure โ€” your request volume, your model choices, your provider's published regional carbon intensity where available.
  • What you cannot โ€” a precise per-request figure, unless your provider publishes one. Say so rather than estimating something unfounded.
  • What you have done โ€” routing, caching, context reduction, scheduled rather than continuous processing. These are concrete and verifiable.
  • What your provider reports โ€” their published commitments and regional energy mix, cited as theirs rather than as yours.

Do not invent a number. Fabricated per-request carbon figures are increasingly checked, and being caught overstating environmental credentials is a worse commercial outcome than admitting the limits of what you can measure. The honest version โ€” here is what we control, here is what we have done, here is what our provider reports โ€” is both more defensible and, in most tenders, sufficient.

โ“ Knowledge Check

Why is energy becoming a planning constraint for AI products rather than only a reporting topic?

๐Ÿ“š Flashcards1 / 6
Term

The IEA figures

Click to flip
Definition

About 415 TWh of global data centre electricity in 2024, roughly 1.5% of world electricity, growing about 12% annually since 2017 โ€” projected to reach around 945 TWh by 2030, slightly more than Japan's current total consumption, and around 1,200 TWh by 2035.

Click to flip back
๐Ÿ’กKey Takeaway

Data centre electricity was around 415 TWh in 2024 and is projected near 945 TWh by 2030 โ€” more than 20% of demand growth in advanced economies, where the concentration bites. This reaches your roadmap through capacity gated by grid connections, provider location following available power in ways that collide with residency, and procurement disclosure. The levers you control are the same ones that control unit cost, which makes the work doubly justified โ€” and when asked, report what you measure rather than inventing a figure.