Ian Buck and Sachin Katti on why the data center is the new computer
NVIDIA's Ian Buck and OpenAI's Sachin Katti describe how frontier AI has turned the whole data center into the unit of compute: a co-designed compute token factory where power, cooling, networking, and even the model tuning its own inference are all one design problem.
The Data Center Is the Computer Now
The unit of AI compute has climbed from a single GPU to an entire building, so what you design end to end is no longer a chip but a compute token factory.
You have to design a compute token factory from end to end.
The Day One Box Wasn't Enough
Trillion-parameter models broke the old unit of a single eight-GPU server and forced NVIDIA to spread one machine across a rack of 72 GPUs linked by NVLink.
We put eight GPUs in one node, and that was kind of the unit of compute was a single server
Schedule by Power, Fit More GPUs
Different jobs draw power differently, so a scheduler that knows each job's draw can load-balance the electricity and pack far more GPUs into the same power budget.
you can get upwards of 30 or 40% more GPUs in the data center, but you got to design that from the beginning
A Data Center That Could Steady the Grid
Fully built out at eight gigawatts, the Ohio site would be a large share of the state grid, so Katti argues a co-designed data center could ramp jobs down during spikes and up during gaps to help keep the grid smooth.
if designed right, this can help stabilize the grid. In Ohio, whenever there's spikes, we can go down on our jobs. Whenever there's gaps, we can actually go up so that we can keep the grid smooth.
The Model That Optimizes Itself
OpenAI's Astra, moved unchanged from Blackwell to Vera Rubin, delivered 3x the throughput out of the box, then Astra agents tuned Astra's own inference on Rubin for another 2x over a weekend.
It's a recursive loop. The model is figuring out how to optimize its own inference, serving on Rubin chips and over 72 hours. The model produced another 2x improvement on the throughput
Heterogeneity Is a Fact of Life
GPUs, CPUs, networking, and storage all have to be stitched together, and Katti says a small team like OpenAI will increasingly hand that orchestration to its own agents instead of hand-tuning it.
we will build with our partners like NVIDIA, the right tooling, the right telemetry, expose the right knobs, and really let agents go at it to figure it out
Alignment Is a Reason to Buy More Compute
Asked whether pause talk slows the build-out, Katti argues the opposite: making frontier models safe means training extra safety and alignment models, which needs more compute, not less.
if anything, we believe that we will need more compute to make sure that future models are more safe and more aligned
The 15-Minute Rule for an AI Pre-Check
Before the required human review of CUDA-driver code, NVIDIA engineers can run an agent pre-check for known bugs, and Buck found developers accept a fifteen-minute check but complain about anything slower.
15 minutes seems to be the good. Developers are good with a 15 minute tool on a pre-check. If you go any longer than that, they start to complain just regardless of how useful it is