All learning paths

AI learning path

Model internals

Understand enough of the machinery behind LLMs to reason about behavior, limits, and training tradeoffs.

Best for
Engineers who want deeper understanding
Level
Intermediate to advanced
Time
20-40 hours

Choose this when

You want to go beneath API usage into neural nets, transformers, training, and fine-tuning.

You should be able to

You can read model architecture explanations and implement small training loops with less mystery.

Checkpoint

Move on when transformer diagrams map to code you can roughly follow.

Do

Learning sequence

This is the route through the topic. Watch and open the material inside the step where it is used.

Step 1

Build intuition

Learn gradient descent, embeddings, attention, and transformer blocks visually and in code.

  • Neural nets
  • Attention
  • Embeddings

Watch here

Intro to Large Language Models

Andrej Karpathy

High-level architecture and behavior before building pieces yourself.

Open here

Step 2

Implement small pieces

Write toy versions of tokenization, training loops, and generation.

  • Tokenization
  • Training loop
  • Sampling

Watch here

Neural Networks: Zero to Hero

Andrej Karpathy

Use this when implementing the fundamentals in code.

Let's build GPT from scratch

Andrej Karpathy

Hands-on transformer and training-loop implementation.

Open here

Step 3

Connect to modern models

Learn fine-tuning, inference, quantization, and open-model tradeoffs.

  • Fine-tuning
  • Inference
  • Open models

Open here

Practice task

Train or inspect a tiny language model and explain each major step in plain English.

Reference

All resources in this path

Search resources

Step 1

Neural Networks: Zero to Hero

Video course · Andrej Karpathy · Intermediate

You want to understand neural networks and language models from code.

Step 3

The Illustrated Transformer

Visual guide · Jay Alammar · Beginner to intermediate

Transformer architecture still feels fuzzy.

Step 3

Hugging Face LLM Course

Free course · Hugging Face · Beginner to intermediate

You need the Transformer, LLM, and inference basics behind many AI apps.

Educators to follow

Swyx profile photo

Swyx

Intermediate to advanced

Watch AI Engineer talks for production patterns and tool choices.

View educator
Andrew Ng profile photo

Andrew Ng

Beginner to advanced

Start with ChatGPT Prompt Engineering for Developers, then pick a RAG or agents course.

View educator