Nvidia paid $20 billion for speed. Did free software get there first?
GPUs perform exceptionally well at high throughput and low-to-medium interactivity, but their architecture is less suited for ultra-low-latency inference.
The gap comes from latency rather than bandwidth.
The theoretical ceiling on how fast an eight-GPU Nvidia B200 server can serve one user is 3,047 tokens a second. That number comes from memory bandwidth alone, and real inference engines come nowhere near it.
Look only at bandwidth and there appears to be six times more headroom. The starting point of this piece is that what eats the six times is not bandwidth.
SemiAnalysis InferenceX, GLM5 FP8 744B, 2026-08-10

Bandwidth grew, latency did not
To compute anything a GPU launches a small unit of work called a kernel, tears it down when it finishes, and launches the next one. Each launch and teardown takes a very short time. The trouble is that once the time to produce a single piece of the answer drops below a millisecond, that very short time becomes a large share of the whole. SemiAnalysis adds one line here. GPU memory bandwidth has grown roughly two to three times per generation while memory latency has not improved at all. A wider road does not shorten the trip if the starting gun keeps going off late.
Launch the kernel only once
What TileRT does is compile the whole answer-generating path ahead of time and freeze it into a single kernel. With the launching and tearing down gone, computation, memory reads and communication overlap each other. On a single B200 server it produced 500 tokens a second, which SemiAnalysis reports is about three times faster than a much larger GB300 NVL72 running conventional engines. On an equal-cost basis the gain is up to twofold. The software comes from the team behind the TileLang language and sits on GitHub under an MIT license. Xiaomi and Z.ai already run it behind the high-speed modes of their own services.
The $20 billion Nvidia paid Groq
Why speed carries money is something a price list answers.
Delivering the same answer from the same model faster multiplies the output token price fourfold. The premise that latency is price, which the original piece assumes, is confirmed straight off a public price list.
OpenAI developer pricing page · retrieved 2026-08-10
Back in March The Register laid the structure out this way. Profit in the inference business comes from a trade between how many users one machine can hold and how fast it answers any one of them, and both cannot be maximised at once. Until now the thing that changed the terms of that trade was purpose-built silicon.
Nvidia confirms $20 billion Groq deal (Tom's Hardware, 2025-12-29)Nvidia said in December that it had signed a non-exclusive technology licensing agreement with Groq, reportedly worth $20 billion. Cerebras listed on Nasdaq in May at an offer price of $185 and posted core revenue of $191.3 million in the first quarter. That is the price the market has put on the ability to cut latency. So the question this piece leaves is not which side wins, hardware or software, but how much of a gap is left. If free software on GPUs closes in on purpose-built chips, the premium those chips collect shrinks to whatever that gap is worth. Cerebras hitting its $855 million guidance this year would say the premium is still alive; falling short would be the first evidence that software took the seat first.
- An eight-GPU B200 server could in theory hand a single user 3,047 tokens a second, and in practice it comes nowhere close.
- Read straight, it looks like memory bandwidth is the thing holding the speed down.
- But the culprit SemiAnalysis names is the cost of launching and tearing down kernels, and a free runtime that fuses them into one reached 500 tokens a second.
Scheduled for gradingAwaiting grading
Sources
- Original SemiAnalysis, Ultra-High Interactivity on NVIDIA GPUs? TileRT InferenceX · 2026-08-10
- Tom's Hardware Nvidia's $20 billion non-exclusive technology licensing deal with Groq · 2025-12-29
- The Register An explainer treating inference cost as a trade between throughput and latency · 2026-03-07
- OpenAI developer pricing Per-million-token prices for the standard tier and the Fast mode · retrieved 2026-08-10
- Cerebras investor relations Q1 2026 core revenue of $191.3 million and full-year guidance of $855-865 million · retrieved 2026-08-10
- CNBC Cerebras's Nasdaq listing at an offer price of $185 · 2026-05-14
- tile-ai on GitHub The TileRT repository, MIT licensed · retrieved 2026-08-10
Retrieved 2026-08-10 · the 3,047 and 500 token figures are from the SemiAnalysis InferenceX benchmark (GLM5, 2026-08-10); prices are from OpenAI's pricing page the same day; Cerebras revenue is for Q1 2026
This author's record
- BullSemiAnalysis, long tough on AMD, now says 'great chance.' Can it really break t…
- BullSemiAnalysis: Nvidia's next-gen Rubin chip shows 5x better performance per doll…
- BearSemiAnalysis: Meta's infrastructure team wastes billions through political dysf…