Position: LLM Inference Should Be Evaluated as Energy-to-Token Production
Summary
This paper argues that LLM inference should be evaluated as energy-to-token production under constraints of compute, power, cooling, and operational efficiency, proposing new metrics like joules/token and PUE-adjusted delivered power.
View Cached Full Text
Cached at: 05/14/26, 04:17 AM
Paper page - Position: LLM Inference Should Be Evaluated as Energy-to-Token Production
Source: https://huggingface.co/papers/2605.11733
Abstract
LLM inference should be evaluated as energy-to-token production under constraints of compute, power, cooling, and operational efficiency, requiring new metrics beyond traditional accuracy and latency measures.
LLM inference is still evaluated mainly as a model or software problem: accuracy, latency, throughput, and hardware utilization. This is incomplete. At deployment scale, the relevant output is a quality-conditioned token produced under joint constraints from effective compute, delivered data-center power, cooling capacity,PUE, and utilization. We argue that the ML community should treat inference asenergy-to-token production. We formalize this view with a dimensionally consistentToken Production Functionin which token rate is bounded by both compute-per-token and energy-per-token ceilings. Listed API prices vary by over an order of magnitude across providers, but we use price dispersion only as directional motivation, not as causal evidence of marginal cost. The core physical question is instead: under fixed quality and service targets, when does the binding constraint move from theoretical peak compute towarddelivered power, cooling, and operational efficiency? Under this framing, system optimizations --latent KV-cache compression, sparse or heavily compressed attention,quantization,routing, anddifficulty-adaptive reasoning-- are not merely local engineering tricks. They are energy-to-token levers because they reduceFLOPs/token,joules/token, memory traffic, or utilization losses under fixed (q^{*},s^{*}). We therefore call for inference papers and benchmarks to reportJoules/token, active binding constraint,PUE-adjusteddelivered power, andutilization-adjusted token outputalongside accuracy and latency.
View arXiv pageView PDFProject pageAdd to collection
Get this paper in your agent:
hf papers read 2605\.11733
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2605.11733 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.11733 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.11733 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
From Tokens to Watt-hours: Analytical Energy Estimation for LLM Inference on Modern GPUs
This paper presents an analytically structured, empirically calibrated methodology for estimating LLM inference energy on NVIDIA H100 GPUs without direct measurement, separating prefill and decoding phases and decomposing energy into compute, parameter-access, KV-cache write, and attention-read components.
How Inference Compute Shapes Frontier LLM Evaluation
This paper systematically studies how inference-time compute (token budgets, context compaction, repeated submissions) affects frontier LLM performance on challenging benchmarks, demonstrating that scores are protocol-dependent and advocating for evaluations that report capability as a function of inference compute.
@polynoamial: https://x.com/polynoamial/status/2064210146558136827
This article argues that LLM benchmark performance is increasingly a function of test-time compute, and that current evaluation methods fail to capture capability improvements when controlling for inference budget. It advocates for plotting performance vs. tokens, cost, or time, and discusses implications for safety evaluations.
Your LLM inference benchmark is lying to you
The article explains why synthetic benchmarks for LLM inference can be misleading, as production traffic is bursty and variable, and recommends testing with real workloads to choose the right inference framework.
Local LLM Inference Optimization: The Complete Guide
A comprehensive guide to optimizing local LLM inference on consumer hardware, covering tools like llama.cpp, vLLM, and LM Studio, with practical advice on memory hierarchy, layer placement, and common failure modes.