The AI industry has shifted from pure parameter scaling — making models bigger with more compute — to multi-dimensional scaling across at least four axes: inference-time compute, mixture-of-experts architecture, data quality curation, and memory-efficient design. This shift makes memory optimization MORE important, not less. Each scaling dimension creates its own memory pressure: - Inference-time compute (o3-style reasoning): generates 10-100x more tokens per query, creating massive KV caches - Mixture of Experts (Mixtral, Grok): uses ~12.5% of parameters per forward pass, but ALL parameters must be in memory. MoE is fundamentally a memory architecture. - Data quality: training on curated, higher-quality data produces better models at smaller parameter counts — shifting value from compute to curation and making efficient inference even more important - Architecture innovation: hybrid models, speculative decoding, and other techniques all trade memory management complexity for quality and speed The net effect: memory bandwidth is now the universal bottleneck across ALL scaling dimensions. Companies optimizing for multi-dimensional scaling will outperform those still chasing parameter counts.
Sources rebuilt primary-first (catalogue II item 69): 3 primary, 0 secondary kept.
source: docs/plans/markets-work-catalogue-2026-09-07.md
