πŸ“’ How Transformers Attend β€” the field guide is live (free, EN/ES)

#5
by karlexmarin - opened

🧠 How Transformers Attend β€” a free, in-depth field guide to what actually happens inside an LLM

Most explainers stop at "attention is all you need." βœ‹ This one keeps going β€” all the way down to the mechanism. πŸ”©

How Transformers Attend is a 43-chapter field guide that takes you from tokens and embeddings to mechanistic interpretability β€” and does something I haven't seen anywhere else: it measures the internals instead of hand-waving them. πŸ“Š

✨ What makes it different

  • πŸ“‰ The attention decay law A(d) ∝ d^βˆ’Ξ³, with a Ξ³-atlas measured across 42 real models β€” data, not vibes
  • πŸ”¬ A physicist's lens: phase structure, a thermodynamic dictionary, fractional transport, grokking dynamics
  • 🧩 Foundations done right: residual stream, multi-head attention, RoPE, KV-cache, long-context, quantization, RAG, agents, multimodal
  • 🩺 Interpretability & honesty: verified vs folklore vs numerology, evaluating without fooling yourself, and "reading the model's whiteboard" (the global workspace)
  • ▢️ Runnable demos + a browser diagnostic environment (TAF Agent) β€” see the ideas on real models, don't just read about them
  • πŸ”„ Continuously updated, backed by 3 published papers (Zenodo)

πŸ†“ Free Β· 🌍 bilingual EN/ES Β· 🚫 no signup

πŸ‘‰ https://karlesmarin.github.io/transformers-guide/en/index.html

If you want to understand how these models work on the inside β€” not just use them β€” start here. πŸš€

Sign up or log in to comment