The Audit — cracks found & filled
what was missing or mis-dated in the mini-corpus, and how it's fixed
⛒ Attention was dated to 2017
TTU1 centered “Attention Is All You Need” (2017) as if attention began there.
FIXED — attention was introduced in 2014 by Bahdanau, Cho & Bengio for translation; 2017 made it work without recurrence (the transformer). Attention's triumph, not its birth.
⛒ No pre-history
The run-up was missing — what the transformer replaced and was built from.
FILLED — the neuron (1943), perceptron (1958), backprop (1986), LSTM (1997) the RNN it replaced, word2vec, seq2seq, and the structural parts it's literally made of (residuals 2015, LayerNorm 2016, GELU, BPE, Adam, dropout).
⛒ No post-2017 lineage
TTU1 had RoPE, scaling-cost, monosemanticity scattered, but no through-line.
FILLED — BERT/GPT (2018) → GPT-2 (2019) → scaling laws + GPT-3 (2020) → RoPE (2021) → CoT + RLHF + Chinchilla + FlashAttention + ChatGPT (2022) → GPT-4 + LLaMA + monosemanticity (2023) → reasoning models (2024).
⛒ MoE's date
Mixture-of-Experts wasn't placed.
FILLED — MoE (2017) actually predates the transformer paper by 5 months (Jan vs June 2017), same lead author (Shazeer).