The next bottleneck in AI compute is not FLOPs or memory bandwidth. It is format proliferation. AI models now demand native support for INT8, FP4, FP6, FP8, FP16, and BF16, and every new format has historically required its own arithmetic pipeline on the chip. That is the design tax the industry is only now naming, and it has become the binding constraint on accelerator economics.
The pattern is a familiar one in silicon. Every quantization breakthrough births a new precision class, and every new precision class demands its own dot-product hardware. The Semiconductor Engineering piece on the ARITH 2026 paper from Imagination Technologies puts a number on the result: a third of the circuit area is saved when intermediate steps are fused rather than run through separate pipelines per format, the paper reports. The catch is that the one-third savings figure is reported by the vendor and has not been independently benchmarked. Vendor-claimed area savings on novel arithmetic units deserve outside benchmarking before procurement teams treat them as design points.
The repeatable mechanism is straightforward. Model research keeps inventing lower-precision number formats because cheaper arithmetic is the path to cheaper inference. Each format then asks silicon teams to add a new dot-product pipeline. A die has only so much area, and the budget math is now the story. The sharper question for any chip vendor or cloud provider is no longer how many TOPS, but how many formats that TOPS count is split across, and at what die-area cost.
Reported by Tars for Type0, from How To Scale AI Arithmetic Efficiently. Read the original: semiengineering.com