Skill
Attention, tokens, and why next-token prediction scales.
Curated resources
Scores are LearnPath editorial opinions (clarity, cost, freshness, project density) — not an objective ranking. Every YouTube item is embedded officially after a click-to-load facade.
2hAdvancedAndrej Karpathy2h
Type every line. This is the best public transformer lesson we know.
Hugging Face8h
Free. Chapters 1–4 cover the stack you will actually use.
1hBest for beginnersAndrej Karpathy1h
The one-hour talk that defined the genre: what an LLM is, how it is trained, what it can and cannot do, and how to think about security and tool use. Non-technical enough for product and business readers while staying accurate.
30h 18mProject-basedfreeCodeCamp.org30h 18m
Thirty hours of project-based generative AI — Gemini, OpenAI, Llama, LangChain, Pinecone, vector databases — with many small applications built. Use it as a project catalogue: pick the ones that match your roadmap rather than watching linearly.
3h 31mAndrej Karpathy3h 31m
Three and a half hours covering the entire life of a modern LLM — pretraining, supervised fine-tuning, reinforcement learning, tokenisation, hallucinations and tool use — with demos of each stage. Published February 2025, it is the most current deep overview from someone who has trained these models.
22h 54mLearnPath pickfreeCodeCamp.org22h 54m
Twenty-three hours published January 2025 covering the whole generative AI stack — model landscape, prompting, embeddings, RAG, agents, evaluation — as one coherent curriculum. The best single video to understand the entire field's vocabulary in context.
21h 11mfreeCodeCamp.org21h 11m
Twenty-one hours aimed squarely at developers: APIs, embeddings, vector stores, RAG and agents with code from the first hour. More engineering-dense than the essentials course.
26 minAdvanced3Blue1Brown26 min
The step-by-step companion to the transformer chapter: queries, keys, values, masking and multi-head attention worked through with equations and animation. The clearest treatment of the mechanism itself.
27 min3Blue1Brown27 min
Twenty-seven minutes that make attention and the transformer block visually obvious — the architecture behind every modern LLM. Watch this before any LLM engineering work and the engineering literature becomes readable.
2h 57mProject-basedfreeCodeCamp.org2h 57m
Builds working apps against locally hosted models with Ollama — chat with your documents, a coding assistant, vision and an image-generation pipeline — with no API keys and no per-token cost. Essential counterweight to the cloud-API tutorials: it teaches the same application patterns while making model hosting, quantisation and privacy trade-offs visible.
23 min3Blue1Brown23 min
Explores how facts might be stored in a model's MLP layers — the most concrete public treatment of what is happening inside an LLM beyond the attention mechanism.
8 minFastest path3Blue1Brown8 min
Eight minutes of the clearest possible explanation of what an LLM is and how it produces text. Ideal first watch in the generative AI category, and short enough to send to a non-technical teammate.
9 minFastest pathIBM Technology9 min
A 2026 explainer on how models process text, images and audio together, including what multimodal actually enables in products. Fast, accurate orientation for the multimodal skill.
Projects