Researchers at MIT and the MIT-IBM Watson AI Lab released EnergAIzer, a lightweight model that estimates how much power a specific AI workload will consume on a specific GPU or AI accelerator without actually running the workload. The team is presenting the work this week at the IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS). Where previous predictors needed cycle-accurate simulation or detailed hardware traces, EnergAIzer relies on the observation that AI workloads contain many repeatable patterns; it samples those patterns and projects power draw from them, trading some precision for orders-of-magnitude faster estimates.

The reason this matters is mundane but expensive. Data-center operators today decide whether to schedule a training run, on which hardware, and at what time of day partly by guessing how much power and cooling the run will need. Wrong guesses mean either oversized capacity reservations — wasted spend — or undersized ones that trip thermal limits and slow the job. The IEA expects data centers to consume roughly 1,000 TWh in 2026, and PJM has attributed nearly 20 GW of new demand from data centers across the 2025-26 and 2026-27 delivery years. A faster, cheaper power estimator changes which workloads can be scheduled where, and at what hour the grid can bear them.

It also lands in a moment when the AI buildout is increasingly bottlenecked by power rather than chips. Roughly half of planned US data-center projects in 2026 are delayed or cancelled because of grid-connection or transformer shortages, and rack densities have moved from 30-40 kW to 120-140 kW for a single Nvidia GB200 NVL72. Tools like EnergAIzer feed directly into the optimization that hyperscalers, hyperscaler customers, and grid operators are now doing in concert: matching specific AI jobs to specific moments of grid availability, rather than treating data-center load as a constant baseline.

For learners: AI is increasingly a systems problem, not just a model problem. The frontier labs get the headlines; the work that actually determines whether their models can be deployed at scale is being done by researchers who understand power electronics, schedulers, and grid economics as fluently as they understand transformers. If you are early in your career and trying to pick where to specialize, energy-aware ML systems is one of the few areas where supply of expertise is dramatically below demand — and a paper at ISPASS goes further today than it did three years ago.