Choose this when
You want to go beneath API usage into neural nets, transformers, training, and fine-tuning.
AI learning path
Understand enough of the machinery behind LLMs to reason about behavior, limits, and training tradeoffs.
You want to go beneath API usage into neural nets, transformers, training, and fine-tuning.
You can read model architecture explanations and implement small training loops with less mystery.
Move on when transformer diagrams map to code you can roughly follow.
Do
Work through the material inside each step. Videos are embedded where they fit; tutorials and references sit next to the task they support.
Step 1
Learn gradient descent, embeddings, attention, and transformer blocks visually and in code.
Watch here
►
High-level architecture and behavior before building pieces yourself.
Open here
You want to understand neural networks and language models from code.
Open resourceStep 2
Write toy versions of tokenization, training loops, and generation.
Watch here
Open here
You want to build an LLM step by step.
Open resourceStep 3
Learn fine-tuning, inference, quantization, and open-model tradeoffs.
Open here
Transformer architecture still feels fuzzy.
Open resourceYou need the Transformer, LLM, and inference basics behind many AI apps.
Open resourceTrain or inspect a tiny language model and explain each major step in plain English.
Reference
Step 1
You want to understand neural networks and language models from code.
Step 2
You want to build an LLM step by step.
Step 3
Transformer architecture still feels fuzzy.
Step 3
You need the Transformer, LLM, and inference basics behind many AI apps.
Intermediate
Watch micrograd, then makemore, then the GPT video.
View educator
Intermediate
Clone the repo and work through the notebooks with the book.
View educator
Beginner to intermediate
Read The Illustrated Transformer, then The Illustrated GPT-2.
View educator
Intermediate
Practical Deep Learning for Coders, lesson 1.
View educator
Intermediate to advanced
Watch AI Engineer talks for production patterns and tool choices.
View educator
Beginner to advanced
Start with ChatGPT Prompt Engineering for Developers, then pick a RAG or agents course.
View educator