Compute and GPUs: Why Hardware Decides Who Gets to Play
A lab announces a new model and the headline is all about benchmarks: it writes better code, reasons more carefully, beats the last version on every chart shown. Buried a few paragraphs down, sometimes not mentioned at all, is the detail that actually explains why this model exists now and not two years ago: the company secured enough of the right chips, for enough months, to finish the run. That sentence rarely makes the headline, but it is closer to the real story than anything on the benchmark chart. Training a model at the frontier is not primarily a software achievement. It is a logistics achievement, and the logistics are physical.
What it actually takes to run the job
Training a large model means running enormous numbers of matrix multiplications, over and over, across a dataset that can span trillions of words. Ordinary processors can technically do this math, the same way a person can technically empty a swimming pool with a teaspoon. What the job needs is a chip built specifically for this kind of repetitive, parallel arithmetic: a GPU, or one of the custom accelerators a few companies have designed for the same purpose. A frontier training run uses not one of these chips but thousands, sometimes tens of thousands, wired together and running continuously for weeks or months without stopping. That cluster draws power on the scale of a small city and needs cooling systems sized to match, because a room full of chips running flat out for months will overheat before it will run out of anything else. None of this is optional overhead around the “real” work. This is the work. The algorithm tells the chips what math to do. The hardware determines whether that math happens at all, and how fast.
Think of it the way global shipping depends on a small number of ports built with channels deep enough to dock the largest container ships. It does not matter how much cargo is waiting to move, how much money is behind it, or how badly a country needs it moved. If there is no port dredged to that depth, the cargo does not move. Money, talent, and ambition play the same role in AI training that cargo plays in shipping: necessary, but useless without a facility built to the right specification to actually process them. Only a handful of ports were ever built deep enough, and only a handful of manufacturing facilities were ever built precise enough to produce these chips.
Why the chips outrank the ideas
It is tempting to assume the scarce resource in AI is talent, or a clever algorithmic insight, because those are the things that make interesting articles. But researchers with a brilliant training recipe and no cluster to run it on have nothing. Meanwhile a company holding a large enough chip allocation can eventually brute-force its way to a strong model even with a fairly ordinary recipe, simply by running more experiments and more scale than anyone without that access. Compute is the resource that gates whether an idea gets tested at all. This is also why so few organizations design the chips that matter here. Producing a chip capable of this workload requires fabrication facilities that cost tens of billions of dollars to build, represent the physical limit of what current manufacturing precision can achieve, and take years to construct. That combination of cost and technical difficulty means the entire industry, every lab, every country, draws from the output of a small number of design firms and an even smaller number of factories capable of actually manufacturing what those firms design.
The story underneath the story
This is why chip export rules, factory construction announcements, and power purchase agreements deserve as much attention as any research paper. They are the actual constraints on what gets built next, in a way that no amount of algorithmic cleverness can route around. For more on what that hardware is actually built to run, see Training vs Inference: Two Completely Different Phases. A later piece in this series looks at function calling and tool use, which sits much further downstream. But upstream of every model, every lab, and every headline benchmark sits a much smaller and much less visible list: the handful of companies that can actually manufacture the chips everyone else is depending on, and who therefore hold more leverage over the pace of AI progress than any lab announcing a release.