LLM Inference Is Bandwidth-Bound: Lemire on Why Positron Inverts GPU Design

lemire · x · 2026-09-11

Daniel Lemire argues inference — not training — is the part that must get cheap, and most hardware wasn't designed for it. LLM inference is bandwidth-bound: massive matrix-vector multiplies against barely-reused weights, closer to video streaming than simulation. GPUs were built compute-first with HBM bolted on. The fix: invert the design — stream weights at high utilization and add only enough compute to feed the stream. The most interesting US player is Positron, shipping the Atlas inference machine and building the Asimov chip with weights next to multipliers using commodity memory. Trade-off: not programmable like GPUs; exposed as an OpenAI-compatible API instead.

Original post →

More from Infra

Infra channel →