hardware-theory-coevolution-governs-all-scales

IN derived (depth 4)

Created 2026-06-21T10:09:45+00:00 · Reviewed 2026-06-21T15:37:01+00:00

ML's trajectory has been significantly shaped by hardware-theory co-evolution at multiple scales — the macro deep learning revolution required convergence of bio-inspired architectures, mathematical foundations, and GPU compute (all three becoming available around 2012), while the micro-level sequence modeling arc (RNN→LSTM→Transformer) tracked a CPU→GPU hardware shift that favored parallelizable architectures, suggesting hardware availability is a major factor in selecting among theoretically viable approaches.

Justifications

SL — Same hardware-selection pattern recurs at both field-level and architecture-level granularity

Antecedents (all must be IN):

  • IN dl-revolution-hardware-biology-math-convergence — The deep learning revolution required a three-way convergence that no single field could have produced: biologically-inspired architectures (from neuroscience, imprecisely borrowed), mathematical foundations assembled from independently discovered components (autodiff, optimization, dynamics), and compute hardware scaling (GPUs, 300,000x growth) — the revolution happened when all three became simultaneously available around 2012.
  • IN sequence-modeling-arc-recapitulates-hardware-evolution — The evolutionary arc of sequence modeling (RNN→LSTM→Transformer) was shaped in part by hardware evolution: transformers' parallel self-attention architecture achieved dominance partly because of its synergy with GPU parallelism, making hardware-architecture alignment a primary factor — though attention as a bridging mechanism and fundamental tradeoffs between memory range and parallelism were equally essential to the transition.

Dependents

These beliefs depend on this one: