@TensorTonic: If you want to actually understand LLMs (not just use them), read these in order: 1. Attention Is All You Need (transfo…

X AI KOLs Timeline News

Summary

A Twitter thread recommending ten foundational papers and works to understand LLMs, from the original Transformer to DPO.

If you want to actually understand LLMs (not just use them), read these in order: 1. Attention Is All You Need (transformers) 2. GPT-2 (scaling + zero-shot) 3. Scaling Laws (Kaplan, 2020) 4. GPT-3 (few-shot) 5. Chinchilla (how much data you actually need) 6. InstructGPT (RLHF, why ChatGPT works) 7. LoRA (fine-tuning without going broke) 8. FlashAttention (why it's fast) 9. Chain-of-Thought (reasoning) 10. DPO (RLHF without the pain)
Original Article
View Cached Full Text

Cached at: 07/02/26, 12:21 PM

If you want to actually understand LLMs (not just use them), read these in order:

  1. Attention Is All You Need (transformers)
  2. GPT-2 (scaling + zero-shot)
  3. Scaling Laws (Kaplan, 2020)
  4. GPT-3 (few-shot)
  5. Chinchilla (how much data you actually need)
  6. InstructGPT (RLHF, why ChatGPT works)
  7. LoRA (fine-tuning without going broke)
  8. FlashAttention (why it’s fast)
  9. Chain-of-Thought (reasoning)
  10. DPO (RLHF without the pain)

Similar Articles

How LLMs Actually Work (26 minute read)

TLDR AI

A detailed walkthrough of how transformer-based LLMs work, covering tokenization, embeddings, attention, and next-token prediction without heavy math.