What a $50M Cluster Actually Buys You
GPU count is the least interesting number in a cluster. Power, cooling and interconnect decide what the money actually turns into.

A training cluster announcement is usually one number: GPU count. Eight thousand H100s, twenty thousand, a hundred thousand. The number implies that scale is a matter of buying more of the same part. It isn't. Three physical constraints decide what that money actually turns into, and none of them is the GPU.
The chip is the easy part
An accelerator is a known quantity. It has a published throughput, a published power draw, a price. Buying eight thousand of them is a procurement problem, not an engineering one.
What isn't known in advance, and what determines whether those eight thousand chips behave like one machine or eight thousand separate ones, is everything around the chip: how power reaches it, how heat leaves it, and how it talks to its neighbors. Those three constraints compound. Get one wrong and the other two don't matter.
Power is usually the first wall
A single high-end AI accelerator draws around 700 watts at full utilization. That sounds manageable until you multiply it. Ten thousand GPUs, before counting anything else in the building, is close to seven megawatts of continuous draw. Add networking gear, storage, and cooling, and total facility power typically runs forty to sixty percent above the compute load alone.
Seven megawatts is roughly the average draw of a small town. That is not a number a facility manager requests from the utility on short notice. Substations have to be built or upgraded. Regional grid capacity has to exist to support it, and in a growing number of markets it doesn't, which is why several planned data center campuses over the past two years were delayed or relocated for grid-capacity reasons rather than construction reasons.
This is the part "just scale the model" skips. You cannot buy your way past a substation that isn't there. Power capacity is frequently the actual ceiling on cluster size at a given site, arrived at before floor space or capital ever become the constraint.
Heat is the second wall, and it is not optional
Every watt drawn is a watt that has to leave the room as heat. At the density modern AI accelerators are packed to, air movement alone often cannot remove heat fast enough to keep chips within their safe operating range. Run a chip too hot and it throttles, silently reducing throughput below what the spec sheet promises, or it shuts down entirely.
This is why liquid cooling moved from a specialty option to a default assumption for new AI infrastructure. Liquid carries more heat per unit volume than air, which is what lets operators pack racks denser without hitting thermal limits. It is a direct trade: greater density in exchange for a cooling system that is far more complex to design, install, and maintain than a row of fans.
Cooling capacity, like power, is decided at the facility level and is expensive to retrofit. A site designed for air cooling cannot simply switch to liquid cooling later without significant rebuild.
Interconnect decides whether the cluster is actually one machine
Training a large model isn't ten thousand GPUs doing independent work. It's ten thousand GPUs constantly exchanging gradients with each other, often many times per second, as they jointly update the same set of weights. That exchange happens over the interconnect fabric: the networking layer that links GPU to GPU, and node to node.
If that fabric is slow relative to the compute, GPUs spend real time idle, waiting for data to arrive rather than computing. Cluster throughput is bounded by the slowest link in the exchange path, not by the fastest chip in the room. A cluster with excellent GPUs and mediocre interconnect underperforms a smaller cluster with better networking, on the metric that actually matters: how fast you can complete a training run.
This is the least visible of the three constraints from the outside, because it never appears in a press release. It shows up later, as a training run that takes forty percent longer than the raw compute number implied it should.
What the money is actually buying
Put together, a cluster budget breaks roughly into: the accelerators themselves, the power infrastructure to feed them at full load, the cooling infrastructure to keep them at full load, and the interconnect fabric to let them work as one system instead of many. Facility build-out, land, and the specialized engineering to integrate all four is frequently a larger line item than people expect walking in, and it scales with cluster size in ways that are not linear.
None of this improves the model. A bigger, better-engineered cluster buys the ability to train a larger model, or train the same model faster. It does not improve architecture, data quality, or evaluation methodology, which are separate constraints entirely, and ones no amount of power delivery solves.
It's also worth naming what this scale doesn't buy: most production workloads don't need the model this cluster was built to train in the first place. Small, specialized models are winning the fights that matter in production for exactly the tasks that don't require frontier-scale capacity, which makes cluster economics a question that only applies to a narrower slice of real work than the announcements imply.
The GPU count in the announcement is real. It just isn't the number that determines whether the cluster works. That distinction, between what a system claims to do and what it actually does under real constraints, is the question this lab exists to work on.
Frequently asked questions
Is GPU count the main cost driver in a training cluster?
No. GPUs are usually the largest single line item, but power delivery, cooling, and interconnect fabric jointly cost more than the compute silicon once you account for facility build-out, and they are what actually caps how large a cluster you can run at one site.
Why does interconnect matter more than raw GPU speed?
Large training runs split a model across thousands of GPUs, which constantly exchange gradients. If the network between them is slow, GPUs sit idle waiting for data instead of computing, so cluster throughput is bounded by the slowest link, not the fastest chip.
What is a power-constrained data center?
A facility where the limiting factor on how much compute you can install is the electricity the site (or the regional grid) can deliver, not floor space or capital. Most hyperscale AI sites built since 2023 are power-constrained rather than space-constrained.
How much power does a large GPU cluster actually use?
A single high-end AI GPU draws roughly 700 watts under load. A 10,000-GPU cluster's compute alone approaches 7 megawatts, and total facility draw, including cooling and networking, typically runs 40 to 60 percent higher than the compute load by itself.
Why do companies use liquid cooling instead of air cooling for AI clusters?
Modern AI accelerators pack enough heat into a small area that air alone cannot remove it fast enough to keep chips at safe operating temperatures at scale. Liquid cooling moves more heat per unit volume, which lets operators pack GPUs more densely without throttling performance.
Does building a bigger cluster always mean a better model?
No. Larger clusters mainly buy the ability to train larger models or the same model faster; they do not automatically improve architecture, data quality, or evaluation, which are separate constraints that more hardware does not solve.
Related reading
We Blamed AI Overviews. It Was Our Titles.
Nine hundred impressions at positions three to ten, and zero clicks. We assumed zero-click search. The Search Console data said something duller.
Why AI Security Frameworks Fail in Practice
Frameworks describe controls for a system with a boundary. LLM applications dissolve that boundary, and the checklist stays green while the gap opens.
Which Model Should You Actually Run in Production
Leaderboards rank models on a distribution your workload does not resemble. The four axes that decide it, and how to build the comparison that matters.