Uber burned through its entire 2026 AI tools budget by April. Microsoft faced a similar crisis, pulling Claude Code licenses because the tool worked too well and people used it too much. Even OpenAI's chief executive officer (CEO), Sam Altman, has called token costs "a huge issue" for the company and its customers. "Tokenmaxxing," the tendency to burn through tokens without a clear link to business outcomes, has gone from an internal joke to a boardroom problem.
Companies are responding by capping external AI budgets and pulling licenses. Fair enough. But when teams try to escape these escalating costs by deploying models on their own infrastructure, they trade metered billing for a new hidden expense: infrastructure waste. And nobody is capping this second cost problem because most organizations don't even know how to measure it.
From token burn to infrastructure waste
Here's what's easy to miss. Per-token costs have dropped as much as 80% over the past year. That sounds like good news, and it is, until you look at what happened to total spending. It went up. Agentic workflows, where AI loops through planning, tool calling, verifying, and correcting, burn through tokens at rates chat-based interactions never approached. According to Deloitte's 2026 TMT Predictions, inference workloads now account for roughly two thirds of all AI compute, up from about a third in 2023. Cheaper tokens didn't make AI cheaper. They made it easier to spend more.
Someone picks a model. Usually whatever topped a leaderboard last month, or whatever a colleague dropped in Slack. Teams deploy it on graphics processing units (GPUs). The configuration is a best guess because nobody has time to benchmark multiple different setups. The autoscaling is either too aggressive, too conservative, or non-existent. The quantization settings are whatever the last tutorial or blog post read used.
Then the GPUs run, usually not very efficiently. The model could be significantly larger than what the task needs, or the hardware may sit underused because the deployment was sized for peak traffic that never showed up.
This is infrastructure waste. It doesn't show up in a line item the way an API bill does, but it adds up every day those GPUs are deployed for the model, regardless of its utilization. It's a common pattern across organizations deploying self-hosted models.
Where self-hosted deployments go wrong
Two decisions cause most of the waste.
Picking the wrong model
There are thousands of open weight models out there. The default is to grab the biggest, most recognized one. But bigger isn't often better for your specific task. Early work on model routing, such as the RouteLLM framework, suggests directing tasks to appropriately sized models, using smaller models for extraction and classification, and reserving larger ones for complex reasoning can cut total spend while preserving most of the output quality. Most teams never run that comparison. It can take days of digging through leaderboards, benchmark papers, and hardware spec sheets, and the results change every month.
Deploying it by guessing
Once a model is picked, someone has to configure the serving runtime, GPU allocation, quantization level, and autoscaling parameters. Without performance data specific to their hardware and traffic patterns, even reference configurations become guesswork. A configuration set too high can waste compute, while a configuration that's too low can cause latency issues. Either way, the team is paying the price—whether in wasted budget or a poor user experience.
The people who know how to get both of these decisions right are rare. Most teams don't have someone who can look at a model, a hardware profile, and a traffic pattern and know the right answer.
Eliminating deployment guesswork with workflow navigator
We built the workflow navigator tool for exactly this situation. Workflow navigator is a natural language copilot in Red Hat OpenShift AI capturing user intent and converting it to actionable workflows.
You tell it what you're building. Something like, "I need a model for a retrieval-augmented generation app, 20 concurrent users, latency under 1.5 seconds." Workflow navigator looks at your model registry, checks what GPU hardware is on the cluster, pulls benchmark data for your use case, and comes back with ranked options.
On the model selection side, workflow navigator filters against your real hardware capacity and ranks by the benchmarks mattering for your task. Say your team needs a coding assistant. The instinct is to deploy a 70 billion parameter model because it topped a leaderboard. Workflow navigator's planner runs the numbers and shows a 32 billion parameter model on 2 GPUs meets your latency targets and scores similarly on code benchmarks, while the 70B needs 4 GPUs for the same job. That's half the hardware for comparable results. Workflow navigator shows you that comparison before you commit GPU hours to the wrong model.
On the deployment side, workflow navigator generates production-ready Kubernetes configurations for your chosen model. Its capacity planner estimates GPU memory requirements across different quantization levels and tensor parallelism configurations, then the GPU recommender compares performance across different hardware without running actual benchmarks.
A team deploying a chat model might discover an L40 with 8-bit floating point (FP8) quantization delivers latency within their service level objective (SLO) at a fraction of the cost of an A100 running the same model at 16-bit floating point (FP16). Workflow navigator produces the KServe InferenceService YAML, resource requests, autoscaling rules, and observability config, all sized against what the cluster has. You look at the tradeoffs and pick the config fitting what you care about, whether that's cost or performance.
Tackling infrastructure waste, not just API bills
The cost conversation in AI is almost entirely about the API side of the bill. That's a real problem, and Uber and Microsoft are right to address it. But nobody is talking about the infrastructure side with the same urgency. You have models running on real GPUs, burning real electricity, and deployed with configurations never tested against the workload. That waste is harder to see, so it doesn't get fixed.
When you pick a model based on reputation instead of fit, and deploy it with default configs instead of tested ones, the cost difference can be significant.
The workflow navigator tool isn't trying to solve the API cost problem. It's aimed squarely at the infrastructure cost problem. When you deploy a model on your own hardware or on the cloud on OpenShift AI, workflow navigator helps you deploy the right one, configured for how you're going to use it.
Try it
Workflow navigator is available now as a developer preview as part of OpenShift AI. It uses Model Context Protocol (MCP), so it works with Claude Code, Cursor, Gemini CLI, or whatever MCP-compatible client your team prefers.
Workflow navigator is built from 2 open source projects. The rhoai-mcp server provides 90+ tools for managing OpenShift AI environments programmatically, from project setup and workbench management to model serving and pipeline configuration. The llm-d planner handles the intelligence layer, the conversational requirements gathering, SLO-driven capacity planning, GPU memory estimation, and multicriteria deployment ranking turning "I need a model for X" into a running, optimized deployment.
If your team is spending too much time picking models and tuning deployments, try it out. We're building this in the open and would love to hear your feedback.
Or learn more about Red Hat OpenShift AI.
리소스
엔터프라이즈 조직을 위한 AI 시작하기: 입문자를 위한 가이드
저자 소개
Suhas Kashyap is a Product Manager on the Red Hat OpenShift AI team, where he focuses on AI/ML platform capabilities including model customization, RAG, and developer tooling. He brings over 22 years of software industry experience spanning development, architecture, and DevOps.
Before joining Red Hat, Suhas spent 9.5 years at IBM in AI Product Management, where he shipped the AI Toolkit for IBM Z and LinuxONE and worked extensively on model customization and advanced RAG capabilities within watsonx.ai.
Outside of work, Suhas is an avid cricketer, half-marathon runner, amateur photographer, and self-described lawn care enthusiast.
Tola is a seasoned full-stack engineer and AI field architect with deep experience building and modernizing enterprise software platforms.
Having worked across organizations such as Pivotal and Red Hat, she brings strong expertise in Java development, Kubernetes-native architectures, and the practical realities of modern cloud platforms. Her background spans software engineering, machine learning, and data science, enabling her to bridge application development, AI systems, and platform infrastructure.
Throughout her career, she has worn many technical hats, including team lead, primary developer, and principal architect across both public and private sector environments. She has helped design and deliver complex systems operating at enterprise scale while guiding teams through evolving technology landscapes.
Today, as an AI field engineer, she works with organizations to translate emerging AI capabilities into production-ready solutions. Her focus is on helping enterprises modernize applications, operationalize machine learning, and integrate generative AI into existing software ecosystems.
Grounded in practical engineering, she partners closely with platform teams and developers to ensure AI-driven modernization efforts are secure, scalable, and aligned with real operational needs.
유사한 검색 결과
GPU 작업 시간의 가치 최대화: Red Hat OpenShift AI의 진행 상황 추적 기능
글로벌 선도 기업들이 AI에 대한 비전을 비즈니스 가치로 실현하는 방법
How Red Hat cleared IT debt for scalable AI
Standardizing the AI stack with PyTorch
채널별 검색
오토메이션
기술, 팀, 인프라를 위한 IT 자동화 최신 동향
인공지능
고객이 어디서나 AI 워크로드를 실행할 수 있도록 지원하는 플랫폼 업데이트
오픈 하이브리드 클라우드
하이브리드 클라우드로 더욱 유연한 미래를 구축하는 방법을 알아보세요
보안
환경과 기술 전반에 걸쳐 리스크를 감소하는 방법에 대한 최신 정보
엣지 컴퓨팅
엣지에서의 운영을 단순화하는 플랫폼 업데이트
인프라
세계적으로 인정받은 기업용 Linux 플랫폼에 대한 최신 정보
애플리케이션
복잡한 애플리케이션에 대한 솔루션 더 보기
가상화
온프레미스와 클라우드 환경에서 워크로드를 유연하게 운영하기 위한 엔터프라이즈 가상화의 미래