← Latest papers
💻 computer science

This Is Taking Too Long -- Investigating Time as a Proxy for Energy Consumption of LLMs

This paper proposes using inference time as a proxy to estimate the opaque energy consumption of API-based Large Language Models, validating the approach by correlating time measurements with actual energy data from locally hosted equivalents to help end users understand environmental costs.

Original authors: Lars Krupp, Daniel Geißler, Francisco M. Calatrava-Nicolas, Vishal Banwari, Paul Lukowicz, Jakob Karolus

Published 2026-03-18
📖 5 min read🧠 Deep dive

Original authors: Lars Krupp, Daniel Geißler, Francisco M. Calatrava-Nicolas, Vishal Banwari, Paul Lukowicz, Jakob Karolus

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Problem: The "Black Box" Energy Bill

Imagine you order a meal at a restaurant. The menu tells you the price of the food, but it doesn't tell you how much electricity the chef used to cook it, how much water was wasted washing the dishes, or how much fuel the delivery truck burned to get the food to your table.

In the world of Artificial Intelligence (AI), specifically Large Language Models (LLMs) like the ones powering ChatGPT or Mistral, this is exactly what's happening. When you ask an AI a question, you get an answer, but you have no idea how much energy it took to generate that answer. The companies running these models treat their servers like a "black box"—they don't share the energy bill.

This is a problem because AI is getting huge, and it's eating up massive amounts of electricity, which hurts the environment. We need a way to know how "dirty" our AI usage is, but we can't plug a meter into a company's secret server farm.

The Detective's Trick: Time is the Clue

Since the researchers (Lars Krupp and his team) couldn't peek inside the secret server, they decided to use a clever workaround: Time.

Think of it like this: If you know how fast a specific car engine burns gas, and you know how long a trip took, you can guess how much fuel was used.

  • The Hypothesis: The time it takes for an AI to answer a question is directly linked to how much energy it uses.
  • The Catch: A fast answer could mean a super-efficient engine, or it could mean a massive, gas-guzzling engine that just happened to be empty of traffic. To solve this, the researchers needed a "control group."

The Experiment: The "Local vs. Remote" Race

To test their theory, the team set up a race between two runners:

  1. The Local Runner (The Control): They installed the AI models on their own computers in Germany using specific, known graphics cards (GPUs). They knew exactly how much electricity these cards used. They ran the same "tasks" (like writing a math explanation or a creative story) over and over again.
  2. The Remote Runner (The Mystery): They asked the same questions to the AI models hosted on the internet (via API). They couldn't see the hardware, but they could measure exactly how long it took to get the answer.

The Analogy: Imagine you are trying to guess what kind of car a stranger is driving. You can't see the car, but you can time how long it takes them to drive from Point A to Point B.

  • If they are very fast, you might guess they have a Ferrari (H100 GPU).
  • If they are slower, you might guess they have a standard sedan (A100 GPU).
  • By comparing their time to the times of cars you know you own (your local tests), you can make a very good guess about what they are driving.

What They Found

The results were quite revealing:

  1. The Internet is Faster (But maybe "heavier"): The AI models on the internet were significantly faster than the ones running on the researchers' local computers.
  2. The "GPU Detective" Work: By looking at how fast the internet AI was, the researchers could deduce that the companies were likely using the newest, most powerful graphics cards (the H100 and H200 chips). These are the "Ferraris" of the AI world.
  3. The Energy Estimate: Once they figured out what hardware was likely being used, they could calculate the energy cost.
    • They found that using the "Time" method gave them a pretty accurate estimate of the energy consumption.
    • They also discovered that the "Free" and "Paid" versions of the AI models ran on very similar hardware, meaning the free version isn't necessarily running on "worse" (slower) equipment; it's just a similar setup.

Why This Matters

This paper is like giving everyone a fuel gauge for the AI they use every day.

  • For Regular People: It helps us understand that every time we ask an AI to write an email or solve a math problem, there is a hidden "carbon cost" attached to it.
  • For Companies: It puts pressure on AI providers to be more transparent. If we can estimate their energy use just by timing their responses, they can't easily hide the environmental impact.
  • For the Planet: It helps researchers and policymakers figure out how to make AI more sustainable. If we know which setups use the most energy, we can try to optimize them.

The Bottom Line

The researchers proved that time is a good proxy for energy. Even though we can't see the servers, by simply timing how long an AI takes to think, we can make a smart guess about the hardware behind it and, consequently, how much electricity it is burning. It's a simple, low-tech way to shine a light on a very high-tech, opaque problem.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →