惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Engineering at Meta
Engineering at Meta
雷峰网
雷峰网
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog
Y
Y Combinator Blog
WordPress大学
WordPress大学
Microsoft Azure Blog
Microsoft Azure Blog
小众软件
小众软件
G
Google Developers Blog
云风的 BLOG
云风的 BLOG
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
博客园 - 叶小钗
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
量子位
The Cloudflare Blog
T
The Blog of Author Tim Ferriss
博客园_首页
B
Blog RSS Feed
Hugging Face - Blog
Hugging Face - Blog
IT之家
IT之家
阮一峰的网络日志
阮一峰的网络日志
L
LangChain Blog
宝玉的分享
宝玉的分享

IT Jungle

Finally: Some Pricing Information On The Power S1112 Entry Server - IT Jungle Rocket Automates Manual IBM i Tasks With AI - IT Jungle Guru: Where’s The Table? - IT Jungle LaserVault Goes iSCSI With Virtual Tape Library - IT Jungle IBM i PTF Guide, Volume 28, Number 31 - IT Jungle Will Power Chips Get A Converged Arm Instruction Set Like Z Mainframe CPUs? - IT Jungle Thinking About Moving IBM i To The Cloud? Don't Start With The Quote - IT Jungle Precisely To Add Ransomware Protection In MIMIX 11 - IT Jungle It’s D-Day For Cybersecurity, AI Firms Warn - IT Jungle IBM i PTF Guide, Volume 28, Number 30 - IT Jungle Oracle Dips A Toe Into IBM’s EBCDIC World - IT Jungle When Your Small IBM i Team Is Really A Team Of One - IT Jungle Guru: Putting Failure Handling In Its Place - IT Jungle Inside The Security Enhancements In ACS - IT Jungle IBM i PTF Guide, Volume 28, Number 28: A Crazy Number of Security Vulnerability Patches - IT Jungle IBM i PTF Guide, Volume 28, Number 29 - IT Jungle IBM i PTF Guide, Volume 28, Number 28: A Crazy Number of Security Vulnerability Patches - IT Jungle Inside The Encryption Key Management Changes In IBM i 7.6 - IT Jungle FalconStor Moved To The Blue Lagoon, And Is Poised For Growth Because Of It - IT Jungle Guru: Claude’s SQL Tip - IT Jungle Astera Makes Extracting Legacy Report Data an AI Specialty - IT Jungle IBM i PTF Guide, Volume 28, Number 27 - IT Jungle Welcoming The New IBM i Chief Architect And Other New Top Brass - IT Jungle A Deep Dive Into That Power S1112 Entry Power11 Server - IT Jungle Guru: Beyond Three-Part Naming – Running SQL Across Remote IBM i Systems - IT Jungle How IBM Bolstered IBM i Resilience In The Summer Tech Refreshes - IT Jungle IBM i PTF Guide, Volume 28, Number 26 - IT Jungle Power Systems Has A Great Quarter; System Z, Not So Much - IT Jungle Does AI Mark The End Of The ERP Era? - IT Jungle Guru: Deterministic Application Development With AI - IT Jungle
Counting The Cost Of AI Inference – And Projecting It Far...
Timothy Prickett Morgan · 2026-03-30 · via IT Jungle
  • March 30, 2026

    It is probably a good thing that most IBM i shops did not spend a lot of money trying to figure out AI in the past decade. It was enormously expensive to develop first generation machine learning algorithms, and they had limited applicability. With large language models and their generative capabilities, the use cases for AI have skyrocketed, but the costs for training have been crazy expensive since the end of 2022, when the chattybot eureka moment – some might say emergent behavior – happened.

    The cost of training what are called foundation models – very large models with hundreds of millions of parameters, which are akin to the number of neurons in our brains, and the weights in the AI model being akin to the strength of synaptic signals in that collection of neurons – continues to go up as parameter counts and dataset sizes rise. Even mixture of expert models – which talk amongst themselves and mull over information and try to come to a logical conclusion when a query is posed – still have a lot of parameters collectively. They give better answers, though. It is the difference between the thoughts of a few very experienced people contrasted with a blurty drunk or five year old.

    In any event, whatever metaphor you want to use, the cost of actually running AI in production comes down to what it costs to generate a snippet of text called a token, which in practice is not a word (oddly enough) but an average of around four letters. (It depends on the language.) Data is tokenized and then turned into numerical vectors, which are then used to create the weights which drive what sure looks like the thought process of a GenAI model. So, right now and for the foreseeable future, what matters is the cost per token.

    This week, both IDC and Gartner provided some insight in how rapidly this price has come down and how quickly they expect it to continue to fall.

    Here is the historical recap that Matt Eastwood, senior vice president at IDC, put out on X:

    Eastwood is looking at the costs of training the GPT-3 model when its API came out in beta in June 2020, which is a few years before the GenAI boom hit, and comparing it to what it costs to generate tokens through APIs from OpenAI, the creator of the GPT model, of course. The cost per million tokens was a whopping $32 bucks back in 2020, and the good news is that most queries were short, most contexts were short, and most answers were short back in 2020. They had to be. And today, almost six years later, the cost of 1 million tokens is under 10 cents. That is more than a factor of 320X reduction in cost in six years. Moore’s Law improvements alone would leave us to expect only a factor of 6X improvement, and if you go from 32-bit data down to 4-bit data, that gets you another 4X for a combined 24X. The remaining 13.3X improvement in the cost per token is coming from other hardware and software advances.

    This is, actually, an amazing level of bang for the buck change for the better.

    But it doesn’t stop there, according to the researchers over at rival Gartner:

    It looks like IDC is pretty much at the base (black line) in the curve on the left side of the chart above in 2026, and the cost per million tokens is going to continue down its exponential curve, dropping by another factor of 9X between 2026 and 2030. So, call it a penny per million tokens, and yes, the rate of change is slowing because there are limits of physics to contend with.

    Wait, wasn’t everyone going to get rich selling tokens? Well, as it turns out, mixture of expert (MoE) models will probably use somewhere between 100X and 1,000X more tokens to do their reasoning. So the price to get an answer will go up, and the hope is that the quality of the answer will rise faster than the price.

    For those of us who like our thinking jobs, maybe that is not something to be desired.

    Tags: Tags: ,