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

推荐订阅源

云风的 BLOG
云风的 BLOG
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
P
Proofpoint News Feed
G
Google Developers Blog
Stack Overflow Blog
Stack Overflow Blog
IT之家
IT之家
Microsoft Security Blog
Microsoft Security Blog
F
Fortinet All Blogs
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
C
Check Point Blog
Microsoft Azure Blog
Microsoft Azure Blog
aimingoo的专栏
aimingoo的专栏
月光博客
月光博客
美团技术团队
D
Docker
博客园 - Franky
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 【当耐特】
罗磊的独立博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
What Is Tokenomics, And Why Your AI Infrastructure Is Now...
Laurent Gil · 2026-06-11 · via Hacker News - Newest: "AI"

When you are in a room with a thousand FinOps practitioners and a Goldman Sachs chart goes up on the main screen projecting usage of 120 quadrillion tokens in three years, you feel it differently than reading about it. Just think about it – 120 quadrillion token usage in the next 3 years, and we are currently at 6 quadrillion, it’s at least 20x growth. 

That was yesterday morning at FinOps X in San Diego, where J.R. Storment announced the Tokenomics Foundation from the main stage and, in doing so, marked what I believe is the biggest evolution the FinOps discipline has ever seen.

Tokenomics
J.R. Storment announcing the Tokenomics Foundation from the main stage at FinOps X, San Diego – June 2026

Tokenomics, in the enterprise AI context, is the discipline of governing how energy and capital are converted into AI tokens, how those tokens are consumed efficiently, and how that spend connects to business value. Three layers: production, where your GPU infrastructure manufactures tokens; consumption, where model routing, caching, and prompt architecture determine what those tokens actually cost; and value, where spend maps to outcomes. This is why AI infrastructure is now a FinOps problem: the token bill starts long before the model provider invoices you. It starts in your Kubernetes clusters, your GPU fleet, and your autoscaling decisions.

Here are four things from yesterday that every FinOps and infrastructure team needs to hear.

1. The invoice is not the cost. And I see this every day.

Pooja Kumar, VP CTO Transformation and FinOps at Prudential Financial, said it from the main stage, and I agree completely: “AI is just another workload” is the most dangerous lie a FinOps team can tell itself. We have customers spending six to seven times more on GPU inference than on cloud. That gap does not show up on the model invoice. It lives in retry storms, in agentic chains where one prompt triggers 20 model calls beneath it, in GPU nodes reserved just in case, and sitting idle when the job finishes early. These are infrastructure failures before they are token failures. You cannot govern what you cannot see, and right now, most teams are only seeing the tip.

2. A token is not the same as another token. This is the unlock.

Frederik Pohl, VP, Head of FinOps and Data Solutions at SAP, and his colleague Maida Nazifi, Data Scientist at SAP, showed 12 months of exponential token growth with cost per token falling and total spend still doubling. As J.R. mentioned on stage, Pinterest is already tracing costs from silicon through to model routing with cost and performance data attached at every architectural decision. As J.R. noted from Adobe’s experience on stage, model routing is powerful until it breaks your cache: routing to a cheaper model that invalidates a warm cache can make it more expensive than the one you replaced.. These are second-order effects that do not show up in standard tooling. None of this surprises me. LLMs are not just different in quality; they are different in specialization. Roughly 15% of a developer’s work genuinely requires a frontier model, based on what we see across Cast AI customers. The other 85% does not. The teams winning right now are the ones letting the infrastructure decide which model runs which task. You describe the outcome. The system routes, grades, and iterates. You only care that you got an A. At Cast AI, this is how we build, and it is how we help our customers build. The era of manually picking models is ending the same way manual node provisioning ended. It is better because it is finished.

3. FinOps just got its biggest mandate. ⁠We need to all show up for it.

J.R. Storment announced the Tokenomics Foundation yesterday morning: vendor-neutral, inside the Linux Foundation, running alongside the FinOps Foundation. Token costs have done something cloud optimization never quite managed: they have put FinOps practitioners in the middle of boardroom discussions.Mike Eisenstein, Managing Director at Accenture, said it clearly on stage: “this is our moment.” The question is whether your team shows up with the full stack answer or just the invoice analysis.

The full Day 1 keynote is below. Watch the room react in real time.

The infrastructure layer, the model selection layer, and the business outcome layer. All of it. The organizations building that governance foundation today will set the unit economics that define the next decade. Everyone else will be catching up.

4. How to Start Solving the AI Infrastructure Cost Problem

I think the answer is not more dashboards. It is autonomous automation that runs beneath everything your developers touch, invisibly, continuously, without them ever having to think about it.

I tell our customers the same thing I believe for our own team: developers need all-you-can-eat tokens. Cutting them off mid-task is not governance; it is friction. The job of FinOps and infrastructure teams is to make unlimited feel real while governing the economics underneath. That is only possible if the infrastructure layer is fully autonomous.

In practice that means four things. First, continuous GPU rightsizing so inference workloads land on exactly the compute they need, not what someone provisioned for peak six months ago. Second, spot instances for AI workloads, which most teams avoid because they assume interruptions mean dropped jobs. With live migration they do not. Third, autoscaling that handles bursty agentic traffic, because an agentic job that fans out into twenty parallel model calls needs infrastructure that scales in seconds and releases just as fast when it is done. Fourth, multi-cloud capacity routing: as hardware shortages persist through 2028, workloads need to move automatically to where capacity exists across AWS, Google Cloud, Azure, CoreWeave, Nebius, and beyond.

This is what Cast AI does for AI infrastructure on Kubernetes today. And we are going further. We are currently building a new product called Kimchi focused specifically on token spend optimization, giving teams the visibility and control to govern not just the infrastructure that manufactures tokens, but the token consumption layer itself. It is early, but what we are seeing in the data from our customers already tells us this is exactly where the problem needs to be solved next.

The token economy is not slowing down. The only question is whether your infrastructure governance is keeping up.

Laurent Gil is President of Cast AI, a Governing Board Member of the FinOps Foundation, and a Founding Premier Board Member of the Tokenomics Foundation.

Take-aways from FinOps X 2026 in San Diego.