newsroom
AI Economics & Business Models · Frontier models are ~100x over-trained vs Chinchilla optimal due to inference compute amortization
now playing · AI Economics & Business Models
Memory bandwidth, not capacity, is the binding constraint for AI inference scaling
Larger scale-up domains (NVL72, Rubin) solve the memory bandwidth bottleneck by allowing parallel weight loading across more GPUs, directly reducing latency and enabling longer context leng…
Sparse MoE with expert parallelism is the dominant architecture for inference at scale
Expert parallelism within a single scale-up rack (64-72 GPUs) is the optimal mapping for MoE layers. Pipeline parallelism across racks adds latency without reducing per-GPU KV cache memory.…
Semiconductorstailwindscore 8/10reiner pope
Nvidia's rack-scale roadmap (Hopper→Blackwell→Rubin) unlocks sparse MoE inference economics
The progression from 8-GPU to 72-GPU to 500+ GPU scale-up domains matches the all-to-all communication needs of Mixture-of-Experts layers. Each generation expands the expert parallelism lim…
Frontier models are ~100x over-trained vs Chinchilla optimal due to inference compute amortization
Equalizing pre-training, RL, and inference compute costs implies models should be trained on ~100x more tokens than Chinchilla predicts (200T vs 2T tokens). This explains why parameter coun…
Memory & Storagetailwindscore 7/10reiner pope
Memory tiering (HBM→DDR→Flash→Disk) economics revealed by API cache pricing
API providers' cache pricing (5min vs 1hr) maps to memory tier drain times: HBM (~20ms), DDR (~seconds), Flash (~minutes), Spinning disk (~hours). The 10x cache hit discount reflects the co…