Skip to content
posttrainllm docs
Esc
navigateopen⌘Jpreview
On this page

External references — articles worth reading

External references — articles worth reading

Curated articles, papers, and projects relevant to posttrainllm. Each entry is one-sentence-what + one-sentence-why-for-us + link, per the docs preference for leaning on authoritative external sources rather than re-explaining them.

Updated 2026-06-08.


LLM internals — pedagogical explainers

  • The Illustrated Transformer — Jay Alammar Visual explainer of the original transformer; got a 2025 refresh with animations. Why for us: the bar for “explain a transformer with diagrams” — any posttrainllm learning doc should link here rather than redraw the diagrams.

  • Transformer Explainer (Poloclub) Interactive GPT-2 running live in the browser; click any layer to see values flow. Why for us: pair with our forward-pass walkthrough sessions — lets readers poke a real model after reading our annotated code.

  • Lil’Log (Lilian Weng) Long-form deep technical essays on inference, training, evals, and agents. Why for us: the quality bar for technical writing we should aim for in posttrainllm’s own learning docs.

  • Lil’Log — Why We Think (May 2025) 40-min read on test-time compute and why small models + better inference can beat scaling up. Why for us: direct intellectual backing for the posttrainllm thesis (specialists + on-device > frontier APIs).

  • Karpathy — 2025 LLM Year in Review Opinionated short post on the paradigm shifts of the year. Why for us: useful framing for the HN-launch positioning of posttrainllm relative to where the field is.

  • ByteByteGo — How Transformers Architecture Powers Modern LLMs Diagram-heavy walkthrough of the seven-step decode loop. Why for us: closest reference for what a posttrainllm explainer post should look like structurally.

  • Stephen Wolfram — What Is ChatGPT Doing First-principles essay on next-token prediction without assuming any ML background. Why for us: the bar for accessibility; useful model for our learn.md entry-point.

  • Maxleiter — They’re Made Out of Weights Terry Bisson “Made Out of Meat” parody — short dialogue framing LLMs as numbers all the way down. Why for us: example of literary/vibe-shaped writing about LLMs; inspiration for a Sarthak voice piece on specialists.

  • Terry Bisson — They’re Made Out of Meat (original) The 1991 sci-fi dialogue Leiter’s piece riffs on. Why for us: read first to get the joke.

  • Janelle Shane — AI Weirdness Long-running humor/AI internals blog (e.g., what neural nets name things weirdly). Why for us: closest practicing tradition for whimsy + ML mechanics; good rhythm reference.


Apple Neural Engine / Core ML / Mac-native LLMs

(Critical reading for the ANE arc — see docs/learn/ane-research/dossier.md for our synthesized dossier of these and adjacent sources.)


Distillation + specialist models


Philosophical / literary takes on LLMs


Where this fits

  • See curriculum.md for the structured 7-session learning track.
  • See docs/learn/ane-research/dossier.md for our synthesized ANE research notes that draw on the Mac/Apple section above.
  • See docs/learn/app-intents-comparison.md for the App Intents study feeding v7 verb taxonomy.
  • New entries: add tight one-line what + why-for-us + link. Don’t re-explain content that already has an authoritative source.

Was this page helpful?