AIFEATURE

Why Inference, Not Training, Is AI's Real Long-Term Cost

E
EffectStory 編輯部Editorial Team
Published · Updated
Training is a one-time computation, but inference recurs with every use — AWS estimates it accounts for roughly 90% of an ML model's total cost. Memory-bandwidth limits and linearly-growing KV cache explain why, even as per-token pricing has fallen more than 280-fold since late 2022.

Why does inference cost more than training, despite training being a one-time computation?

GPT-4's training run was a single, bounded computation estimated at 2.1e25 FLOPCITE:E1, whereas Amazon Web Services (AWS) notes that inference recurs continuously after deployment and typically makes up most of the resource usage across the ML lifecycleCITE:E2. Training happens once per model; every subsequent prediction — every chat reply, every API call — triggers a new inference pass, which is why the cost structure tilts toward the deployment phase rather than the initial build.

What share of total AI model costs does inference represent?

AWS estimates that inference — running a trained model to make a prediction — makes up about 90% of the cost of an ML modelCITE:E3. That figure, published by AWS on 2022-04-27, is the clearest quantified anchor for why the operating phase, not the training phase, dominates total spend over a model's life.

Why is LLM inference so expensive? How do memory bandwidth and KV cache drive the cost?

Large language model inference is memory-bound: a paper published 2025-04-08 (arXiv:2504.06319, Dong et al.) finds that decoding is constrained by High Bandwidth Memory (HBM) bandwidth, making LLM inference highly sensitive to memory speed and latencyCITE:E4. A related analysis published 2026-03-20 by Dell Technologies (arXiv:2603.20397) adds that the KV cache's memory footprint scales linearly with context length, imposing critical bottlenecks on GPU memory capacity, memory bandwidth, and inference throughputCITE:E6. Together these two findings point to the same mechanism: as conversations or generated outputs get longer, the KV cache grows, memory pressure rises, and inference — already the larger cost bucket per AWS's estimate — gets more expensive to serve at scale.

How is the industry optimizing inference cost? How much improvement can custom ASICs deliver?

AWS built the Inferentia2 chip specifically for inference economics: announced 2023-04-13, AWS describes its EC2 Inf2 instances as the most cost-effective and energy-efficient option on EC2 for deploying generative AI, delivering up to 50% better performance per watt than other comparable EC2 instancesCITE:E5. That performance-per-watt framing — rather than a raw-throughput claim — lines up with the memory-bound, KV-cache-driven cost structure described above: purpose-built inference silicon targets the bottleneck that actually drives the bill.

How is inference cost trending over the long run? Is per-token pricing falling?

Per-token pricing has fallen steeply: Stanford HAI's AI Index Report 2025 finds that querying a model matching GPT-3.5's MMLU score of 64.8 cost $20.00 per million tokens in November 2022, versus $0.07 per million tokens by October 2024 via Gemini-1.5-Flash-8B — a decline of more than 280-fold in roughly 18 monthsCITE:E7.

MetricValueDate / Period
GPT-4 training compute (Epoch AI estimate)~2.1e25 FLOPModel released March 2023; estimate published 2025-06
Inference share of ML model cost (AWS estimate)~90%2022-04-27
EC2 Inf2 performance-per-watt vs. comparable EC2 instancesup to 50% higherAnnounced 2023-04-13
GPT-3.5-equivalent query cost (MMLU 64.8)$20.00 per million tokensNovember 2022
GPT-3.5-equivalent query cost (Gemini-1.5-Flash-8B)$0.07 per million tokensOctober 2024
Price decline over the periodmore than 280-fold~18 months, per Stanford HAI AI Index 2025

What this means

The facts line up into a consistent picture rather than a contradiction: AWS's 90% inference-cost estimateCITE:E3 and its description of inference as recurring resource usage across the ML lifecycleCITE:E2 explain why the memory-bound, KV-cache-driven bottlenecks documented in the 2025 and 2026 papersCITE:E4CITE:E6 matter economically, not just technically. AWS's own response — a chip optimized for performance per watt rather than raw computeCITE:E5 — targets that specific bottleneck. And the 280-fold token-price decline Stanford HAI documents between November 2022 and October 2024CITE:E7 shows the industry has driven down the cost of a fixed-capability query even while GPT-4's training-scale computationCITE:E1 and inference's structural dominance of total costCITE:E3 continue to define where the long-term spending actually sits.

📊 Evidence

FAQ

Why does inference cost more than training, despite training being a one-time computation?

GPT-4's training run was a single, bounded computation estimated at 2.

What share of total AI model costs does inference represent?

AWS estimates that inference — running a trained model to make a prediction — makes up about 90% of the cost of an ML modelCITE:E3.

Why is LLM inference so expensive? How do memory bandwidth and KV cache drive the cost?

Large language model inference is memory-bound: a paper published 2025-04-08 (arXiv:2504.06319, Dong et al.

How is the industry optimizing inference cost? How much improvement can custom ASICs deliver?

AWS built the Inferentia2 chip specifically for inference economics: announced 2023-04-13, AWS describes its EC2 Inf2 instances as the most cost-effective and e…

📎 Sources

  1. Epoch AI — Models over 1e25 FLOP
  2. AWS — ML Sustainability (Inference Cost)
  3. AWS — EC2 Inf2 / Inferentia2
  4. arXiv 2504.06319 — Memory-bound Inference
  5. arXiv 2603.20397 — KV Cache Scaling
  6. Stanford HAI — AI Index Report 2025

Related data

Author's TakeEffectStory 編輯部

The 90% AWS figure and the memory-bound characteristics researchers describe are two sides of the same story: inference cost isn't primarily a raw-compute problem, it's a memory-bandwidth and KV-cache problem — which is why AWS built Inferentia2 around performance-per-watt rather than FLOPS, claiming up to 50% gains over comparable EC2 instances. The 280-fold token-price drop between November 2022 and October 2024 shows the industry can compress cost per query even as models improve, but that decline was measured on a fixed, GPT-3.5-level task and says nothing about what happens as context windows lengthen and the KV cache grows linearly with them. The metric worth watching next is whether token pricing keeps falling at a similar pace as context lengths — and the memory pressure they create — keep growing.

E
EffectStory 編輯部Editorial Team

Related

FEATURE

Why Solar-Plus-Storage Is the Most Practical Power Fix for AI Data Centers Right Now

Utility-scale solar has become one of the cheapest new power sources, with costs down roughly 90% since 2010, while 2024 deployment volume outpaced every other generation technology. Paired with record-low battery prices, solar-plus-storage is already powering an AI data center in Arizona — though it still falls short of full 24-hour dispatchable baseload.

Nathan ·
FEATURE

2026's AI Enforcement Collision: EU Fines Activate as California Tightens and Washington Pushes Back

2026 marks the European Union AI Act's real enforcement start: the AI Office gains fining power over general-purpose AI on August 2, while high-risk system deadlines are pushed to 2027 and 2028. California activates two new laws on January 1 covering frontier-developer safety disclosure and training-data transparency. The federal government moves the opposite direction, ordering a Justice Department task force to challenge state AI laws, naming California's SB 53 as a target.

EffectStory 編輯部 ·
FEATURE

Who's Actually Flying Air Taxis? China's EHang Carries Passengers While US Rivals Chase Certification and Europe's Two Pioneers Collapse

China's EHang (億航) is the only eVTOL maker actually flying paying passengers today, holding a full Chinese type, production, and operating certificate set and delivering 221 aircraft in 2025. US rivals Joby and Archer remain in certification or pre-launch stages, while Germany's Lilium and Volocopter both went insolvent in 2024–2025, with Volocopter absorbed by a Chinese buyer.

EffectStory 編輯部 ·