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
This is the route through the topic. Watch and open the material inside the step where it is used.
Step 1
Learn gradient descent, embeddings, attention, and transformer blocks visually and in code.
Watch here
Andrej Karpathy
High-level architecture and behavior before building pieces yourself.
Open here
Video course · Andrej Karpathy · Intermediate
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
Andrej Karpathy
Use this when implementing the fundamentals in code.
Andrej Karpathy
Hands-on transformer and training-loop implementation.
Open here
GitHub repo / book · Sebastian Raschka · Intermediate
You want to build an LLM step by step.
Open resourceStep 3
Learn fine-tuning, inference, quantization, and open-model tradeoffs.
Open here
Visual guide · Jay Alammar · Beginner to intermediate
Transformer architecture still feels fuzzy.
Open resourceFree course · Hugging Face · Beginner to intermediate
You 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
Video course · Andrej Karpathy · Intermediate
You want to understand neural networks and language models from code.
Step 2
GitHub repo / book · Sebastian Raschka · Intermediate
You want to build an LLM step by step.
Step 3
Visual guide · Jay Alammar · Beginner to intermediate
Transformer architecture still feels fuzzy.
Step 3
Free course · Hugging Face · Beginner to intermediate
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