AI's relationship with energy is genuinely two-sided, and the IEA's *Energy and AI* report holds both halves at once: AI is a fast-growing strain on the grid, and one of the most promising tools for running that grid better. Most coverage picks one side and runs with it — either AI is an energy villain or an energy saviour. The honest reading is that both are true at the same time, and which one dominates is still genuinely undecided.
The demand side
Data-centre electricity demand more than doubles by 2030 to around 945 TWh, with AI-optimised facilities quadrupling their consumption. That's not a rounding error on the grid — it's a new category of industrial load arriving fast, concentrated in specific regions, and competing with everything else for power and grid connections. For utilities and policymakers, that concentration is the hard part: a cluster of data centres can shift a region's demand curve in a way that takes years of infrastructure to absorb.
The optimisation side
The same technology can help run the grid it strains. The applications here are largely classical machine learning, not chatbots, and several are already in production:
- Demand forecasting and balancing — matching supply to load in real time, which becomes far harder and far more valuable as the grid gets more dynamic.
- Predictive maintenance for generation and transmission assets, catching failures before they cascade into outages.
- Integrating renewables — managing the intermittency that makes wind and solar hard to schedule, smoothing the gap between when the sun shines and when people need power.
- Efficiency across industrial energy use, where a few percent saved at scale is enormous in absolute terms.
Whether AI is a net help or harm to the energy system isn't predetermined. It depends on how fast efficiency and grid-optimisation gains catch up to the consumption AI itself is driving — a race between two trends pointing in opposite directions.
Why this matters for a business or engineering team
It's tempting to treat all this as a macro story for utilities and governments. But the demand side shows up directly in your own bill. Every AI feature you ship has an energy cost that compounds with usage — invisible in a pilot, then suddenly a real line item once a feature succeeds and traffic grows. We unpack that dynamic in detail in the AI energy bill.
The practical takeaways for builders are concrete:
- Right-size the model. A frontier model on every request is the energy equivalent of leaving every light on. A small language model often does the narrow job for a fraction of the power.
- Cache aggressively. The cheapest, cleanest inference is the one you don't run because you already have the answer.
- Route smartly. Send only the hard requests to the expensive model; handle the rest cheaply.
The forward-looking point is that efficiency has quietly become a first-class engineering concern, not a sustainability footnote. The same choices that cut your footprint cut your bill, and the teams that build with that in mind are hedged whichever way the macro race goes. AI may yet help fix the energy problem it creates — but only if the people building on it treat power as a cost worth designing around.