tech, developers, and the code underneath

issue 132· news·

GTC 2026 and the rack that draws a megawatt

New silicon, new interconnect, and an industry where the unit of purchase is a room rather than a card.

Nvidia's annual conference happened this week and the shape of the announcements confirms what has been obvious for two years: the product is no longer a chip.

the unit of sale#

The thing being sold is a rack-scale system — dozens of accelerators, a co-designed interconnect, integrated liquid cooling, and a power distribution architecture — that arrives as a unit and is installed by people who specialize in installing it.

That is a fundamentally different business from selling PCIe cards, and it is the moat. Competing on a single accelerator's FLOPs per watt is a fight several companies can have. Competing on an integrated rack with a proprietary high-bandwidth interconnect between every device in it is a fight almost nobody can have, because the interconnect is where a decade of engineering lives.

the power numbers#

The per-rack power figures continue climbing. The industry has moved from "how many kilowatts per rack" to "how many racks per megawatt," which is a different mental model.

The consequences, which are the actual story:

Existing datacenter shells are mostly unusable. A facility designed for 10 kW racks cannot host these regardless of floor space. The buildout is new construction, near new substations, on a permitting timeline.

Liquid cooling is not optional and not new. Direct-to-chip liquid cooling is now the baseline, and the interesting engineering has moved to facility-level heat rejection — where does the heat go, and can it be sold to someone.

Higher-voltage DC distribution is being adopted to reduce conversion losses and copper mass at these current levels. This is a genuine architectural change to how datacenters distribute power and it is being driven entirely by this workload.

the software announcements#

The inference serving stack continues to be where the practical developer value is. Disaggregated serving — running prefill and decode on separate hardware pools because they have completely different compute and memory characteristics — is now mature enough to be the default recommendation rather than an optimization.

If you operate inference at any scale and have not looked at disaggregation, that remains the largest single efficiency win available. Prefill is compute-bound and parallelizable. Decode is memory-bandwidth-bound and sequential. Running them on one homogeneous pool wastes a substantial fraction of your silicon on whichever phase is not currently limiting.

the competitive picture#

Every hyperscaler now has its own accelerator in volume production. The software gap versus CUDA remains the deciding factor, and it is narrowing slowly rather than quickly, because CUDA's advantage is fifteen years of accumulated libraries, kernels, tooling, and institutional knowledge rather than any single technical feature.

The realistic near-term outcome is not displacement. It is a market where hyperscalers run their own silicon for their own high-volume internal workloads and buy Nvidia for everything else, which is enough to constrain pricing without threatening the position.

what a developer should take from this#

Almost none of it directly. You will not buy one of these. You will rent time on one.

What matters to you:

  • Capacity comes in steps, tied to construction schedules. Plan around availability, not just price.
  • Efficiency work compounds. Every optimization that reduces tokens, batches better, or caches more is worth more in an environment where the underlying resource is physically constrained.
  • The abstraction layer is your friend. The hardware underneath your API calls will change several times. If your code cares, that is a design problem you created.

the sentence that summarizes the era#

The bottleneck on artificial intelligence is currently electrical engineering and civil construction, and it has been for about two years.

Every discussion about model capability that ignores this is discussing a hypothetical.

Dom, March 9, 2026

get README in your inbox

One dispatch, no noise. Tech and developer news, plus the occasional long piece on the craft.

subscribe →