appendix

appendix Design patterns for engineers

 

Sutskever’s List suggests that the history of modern AI is, above all, a history of learnable structure made scalable. The winning systems were not the ones with the most beautiful theory, but the ones that learned representations end-to-end, preserved signal through depth, matched architecture to data structure, and turned extra compute into reliable empirical gains. From AlexNet to ResNet to Transformers, the pattern is the same: simple, modular ideas, well-engineered, scaled hard, and judged by measurable gains over the best existing baseline. The deeper claim underneath that engineering tradition is that intelligence emerges when a model compresses the world well enough to recover its hidden structure; the deeper warning is that once such systems scale, objective design and safety can no longer be treated as afterthoughts.

Learned representations (chapters 2–7)

AlexNet mattered because it displaced the SIFT/HOG era. Deep Speech 2 repeated the same move in speech by replacing phonetic dictionaries and rigid alignments with direct audio-to-text feature learning. The preference for end-to-end learned features, which repeats throughout the book, stems from the fact that the world is messy and handcrafted features are brittle.

No frozen priors (chapters 2–7)

Data augmentation (chapters 2–7)

Optimization is part of the architecture (chapters 1–5)

Prefer modular blocks (chapters 3–6)

Prefer minimal innovation with maximal use (chapters 2–6)

Iteration, not invention (chapters 3–5)

Engineering is not a pejorative (chapters 2, 4, and 6)

Ablations (chapters 2–7)

Best baseline, not biology (chapters 2–7)

Scale what? (chapters 2–6)

Favor short paths and parallelism (chapters 4–6)

Selective addressing (chapter 5)

Smooth loss versus capabilities (chapter 6)

Weaker inductive biases (chapter 7)

Priors still matter (chapter 7)

Speed matters (chapter 7)

Good prediction is compression (chapter 8)

Memorization before generalization (chapter 8)

Safety within engineering (chapters 1 and 9)

Hidden essences (chapter 9)