The infrastructure challenges behind AI training

Training a big model like GPT-4 reportedly cost OpenAI north of $100 million, and honestly, most of that wasn't the researchers. It was hardware, electricity, and the sprawling logistics of keeping thousands of chips humming for months without something falling over.

What actually goes into training an AI system is a bit wild once you look at it. Chips, cooling loops, data pipelines, network fabric, orchestration software. Any one of them going sideways can tank a run, and some of them will.

The compute problem

An NVIDIA H100 goes for around $30,000, and you don't buy one of them. You buy thousands. Meta grabbed about 350,000 H100 GPUs in 2024 alone, which puts them past $10 billion just on silicon.

But the chips aren't really the hard part. Making them cooperate is. You need NVLink or similar interconnects, careful memory management, and code that keeps thousands of parallel workers in sync without quietly corrupting the gradients.

Even Google, running its own TPU pods, keeps hitting walls that only a new chip generation can push through. And a new chip generation is a five-year problem, not a five-month one.

Getting enough data is weirdly hard

Everyone talks about compute, but data is where things get messy. A modern model wants trillions of tokens, and you can't just download the internet in a weekend.

Teams building training corpora usually lean on a proxy residential network to pull in diverse web content without getting throttled or blocked. Rate limits kick in fast, and a decent chunk of useful text sits behind soft geo-restrictions or basic bot detection.

It gets worse with other languages. If you want solid Japanese, German, and Portuguese coverage, you basically need infrastructure that looks local to each of those places. Otherwise you end up with a lopsided model that speaks English fluently and everything else with a weird accent.

And that's before dedup. Something like 40% of raw crawl data is duplicates, so you burn compute on the same paragraph a hundred times if you're not filtering hard.

Power breaks first, usually

Electricity is the sneaky ceiling nobody plans for. The International Energy Agency figures global data centre power demand could double by 2026, and AI is a big reason.

Cooling is worse. Air cooling gave up years ago at these densities, so it's liquid loops everywhere. Great when they work, awful when a coolant leak takes out a nine-figure cluster overnight.

Some hyperscalers are locking in 20-year nuclear contracts just to guarantee they'll have juice for future runs. Microsoft restarting Three Mile Island Unit 1 wasn't a headline stunt. It was them doing math.

Grid operators aren't loving it either. In parts of Virginia and Ireland, new data centre applications are getting flat-out rejected because the local grid can't handle another one.

Then there's the network

You'd think shoving data between GPUs would be trivial. It isn't. Communication overhead can burn 40% of your training time if your interconnect fabric isn't tuned right.

The Wikipedia entry on distributed computing has a decent explainer on why sync costs balloon at scale. That's a big part of why frontier labs are pouring money into custom networking silicon instead of grabbing switches off the shelf.

According to the Stanford AI Index, frontier runs now regularly span 25,000 or more GPUs working together. When one node flakes out, you might have to roll back to the last checkpoint. Hours of progress, gone.

The software layer nobody sees

PyTorch and JAX get the credit, but the actual production stack is messier than that. Kubernetes clusters, in-house schedulers, checkpoint managers, all held together with duct tape and internal Slack channels.

A single scheduler bug can waste a week of compute. Most of this software is proprietary and lab-specific, so every big lab basically writes the same tools slightly differently. Some of it eventually leaks out in research papers, but by the time it does, the leading labs are already three iterations ahead.

Where it goes from here

The bottlenecks keep shifting faster than anyone can patch them. Optical interconnects, sparse mixture-of-experts, synthetic data, edge training, all of it looks promising on paper. All of it brings new problems that only show up when you try to run them at real scale.

Whoever cracks this stack owns the next decade. Everyone else rents time from them at whatever price the winners feel like charging.



Previous
Previous

Retail analytics platform buyer's checklist: features that matter in 2026

Next
Next

How mobile internet traffic travels across networks