Papers
Topics
Authors
Recent
Search
2000 character limit reached

LLM Inference Production Frontier

Updated 16 July 2026
  • LLM inference production frontier is a multi-dimensional boundary defining tradeoffs among compute, energy, and quality in model deployments.
  • It encompasses formulations such as cost-quality Pareto frontiers, energy-to-token production functions, and performance curves over inference compute.
  • Practical deployment leverages specialized benchmarks, runtime architectures, and simulation-driven designs to optimize token efficiency and cost performance.

The LLM inference production frontier denotes the boundary of feasible tradeoffs encountered when deployed LLMs convert compute, memory bandwidth, delivered power, cooling capacity, utilization, and inference-time protocol budget into quality-conditioned tokens or task completions. Recent work formulates this boundary as a cost-quality Pareto frontier, a Token Production Function bounded by compute-per-token and energy-per-token ceilings, a phase-aware energy surface over prefill and decode, and a capability curve over inference-time compute. Across these formulations, the common object is not training efficiency or standalone benchmark accuracy, but production deployment under explicit resource and service constraints (Zhuang et al., 30 Oct 2025, Liu et al., 12 May 2026, Niu et al., 2 Dec 2025, McFadyen et al., 16 Jun 2026).

1. Formal definitions of the frontier

One economic formulation treats inference as a compute-driven intelligent production activity and writes the basic relationship as

Intelligence=f(Cost,Model).\text{Intelligence} = f(\text{Cost}, \text{Model}).

In this view, deployment must balance Performance, Quality, and Cost, an “impossible trinity” in which no model can maximize all three simultaneously. The resulting frontier is a cost-quality Pareto frontier over evaluated models and concurrency settings: among all tested configurations, frontier points cannot be improved in cost without worsening quality, or improved in quality without increasing cost (Zhuang et al., 30 Oct 2025).

A more explicitly physical formulation defines inference as energy-to-token production. The Token Production Function is

Q˙token ⁣(t;q,s)=min ⁣(Keff(t)ctok ⁣(t;q,s),PIT(t)etok ⁣(t;q,s))U ⁣(t;q,s),\dot{Q}_{token}\!\left(t; q^{*}, s^{*}\right)= \min\!\left( \frac{K_{eff}(t)}{c_{tok}\!\left(t; q^{*}, s^{*}\right)}, \frac{P_{IT}(t)}{e_{tok}\!\left(t; q^{*}, s^{*}\right)} \right)\cdot U\!\left(t; q^{*}, s^{*}\right),

with

PIT(t)=Pfacility(t)PUE(t),Qtoken=0TQ˙token(t;q,s)dt.P_{IT}(t)=\frac{P_{facility}(t)}{PUE(t)},\qquad Q_{token}=\int_{0}^{T}\dot{Q}_{token}(t; q^{*}, s^{*})\,dt.

Here Keff(t)K_{eff}(t) is effective available compute throughput, PIT(t)P_{IT}(t) is IT-delivered power, ctok(t;q,s)c_{tok}(t;q^*,s^*) is FLOPs/token, etok(t;q,s)e_{tok}(t;q^*,s^*) is J/token, and U(t;q,s)U(t;q^*,s^*) is the effective utilization factor. The frontier is therefore set by the smaller of a compute ceiling and a delivered-power ceiling, then scaled by utilization. The crossover condition is given as

Keffctok=PITetokPITKeff=etokctokρ,\frac{K_{eff}}{c_{tok}} = \frac{P_{IT}}{e_{tok}} \quad\Longleftrightarrow\quad \frac{P_{IT}}{K_{eff}} = \frac{e_{tok}}{c_{tok}} \equiv \rho^{*},

which makes the active binding constraint explicit: compute-bound if compute is scarcer, power-bound if delivered power is scarcer (Liu et al., 12 May 2026).

A third formulation shifts from token production to benchmark capability. Harder evaluations increasingly depend on inference compute: token budgets, context compaction, tool use, retries, and repeated submission attempts. In that setting, performance is a function of how much test-time compute is allowed and how it is allocated, so the frontier is a performance curve over budget, not a fixed score. The paper on frontier evaluation formalizes this using cumulative success curves: a trajectory contributes nothing until the token budget reaches the point where it first attains its credited score, after which it contributes that score; the aggregate curve is the mean over trajectories. Taken together, these definitions suggest that the frontier is not a single scalar, but a family of constrained tradeoff surfaces indexed by workload, protocol, hardware, and service target (McFadyen et al., 16 Jun 2026).

2. Measurement, accounting, and reporting conventions

Production use of the frontier requires direct measurement. TokenPowerBench is introduced as “the first lightweight and extensible benchmark designed for LLM-inference power consumption studies.” It combines a declarative configuration interface covering model choice, prompt set, and inference engine; a measurement layer that captures GPU-, node-, and system-level power without specialized power meters; and a phase-aligned metrics pipeline that attributes energy to the prefill and decode stages of every request. The configuration space includes a model pool spanning dense decoder-only models and MoE models, prompt selection across Alpaca, LongBench, or custom CSV/JSON prompts, engine selection across vLLM, TensorRT-LLM, Transformers, and DeepSpeed, and distributed inference via Ray for models such as Llama3-405B. Telemetry is gathered via NVML/DCGM for GPU power, Intel RAPL for CPU and DRAM, IPMI or a rack-mounted PDU for full-node power, and optionally network/fan telemetry; all streams are timestamp-aligned so that total wall energy can be summed without post-hoc scaling. Reported metrics include joules per token, joules per response, energy per second, peak power, and prefill energy (Niu et al., 2 Dec 2025).

Economic accounting extends the same logic from joules to money. One framework estimates

Hourly GPU CostDepreciation+Power Consumption+Maintenance,\text{Hourly GPU Cost} \approx \text{Depreciation} + \text{Power Consumption} + \text{Maintenance},

with

Q˙token ⁣(t;q,s)=min ⁣(Keff(t)ctok ⁣(t;q,s),PIT(t)etok ⁣(t;q,s))U ⁣(t;q,s),\dot{Q}_{token}\!\left(t; q^{*}, s^{*}\right)= \min\!\left( \frac{K_{eff}(t)}{c_{tok}\!\left(t; q^{*}, s^{*}\right)}, \frac{P_{IT}(t)}{e_{tok}\!\left(t; q^{*}, s^{*}\right)} \right)\cdot U\!\left(t; q^{*}, s^{*}\right),0

Using A800 80G as a baseline example, the paper estimates about $\dot{Q}_{token}\!\left(t; q^{*}, s^{*}\right)= \min\!\left( \frac{K_{eff}(t)}{c_{tok}\!\left(t; q^{*}, s^{*}\right)}, \frac{P_{IT}(t)}{e_{tok}\!\left(t; q^{*}, s^{*}\right)} \right)\cdot U\!\left(t; q^{*}, s^{*}\right),$10.51–$\dot{Q}_{token}\!\left(t; q^{*}, s^{*}\right)= \min\!\left( \frac{K_{eff}(t)}{c_{tok}\!\left(t; q^{*}, s^{*}\right)}, \frac{P_{IT}(t)}{e_{tok}\!\left(t; q^{*}, s^{*}\right)} \right)\cdot U\!\left(t; q^{*}, s^{*}\right),$22.82–$5.64/hour. For a full benchmark run on A800 80G × 2 cards, the practical equation is

Q˙token ⁣(t;q,s)=min ⁣(Keff(t)ctok ⁣(t;q,s),PIT(t)etok ⁣(t;q,s))U ⁣(t;q,s),\dot{Q}_{token}\!\left(t; q^{*}, s^{*}\right)= \min\!\left( \frac{K_{eff}(t)}{c_{tok}\!\left(t; q^{*}, s^{*}\right)}, \frac{P_{IT}(t)}{e_{tok}\!\left(t; q^{*}, s^{*}\right)} \right)\cdot U\!\left(t; q^{*}, s^{*}\right),3

where Q˙token ⁣(t;q,s)=min ⁣(Keff(t)ctok ⁣(t;q,s),PIT(t)etok ⁣(t;q,s))U ⁣(t;q,s),\dot{Q}_{token}\!\left(t; q^{*}, s^{*}\right)= \min\!\left( \frac{K_{eff}(t)}{c_{tok}\!\left(t; q^{*}, s^{*}\right)}, \frac{P_{IT}(t)}{e_{tok}\!\left(t; q^{*}, s^{*}\right)} \right)\cdot U\!\left(t; q^{*}, s^{*}\right),4 is total runtime in seconds. The frontier is then constructed from measured performance on WiNEval-3.0, a medical benchmark with 2,993 requests, by searching concurrency settings for operating points that minimize cost while meeting baseline performance requirements such as TTFT < 1s and throughput > 20 tokens/s (Zhuang et al., 30 Oct 2025).

A reporting controversy follows directly from these formulations. The energy-to-token position paper argues that inference papers and benchmarks should report Joules/token, active binding constraint, PUE-adjusted delivered power, and utilization-adjusted token output alongside accuracy and latency. It also states that listed API prices, although varying by over an order of magnitude across providers, are used only as directional motivation, not as causal evidence of marginal cost. This rejects the common shortcut of inferring production economics from list prices alone and relocates the frontier in physically grounded metrics (Liu et al., 12 May 2026).

3. Prefill, decode, and the geometry of energy efficiency

The phase structure of autoregressive inference is central to frontier analysis. TokenPowerBench tags each power sample with the active phase and integrates them separately to obtain prefill energy and decode energy. The practical reason is that long prompts, high batch sizes, and model scale affect the two stages differently: prefill processes the input context, whereas decode covers token generation and has different latency and bandwidth characteristics. The paper’s evaluation spans Llama, Falcon, Qwen, and Mistral, from 1 billion parameters to Llama3-405B on an 8-node H100 cluster, each node containing 4 NVIDIA H100 GPUs. Several frontier-scale results follow. For LLaMA-3 models on a single node with 4 H100s, moving from 1B to 70B parameters increases energy per token by 7.3× even though parameter count increases 70×. For Llama3-405B, Falcon-180B, and Qwen-480B on 16 H100 GPUs, pure tensor parallelism (TP 16, PP 1) is reported as the most energy-efficient across workloads, with the energy gap between best and worst configurations widening to roughly 40 J/token under Standard Load and more than 60 J/token under High Throughput. For Llama3-405B, FP8 reduces energy per token by roughly 30% relative to FP16 across Standard Load, High Concurrency, and High Throughput; total energy per batch falls from about 45 kJ to 32 kJ under the heaviest load, and throughput improves from about 48–63 tokens/s in the largest batch setting, with no noticeable accuracy loss on the prompt set used. Across six model families, energy per token generally decreases as batch size grows from 32 to 1024, with the steepest improvement between 32 and 256, where GPU utilization rises from under 50% to nearly full utilization; for the 70B model, token energy drops by about 25% in that range. Longer contexts are correspondingly expensive: for Llama3-70B, moving from 2K to 10K prompt tokens raises energy per token by about . Within families, larger models consume disproportionately more energy per token, while Mixtral-8×7B is reported to consume roughly the same energy per token as a dense 8B model while delivering quality closer to a 56B dense model; sparse routing is credited with cutting token energy by about 2–3× compared with dense models of similar emergent accuracy (Niu et al., 2 Dec 2025).

An analytical treatment of this phase geometry is provided by the sweet spots paper. It models inference energy per generated token as a function of input length Q˙token ⁣(t;q,s)=min ⁣(Keff(t)ctok ⁣(t;q,s),PIT(t)etok ⁣(t;q,s))U ⁣(t;q,s),\dot{Q}_{token}\!\left(t; q^{*}, s^{*}\right)= \min\!\left( \frac{K_{eff}(t)}{c_{tok}\!\left(t; q^{*}, s^{*}\right)}, \frac{P_{IT}(t)}{e_{tok}\!\left(t; q^{*}, s^{*}\right)} \right)\cdot U\!\left(t; q^{*}, s^{*}\right),5 and output length Q˙token ⁣(t;q,s)=min ⁣(Keff(t)ctok ⁣(t;q,s),PIT(t)etok ⁣(t;q,s))U ⁣(t;q,s),\dot{Q}_{token}\!\left(t; q^{*}, s^{*}\right)= \min\!\left( \frac{K_{eff}(t)}{c_{tok}\!\left(t; q^{*}, s^{*}\right)}, \frac{P_{IT}(t)}{e_{tok}\!\left(t; q^{*}, s^{*}\right)} \right)\cdot U\!\left(t; q^{*}, s^{*}\right),6, deriving from Transformer FLOPs and memory-access complexity that efficiency is strongly non-linear. The final memory-augmented model is

Q˙token ⁣(t;q,s)=min ⁣(Keff(t)ctok ⁣(t;q,s),PIT(t)etok ⁣(t;q,s))U ⁣(t;q,s),\dot{Q}_{token}\!\left(t; q^{*}, s^{*}\right)= \min\!\left( \frac{K_{eff}(t)}{c_{tok}\!\left(t; q^{*}, s^{*}\right)}, \frac{P_{IT}(t)}{e_{tok}\!\left(t; q^{*}, s^{*}\right)} \right)\cdot U\!\left(t; q^{*}, s^{*}\right),7

and the predicted optimal output length is

Q˙token ⁣(t;q,s)=min ⁣(Keff(t)ctok ⁣(t;q,s),PIT(t)etok ⁣(t;q,s))U ⁣(t;q,s),\dot{Q}_{token}\!\left(t; q^{*}, s^{*}\right)= \min\!\left( \frac{K_{eff}(t)}{c_{tok}\!\left(t; q^{*}, s^{*}\right)}, \frac{P_{IT}(t)}{e_{tok}\!\left(t; q^{*}, s^{*}\right)} \right)\cdot U\!\left(t; q^{*}, s^{*}\right),8

The model is validated on TensorRT-LLM and NVIDIA H100 GPUs across 13 models from 1B to 9B parameters and input/output sweeps from 64 to 4096 tokens, achieving a mean MAPE of 1.79% with standard deviation 0.61. The best-efficiency region appears around Q˙token ⁣(t;q,s)=min ⁣(Keff(t)ctok ⁣(t;q,s),PIT(t)etok ⁣(t;q,s))U ⁣(t;q,s),\dot{Q}_{token}\!\left(t; q^{*}, s^{*}\right)= \min\!\left( \frac{K_{eff}(t)}{c_{tok}\!\left(t; q^{*}, s^{*}\right)}, \frac{P_{IT}(t)}{e_{tok}\!\left(t; q^{*}, s^{*}\right)} \right)\cdot U\!\left(t; q^{*}, s^{*}\right),9 and PIT(t)=Pfacility(t)PUE(t),Qtoken=0TQ˙token(t;q,s)dt.P_{IT}(t)=\frac{P_{facility}(t)}{PUE(t)},\qquad Q_{token}=\int_{0}^{T}\dot{Q}_{token}(t; q^{*}, s^{*})\,dt.0, while the worst region is around PIT(t)=Pfacility(t)PUE(t),Qtoken=0TQ˙token(t;q,s)dt.P_{IT}(t)=\frac{P_{facility}(t)}{PUE(t)},\qquad Q_{token}=\int_{0}^{T}\dot{Q}_{token}(t; q^{*}, s^{*})\,dt.1 and PIT(t)=Pfacility(t)PUE(t),Qtoken=0TQ˙token(t;q,s)dt.P_{IT}(t)=\frac{P_{facility}(t)}{PUE(t)},\qquad Q_{token}=\int_{0}^{T}\dot{Q}_{token}(t; q^{*}, s^{*})\,dt.2. Across models, the sweet-spot setting yields on average a 33.41× increase in tokens per joule compared with the worst-efficiency configuration. This establishes that the frontier is curved in the joint space of prompt length and generation length rather than monotone in “more tokens” alone (Cavagna et al., 5 Feb 2026).

A related systems misconception is that raw phase power is enough to compare engines. TokenPowerBench reports that TensorRT-LLM and vLLM consume about 3× more energy than DeepSpeed and Transformers in the prefill stage, yet reduce total energy per token by 25–40% relative to Transformers because of their optimizations, with DeepSpeed-Inference between the two. The implication stated in the paper is that an engine may spend more power in a phase while still improving end-to-end token efficiency, which is precisely why frontier analysis requires phase-aware and token-normalized metrics rather than raw instantaneous power alone (Niu et al., 2 Dec 2025).

4. Runtime architectures and deployment abstractions

Modern frontier serving systems are increasingly organized around structural specialization. One line of work identifies Mixture-of-Experts (MoE), prefill/decode disaggregation (PD), and attention/FFN disaggregation (AF) as the paradigms pushing inference beyond the traditional replica-centric model. In that account, the defining systems problem is no longer balancing requests across interchangeable replicas, but orchestrating a distributed workflow across specialized and rate-mismatched subsystems. The Frontier simulator proposed for this setting is event-driven and stage-centric, with a hierarchy of GlobalController, ClusterWorkers, ReplicaWorkers, and an ExecutionPredictor. For MoE, it decomposes a layer into gating, routing, and expert-specific GroupedGEMM, modeling completion time as

PIT(t)=Pfacility(t)PUE(t),Qtoken=0TQ˙token(t;q,s)dt.P_{IT}(t)=\frac{P_{facility}(t)}{PUE(t)},\qquad Q_{token}=\int_{0}^{T}\dot{Q}_{token}(t; q^{*}, s^{*})\,dt.3

which captures straggler barriers under expert parallelism. For PD, it models a producer-consumer system with backpressure; for AF, token latency is derived from an event dependency graph rather than a coarse stage sum. This architecture is designed to represent cross-cluster expert routing, latency-hiding pipelining, and heterogeneous scaling in next-generation serving stacks (Feng et al., 5 Aug 2025).

An industrial serving stack that instantiates many of these ideas is RTP-LLM, presented as a high-performance inference engine deployed across Alibaba Group and serving over 100 million users. Its architecture includes a Frontend Application, Master, Prefill Nodes, Decode Nodes, a Multi-Tiered Cache, a Name Service, and a DP-Controller, and supports both PD-Fusion and PD-Disaggregation. The paper reports 4.7x–6.3x model loading speedup for Qwen3-235B-A22B, 35–37% TTFT P95 latency reduction with 215% cache reuse improvement in production traffic scheduling, 1.12x–2.48x throughput improvements in speculative decoding, 1.86x–2.52x throughput improvements in multimodal inference, and 35–40% batch latency reduction with 1.9x–3.0x TTFT improvement in quantized inference. KV management is organized as a four-tier hierarchy—GPU memory, local CPU memory, remote CPU memory via RDMA, and distributed storage—and prefix matching is accelerated by a unified hash map that improves lookup complexity from O(B × W) to O(B). In one production workload, the combination of PD disaggregation and cache-aware scheduling reduced prefill machine count by 75% while preserving average TTFT (Tan et al., 28 May 2026).

At the application layer, the frontier also includes the choice of whether orchestration remains external at runtime. The subterranean agent paper argues that for procedural tasks the workflow can be compiled into the weights of a smaller fine-tuned model rather than retained as an external orchestrator. Across travel booking (14 nodes), Zoom support (14 nodes), and insurance claims (55 nodes), an 8B compiled model reaches 87–98% of the in-context frontier baseline on Zoom and insurance, achieves 92–98% of in-context quality in insurance, and yields per-conversation savings of 128×, 296×, and 462× relative to the in-context baseline on travel, Zoom, and insurance, respectively. The paper also reports that the compiled model is 77–249× cheaper than the LangGraph orchestrator, and lowers runtime latency, for example 29.5s versus 52.1s on Zoom and 43.2s versus 120.8s on insurance. This suggests that the production frontier can shift not only through systems-level disaggregation, but also through moving persistent procedural structure from prompts into model weights (Dennis et al., 21 May 2026).

5. Communication, parallelism, and deterministic execution

At frontier model scales, parallelism introduces a communication wall. In tensor parallel (TP) inference, row-wise TP linear layers require partial outputs to be communicated and reduced across the TP group, typically with all-gather / reduce / all-reduce via NCCL. The communication-compression paper targets this bottleneck by compressing the output activations of row-wise TP linear layers before communication using fine-grained block-wise quantization inspired by microscaling / OCP low-bit formats. It evaluates FP5, FP4, FP2, INT3, INT4, INT5, block sizes 8, 16, 32, and scale data types from E8M0 to E4M0. Reported compression is 3.5–4.5x, corresponding to effective bitwidths of about 4.2–5.6 bits, with a profiling configuration of FP4 E2M1, block size 32, scale dtype E8M0, and 4.25 effective bits. On bandwidth-limited deployments the gains are substantial: for Llama 2 70B on 8x L4, 2x64 prompts improve from 0.58s → 0.32s and 2x128 from 1.07s → 0.52s, while Llama 2 13B on 4x L4 improves from 0.67s → 0.33s on 8x128 and 1.37s → 0.70s on 8x256. By contrast, on 4xA100 the compressed version is slower, such as 0.09s → 0.15s and 0.13s → 0.19s, because compression/decompression overhead outweighs communication savings on a fast interconnect. This establishes that communication compression shifts the latency frontier only when TP inference is actually communication-bound (Hansen-Palmus et al., 2024).

A different operational constraint is reproducibility. LLM-42 addresses non-determinism caused by floating-point non-associativity, dynamic batching, and batch-dependent GPU reduction order. The paper argues that disabling dynamic batching severely degrades throughput, while batch-invariant kernels impose fixed overheads and engineering costs. Its alternative is verified speculation: decode tokens with a non-deterministic fast path, then replay a fixed-size window under a fixed-shape reduction schedule, committing matching tokens and rolling back mismatches. The verifier is deterministic because it always uses the same shape; accepted tokens are guaranteed consistent across runs, and KV cache entries are overwritten with verifier state to prevent future divergence. The reported kernel gap motivating this approach is large: cuBLAS GEMM reaches up to 527 TFLOPS, whereas the batch-invariant Triton kernel peaks at 194 TFLOPS, about a 63% slowdown; batch-invariant RMSNorm is also much slower, with a Python version up to 7× slower and a Triton kernel still up to 50% slower than fused CUDA. In serving results, SGLang deterministic mode is 24%–36% slower than non-deterministic mode depending on workload, whereas LLM-42 remains close to the non-deterministic baseline when deterministic traffic is small. With 11 concurrent requests and only 1 deterministic request, throughput is 931 tokens/s for the non-deterministic baseline, 911 tokens/s for LLM-42, and about 415 tokens/s for deterministic SGLang, making LLM-42 about 2.2× faster than fully deterministic SGLang in that scenario and within 3% of the nondeterministic baseline. This disputes the assumption that determinism and high-throughput dynamic batching are mutually exclusive (Gond et al., 25 Jan 2026).

6. Simulation-driven design and protocol-dependent evaluation

As serving stacks become disaggregated, stateful, and optimization-heavy, frontier exploration increasingly depends on simulation. A later Frontier simulator describes modern serving through four modules—Workload and Config, Fidelity Plane, Control Plane, and Execution Plane—and models Co-location, PDD, and AFD with role-specific cluster workers. It treats runtime optimizations such as CUDA Graphs and speculative decoding as first-class Runtime Adapters, supports stateful requests for reasoning, agents, and RL rollouts, and integrates external network simulators such as ASTRA-Sim and HTSim for communication costs. On a 16-H800 GPU testbed, it reports an average throughput error below 4%; compared with prior simulators, it reduces end-to-end latency error from 44.9% to 6.4% under co-location and from 51.7% to 2.6% under disaggregation, while scaling to 1K+ GPUs on commodity CPUs. The demonstrated use cases are themselves frontier statements: under loose TTFT constraints PDD can be best, under tight sub-second TTFT AFD becomes the correct choice; a history-aware two-queue policy improves p95 answer-visible TTFT by 30.4% and hidden planning throughput by 23.2% for multi-round reasoning; and dynamic reconfiguration for RL rollouts reduces makespan from 528.8 s to 259.1 s, a 2.04× throughput improvement (Feng et al., 20 May 2026).

The evaluation frontier is likewise protocol-dependent. On seven challenging benchmarks spanning software engineering, mathematics, medicine, and cybersecurity, the inference-compute study uses larger token budgets, context compaction, and repeated submission attempts, under either No feedback or Oracle score feedback. The budgets are far above typical published limits: roughly 5M–30M tokens on the main benchmarks, 50M for Cyber CTFs, and 100M for The Last Ones; context is compacted once it exceeds 130k tokens; and each trajectory may include up to 999 submissions. The measured gains vary sharply by benchmark. Extending TerminalBench to 10M tokens gives only about +1.26 ± 0.99 points, and extending SWE-Bench Pro to 30M tokens gives only about +0.27 ± 0.31 points. FrontierMath scales much more strongly, with about +11.67 ± 10.99 points when moving from 1M to 10M tokens. HealthBench is near diminishing returns, changing by only about +0.32 ± 0.42 points when increased from a typical 16k-token budget to 10M tokens. Humanity’s Last Exam gains about +9.25 ± 12.02 points overall when moving from 64k to 5M tokens, and about +12.38 ± 14.65 with oracle feedback versus +6.12 ± 8.93 without it. The cyber benchmarks continue improving across most of the tested range and often do not plateau. Newer models reach higher final performance at large budgets and often show stronger post-onset slope, with release-date correlations at the cap of PIT(t)=Pfacility(t)PUE(t),Qtoken=0TQ˙token(t;q,s)dt.P_{IT}(t)=\frac{P_{facility}(t)}{PUE(t)},\qquad Q_{token}=\int_{0}^{T}\dot{Q}_{token}(t; q^{*}, s^{*})\,dt.4 for Cyber CTFs, PIT(t)=Pfacility(t)PUE(t),Qtoken=0TQ˙token(t;q,s)dt.P_{IT}(t)=\frac{P_{facility}(t)}{PUE(t)},\qquad Q_{token}=\int_{0}^{T}\dot{Q}_{token}(t; q^{*}, s^{*})\,dt.5 for TerminalBench, PIT(t)=Pfacility(t)PUE(t),Qtoken=0TQ˙token(t;q,s)dt.P_{IT}(t)=\frac{P_{facility}(t)}{PUE(t)},\qquad Q_{token}=\int_{0}^{T}\dot{Q}_{token}(t; q^{*}, s^{*})\,dt.6 for FrontierMath, and PIT(t)=Pfacility(t)PUE(t),Qtoken=0TQ˙token(t;q,s)dt.P_{IT}(t)=\frac{P_{facility}(t)}{PUE(t)},\qquad Q_{token}=\int_{0}^{T}\dot{Q}_{token}(t; q^{*}, s^{*})\,dt.7 for HLE, while HealthBench is the exception at PIT(t)=Pfacility(t)PUE(t),Qtoken=0TQ˙token(t;q,s)dt.P_{IT}(t)=\frac{P_{facility}(t)}{PUE(t)},\qquad Q_{token}=\int_{0}^{T}\dot{Q}_{token}(t; q^{*}, s^{*})\,dt.8. Repeated submission broadly improves performance on all five main benchmarks, but the value of larger token budgets, feedback, and parallel attempts varies by benchmark. The general conclusion is that benchmark scores are protocol-dependent and may be lower bounds rather than ceilings when curves are still rising at the largest tested budget (McFadyen et al., 16 Jun 2026).

The contemporary frontier of LLM inference is therefore multi-dimensional. It is shaped jointly by model size, prompt length, batch size, backend engine, parallelism strategy, numeric precision, communication topology, delivered power, cooling and PUE, utilization, runtime architecture, and evaluation protocol. The literature converges on a common point: production inference can no longer be adequately described by latency, throughput, or benchmark accuracy in isolation. It is a constrained systems-and-economics problem in which the relevant object is the boundary of what can be served, at what quality, under what physical, algorithmic, and operational limits.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to LLM Inference Production Frontier.