In 2017, Google researchers replaced sequential RNNs with a parallelizable self-attention architecture. Over the next seven years, this design scaled from translation tasks to trillion-parameter models, driving the valuation of hardware providers like NVIDIA past $3 trillion. This arc documents the technical milestones and empirical scaling metrics that transformed the Transformer from an academic paper into the primary infrastructure of modern compute.
01. Origins & RNN Bottleneck
Removing recurrence unlocked GPU parallel training scalability. This single design decision — trading sequential computation for parallelism — is what made the entire scaling trajectory possible. Without it, none of the billion-parameter models that followed would have been feasible.
02. Encoder-Decoder Divergence & Scaling Laws
Performance scales as a power-law function of compute and data. The scaling laws transformed AI research from a craft into an engineering discipline. From 2020 onward, the question shifted from ‘what architecture works’ to ‘how much compute can you afford.’
03. The ChatGPT Moment & MoE Scaling
Sparse MoE scaling enabled trillion-parameter training feasibility. But the real breakthrough wasn’t the architecture — it was RLHF. The alignment technique that turned a raw language model into something millions of ordinary people found genuinely useful.
04. Native Multimodality & Inference-Time Compute
Inference-time search bypassed pre-training sample complexity limits. This shift from pre-training compute to inference-time compute represents a second paradigm shift. It changes the bottleneck from ‘how much data you have’ to ‘how much compute you are willing to spend at inference time.’
Conclusion
The Transformer scaling story is not just a technical achievement. It is the defining economic narrative of the 2020s. In less than a decade, a single architectural insight reshaped the entire computing stack: from a 2017 paper to NVIDIA’s $3-trillion valuation, from machine translation to the infrastructure that underpins a new generation of software. The evidence is clear: raw scale combined with basic structural priors produces capabilities that surprise even their creators. But this is not a story without costs — and the costs are mounting. The computational demands of frontier training now exceed the energy output of small countries. The internet’s stock of high-quality text has been largely exhausted. And the alignment techniques that made ChatGPT safe enough for public use remain fragile shortcuts, not robust solutions. The industry has scaled its way into a corner: the next orders of magnitude in compute will require breakthroughs in energy, data efficiency, or both. The deeper question — the one this timeline cannot answer — is whether the Transformer’s trajectory will continue or plateau. The architecture has proven more durable than anyone expected in 2017. But durability is not destiny. The transition from pre-training scaling to inference-time compute suggests the paradigm is already shifting. What comes next may not look like the Transformer at all.