StandardsAboutContact
The Weights
AI energy measurement on MIT's climate list

AI energy measurement on MIT's climate list

MIT Technology Review's 2026 Innovators Under 35 list credits Jae-Won Chung with software that measures AI's energy demand, but it gives no numbers. His papers do, and the two headline figures apply to different workloads.

Jae-Won Chung's energy-measurement work is credible but narrower than the headline suggests. His peer-reviewed inference benchmark reports savings 'sometimes more than 40%', while the Zeus paper's 15.3% to 75.8% range covers training, not serving. MIT Technology Review's profile gives no figures, so neither number substitutes for measuring your own hardware.

The Weights Desk · 3 min read

MIT Technology Review's 2026 Innovators Under 35 climate list, published on September 17, 2026, names Jae-Won Chung for software that measures the energy demands of open-source AI models. The profile gives no figures. The papers behind his work do, and their scope is narrower than a production team might assume: the largest savings range comes from training, while the inference result is a best case.

The profile is a pointer: it says what Chung built, not what it saved

MIT Technology Review's entry says Chung built software to make AI more energy-efficient and, by measuring the energy demands of open-source models, hopes the industry can better understand and address AI's impact. It states no percentage, hardware or workload. Two other honorees also use AI: Jing Wei for pollution tracking and Zhonghua Zheng for climate models built for cities. The remaining six work on lithium, steel, bioplastic packaging, fish feed and refrigerants.

The inference benchmark reports savings of 'sometimes more than 40%'

The ML.ENERGY Benchmark paper, by Chung and seven co-authors and a spotlight at NeurIPS Datasets and Benchmarks 2025, reports energy measurements across 40 model architectures and six task categories. Its abstract says automated optimization recommendations yield 'significant (sometimes more than 40%) energy savings without changing what is being computed by the model.' 'Sometimes' matters: this is a best-case figure from the abstract, not a typical or guaranteed saving. This desk has not rerun the benchmark.

Zeus's 15.3%-75.8% range is for training, not serving

Zeus, Chung's earlier NSDI 2023 paper with Jie You and Mosharaf Chowdhury, reports energy-efficiency improvements of 15.3% to 75.8% for diverse DNN training workloads. Its abstract covers recurring training jobs, not inference. A team quoting that range for a serving fleet would be applying a training result to a different workload. The width of the range also suggests the outcome depends heavily on the workload, so no single figure from it should be expected to transfer.

What a production team can take from these numbers

Neither paper is a cost-per-call forecast for a given deployment. The benchmark measures a fixed set of models and tasks, and a team's own model, batch size, hardware and latency target can differ. The ML.ENERGY leaderboard repository describes the benchmark as covering large language models and diffusion models, and the paper describes it as open-source and extensible to customized models and scenarios. The defensible step is to run it on your own configuration and compare energy against your latency budget.

Verdict: credible measurement work, but the headline numbers do not transfer

Chung's work is peer-reviewed, open-source and tied to specific numbers, which puts it well ahead of a profile blurb. The two figures on offer answer different questions: savings of up to 40% or more on inference in some configurations, and 15.3% to 75.8% on training. Treat both as hypotheses to reproduce on your own hardware. Treat the MIT list as an index of people worth following, not as evidence of savings. This analysis rests on the papers' abstracts, not their full method sections.

How much energy can AI inference optimization save, according to Chung's work?
The ML.ENERGY Benchmark paper's abstract says its automated optimization recommendations yield 'significant (sometimes more than 40%) energy savings without changing what is being computed by the model.' The word 'sometimes' marks 40% as a best case across the 40 model architectures and six task categories it measured, not a guaranteed saving.
Does the Zeus paper's 15.3%-75.8% figure apply to serving models?
No. The Zeus abstract reports that improvement for the energy efficiency of DNN training, using an optimization framework for recurring training jobs. It does not cover inference, so it should not be used to forecast serving costs.
Does MIT Technology Review's profile prove that Chung's software saves energy?
No. The list says he built software to make AI more energy-efficient and hopes measuring open-source models helps the industry understand AI's impact. It gives no benchmark, hardware or before-and-after figure, so verification has to come from his published papers and open code.
  1. Meet the innovators under 35 shaping climate tech — MIT Technology Review
  2. The ML.ENERGY Benchmark: Toward Automated Inference Energy Measurement and Optimization — arXiv
  3. Zeus: Understanding and Optimizing GPU Energy Consumption of DNN Training (NSDI '23) — USENIX
  4. ML.ENERGY Initiative — ML.ENERGY Initiative
  5. ML.ENERGY Leaderboard repository — GitHub