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

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
罗磊的独立博客
博客园 - 【当耐特】
M
MIT News - Artificial intelligence
月光博客
月光博客
博客园_首页
博客园 - 叶小钗
T
Tailwind CSS Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
I
InfoQ
量子位
小众软件
小众软件
爱范儿
爱范儿
The GitHub Blog
The GitHub Blog
IT之家
IT之家
Jina AI
Jina AI
阮一峰的网络日志
阮一峰的网络日志
G
Google Developers Blog
WordPress大学
WordPress大学
人人都是产品经理
人人都是产品经理
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

The Register - Software: AI + ML

Anthropic, now atop the AI bubble, files for its IPO Sick and wrong: Ontario auditors find doctors' AI note takers routinely blow basic facts OpenAI exec says it will burn $50B on compute this year Astera speaks softly and carries a big switch Anthropic unleashes finance agents for Claude IBM asks DBAs to trust AI to act on their behalf ServiceNow adds agent kill switches to AI control tower British mathematician hands OpenClaw agent a credit card Microsoft fixes VS Code after Copilot credited human code Shadow IT has given way to shadow AI. Enter AI-BOMs AI inference just plays by different rules How TeamViewer ONE transforms IT operations from firefighting to autopilot How TeamViewer ONE transforms IT operations firefighting aut Inference is giving AI chip startups a 2nd chance to shine How to roll your own local AI coding agents CIOs will be the governors for AI agents Govern your bots carefully or chaos could ensue Mozilla pushes back against Google's Prompt API SAP user group slams 'uncertainty' in ERP giant's API policy Microsoft boss tells investors the company is working to 'win back fans' Anthropic tops OpenAI in LLM revenue stakes Amazon's chips become a $20B business Fooling large language models just keeps getting simpler Amazon tells its engineers to review all AI output ZTE powers 2026 Jiangsu Football League with 5G-A & AI robot Future holiday horror: ‘A robot lost my luggage in Tokyo’ The future of software development has less development OpenAI jumps out of Microsoft's bed, into Amazon's Bedrock Vintage chatbot lives in the past like an elderly relative Locked, stocked, and losing budget: AI vendor lock-in bites
Stop measuring AI training costs in GPU hours
Aleksandr Patrushev, head of product management for ML/AI, Nebiu · 2026-04-23 · via The Register - Software: AI + ML

AI + ML

Why idle time, checkpointing, and cluster failures are quietly inflating your training budget

PARTNER CONTENT The cost of training today’s large-scale foundation models is often reduced to a single number: the price of a GPU hour. It's a convenient metric. It is also the wrong one. When training runs can cost tens or even hundreds of millions of dollars, operating AI at scale requires a deeper understanding of the underlying economics.

Given that cloud providers offer everything from bare metal servers to highly optimized infrastructures, comparing hourly pricing is rarely straightforward, and hidden costs can quickly inflate total spend.

The real question isn't how much a GPU hour costs, so much as how many GPU hours it takes to complete a training run. That's what determines total cost of ownership (TCO).

Why booked GPU hours don't equal useful training time

Large-scale AI training workloads rely on parallel computing, where multiple nodes are connected to each other in a GPU cluster. They distribute tasks to thousands of GPUs.

The larger the cluster, the more complex it is, with greater risk for failures and operational inefficiencies. Every interruption on the cluster carries a direct financial cost. A 3,000-GPU cluster at $2 an hour per chip costs $6,000 per hour to run. Two hours of downtime adds $12,000 to the training bill. Across a multi-week training run, small differences in downtime have a huge impact on cost.

This is why GPU hours can be misleading: All clusters experience some idle time, but not all to the same extent. The useful compute time that reserved GPU hours deliver depends largely on the provider's infrastructure efficiency.

Here's where the gaps between reserved GPU hours and training time come from:

GPU utilization is not 100 percent: When running real-world workloads, GPUs often deliver lower performance than the benchmarks listed in their hardware specs. Large clusters of interconnected servers may suffer from poor node coordination, operational friction, and communication failures that affect performance.

In most cases, GPU usage is 95-97 percent of the expected performance, or even lower. However, providers with sophisticated AI infrastructure optimize their networks and software layers to achieve better utilization of the GPU performance potential, sometimes achieving up to 102 percent of the anticipated usage. This difference can significantly speed up training.

Checkpointing: Most machine learning teams use checkpointing to improve resilience. By saving the progress of training jobs at set intervals, teams can resume training after interruptions without starting from scratch. However, pausing to save checkpoints introduces measurable overhead.

At a typical team's cadence of checkpointing every three hours, even short five-minute pauses add up to roughly 40 minutes of lost time over a 24-hour period. Infrastructure that provides high-speed storage can help save some of this time.

Job interruptions: Both planned and unplanned interruptions are common at scale. Detecting and recovering from a fault can take up to an hour, and in large clusters this can translate into multiple hours of downtime per day. Each interruption also forces a rollback to the last checkpoint, discarding partial progress.

These factors inevitably affect training time, but their impact on TCO varies significantly depending on your provider's infrastructure.

Understanding infrastructure efficiency and what drives AI costs

Comparing AI cloud costs means looking beyond price per hour to the infrastructure that delivers on a real workload. The infrastructure layer varies across providers, from raw GPU access with minimal support to specialized tooling for networking, reliability, and orchestration. A higher-priced but more efficient and reliable provider can reduce idle time and complete jobs faster, lowering overall cost.

To control AI training costs, organizations should evaluate infrastructure based on efficiency metrics and system design, not just GPU pricing. Key factors include:

Performance optimization: Infrastructure optimized for AI workloads delivers higher GPU utilization and faster throughput, with high-performance networking and storage. Even small performance differences of one or two percent better GPU utilization translate to dozens of saved hours.

Cluster reliability: Infrastructure built for fault tolerance reduces idle time. AI infrastructure providers can implement reliability practices like server acceptance tests and health monitoring to catch early signs of interruptions and facilitate troubleshooting. Providers can also reduce the duration and frequency of planned maintenance events by pre-installing software and testing the cluster during setup, allowing them to dedicate more reserved GPU hours to training progress.

Automated recovery: Manual recovery after a failure takes an hour to restore the cluster state on average, compared to several minutes for automated recovery. Built-in monitoring and orchestration tools with automated failure detection and cluster recovery multiply savings at scale.

Managed AI orchestration: Managed orchestration removes the need for in-house DevOps expertise. Providers offering managed orchestration may also provision buffer capacity for node failures at no extra cost, as opposed to an additional 10-20 percent of GPU cost spent on buffering at many bare metal providers.

At scale, efficiency compounds quickly. Saving hours or even days on training can reduce compute spend by hundreds of thousands of dollars, while accelerating iteration on the next model.

Training runs don't happen in isolation. Delays and variability compound across the full experimentation cycle.

Every percentage point of utilization, every recovered hour, and every avoided rollback compounds. Choosing cloud infrastructure built around that reality is where the real optimization begins.

The Nebius AI Cloud was purpose-built for modern generative AI workloads, combining reliable, supercomputer-grade infrastructure with managed capabilities that make large-scale model training more efficient and cost-effective. By aligning high-performance systems with real-world economics, Nebius helps ensure that every GPU hour delivers maximum value.

Start optimizing the performance and cost structure of your AI initiatives with Nebius today.

For more detailed calculations, cost comparisons, and references with real-world examples, check out the Nebius whitepaper on the economics of AI clusters.

Contributed by Nebius.