Generative AI with Large Language Models
For: Engineers who plan to fine-tune or self-host LLMs
Side-by-side comparison on level, duration, pricing, instructor, tier. Editor verdict on which course wins for which buyer.
The most comprehensive LLM-internals course in the under-20-hour bucket. Covers transformer architecture, pretraining, fine-tuning (instruction + PEFT/LoRA), RLHF, and deployment-side concerns (cost, throughput, scaling). Built on AWS Bedrock for labs, but the architectural content transfers to any platform. Skip if you already know how transformers work — most of the value is in the middle weeks on fine-tuning and RLHF, which is harder to find elsewhere.
The single most-recommended free resource in modern AI education. Karpathy builds a working autograd engine, then a character-level language model, then a tokenizer, then a working GPT — all from scratch in PyTorch, explaining every line. The 'Let's build GPT' and 'Let's build the GPT Tokenizer' lectures specifically have become canonical references — every senior AI engineer has watched them. The catch: it's 25 hours of dense math-and-code video. You won't follow if you can't keep up with Python + linear algebra. But if you can, no paid course delivers comparable depth.
| Dimension | Generative AI with Large Language Models | Neural Networks: Zero to Hero (Andrej Karpathy) |
|---|---|---|
| Provider | Coursera | YouTube |
| Editorial tier | Hands-on reviewed | Hands-on reviewed |
| Level | Intermediate | Advanced |
| Format | self paced | video |
| Duration | ~16 hours (3 weeks at 5h/wk) | ~25 hours (11 lectures) |
| Pricing | Free to audit · $49 cert | Free |
| Instructor | Antje Barth, Mike Chambers, Shelbee Eigenbrode, Chris Fregly — AWS Generative AI Specialists | Andrej Karpathy — Co-founder OpenAI; former Director of AI at Tesla |
| Rating | ★ 4.8 (4,231 on Coursera) | No public rating |
| Topics | llm fundamentals, fine tuning | llm fundamentals, fine tuning, ai engineering |
| Last verified | 2026-05-23 | 2026-05-23 |
Take Neural Networks: Zero to Hero (Andrej Karpathy) first if you're new to the topic; once you have the basics, Generative AI with Large Language Models is the natural next step. They're complementary in a learning path, not directly competing.
For: Engineers who plan to fine-tune or self-host LLMs
For: Engineers who plan to train, fine-tune, or research LLMs at depth
Similar courses you might also be considering.