05 Reference 10 min read 2,031 words

πŸŽ“ Recommended AI Courses & Learning Paths

A curated list of reliable, trusted, and up-to-date online courses for AI engineers, ML practitioners, and product teams. Every course here is verified as of March 2026 β€” no fluff, no outdated MOOCs.

referencecareersintro
01& transformers

Foundation: LLMs & Transformers

CourseProviderCostWhy It's Trusted
Neural Networks: Zero to HeroAndrej Karpathy (YouTube)FreeThe definitive from-scratch series by an OpenAI/Tesla legend. Builds GPT from scratch.
CS324: Large Language ModelsStanfordFreeStanford-quality lecture notes covering LLM fundamentals, scaling laws, alignment.
Generative AI with LLMsDeepLearning.AI + AWS (Coursera)~$50Hands-on intro to LLMs, covering training, fine-tuning, RLHF. By Andrew Ng's team.
Practical Deep Learning for Codersfast.aiFreeBottom-up, code-first approach. Best for engineers who learn by doing.
02pipelines

RAG Pipelines

CourseProviderCostWhy It's Trusted
Building and Evaluating Advanced RAGDeepLearning.AI + LlamaIndexFreeCovers sentence-window retrieval, auto-merging, RAG evaluation with TruLens.
Vector Databases: from Embeddings to ApplicationsDeepLearning.AI + WeaviateFreePractical walkthrough of embeddings, vector stores, and hybrid search.
Building RAG Agents with LLMsNVIDIA Deep Learning InstituteFreeEnterprise-grade RAG with NVIDIA NIM. Covers chunking, reranking, evaluation.
LlamaIndex β€” Documentation: LearningLlamaIndexFreeOfficial LlamaIndex learning path β€” best for deep RAG pipeline mastery.
RAG Fundamentals (Haystack)deepset / HaystackFreeHands-on tutorials for pipeline-based RAG using the Haystack framework.
03multi-agent systems

Agentic AI & Multi-Agent Systems

CourseProviderCostWhy It's Trusted
AI Agents in LangGraphDeepLearning.AI + LangChainFreeLangGraph by the creators. Covers ReAct, persistence, human-in-the-loop, multi-agent.
Multi AI Agent Systems with crewAIDeepLearning.AI + crewAIFreeOfficial CrewAI course. Covers Crews, Flows, and real-world business automations.
Building Agentic RAG with LlamaIndexDeepLearning.AI + LlamaIndexFreeRouting, tool-calling agents, and multi-document agentic retrieval.
Functions, Tools and Agents with LangChainDeepLearning.AI + LangChainFreeTool-calling, OpenAI function calling, building from scratch.
Developing AI Agents using AutoGenDeepLearning.AI + MicrosoftFreeAutoGen multi-agent patterns. Covers debate, tool-use, and code execution agents.
CS294/194-196: LLM Agents (Berkeley)UC BerkeleyFreeGraduate-level course on LLM agents. Covers memory, planning, safety, evaluation.
04memory management

Context & Memory Management

CourseProviderCostWhy It's Trusted
Building Systems with the ChatGPT APIDeepLearning.AI + OpenAIFreeCovers multi-turn conversation state, context management, moderation chains.
Prompt Engineering with Llama 2DeepLearning.AI + MetaFreeShows context window tradeoffs and system prompt management with Llama 2.
Reasoning with o1DeepLearning.AI + OpenAIFreeDeep dive into o1 reasoning, budget tokens, thinking modes. Directly applicable to o3 and Claude 3.7 Extended Thinking.
Mem0 DocumentationMem0 (official)FreeDefinitive reference for multi-tier memory in production agents.
05& observability

AI Evaluations & Observability

CourseProviderCostWhy It's Trusted
Evals for AI: Maven CourseHamel Husain & Shreya Shankar (Maven)Paid (~$400)Industry gold standard for AI evals. Used in production at dozens of companies. Our repo's evals guides are based on this course.
Evaluating and Debugging Generative AIDeepLearning.AI + W&BFreeCovers tracing, evaluation with W&B Weave, and experiment tracking.
Quality and Safety for LLM ApplicationsDeepLearning.AI + WhyLabsFreeCovers hallucination detection, toxicity, bias evaluation, and drift monitoring.
LangSmith Evaluation TutorialsLangChainFreeOfficial LangSmith docs are the best hands-on eval reference if you use the LangChain ecosystem.
Phoenix + Langfuse official docsArize PhoenixFreeHands-on tutorials for open-source evals using Phoenix.
06context engineering

Prompt Engineering & Context Engineering

CourseProviderCostWhy It's Trusted
ChatGPT Prompt Engineering for DevelopersDeepLearning.AI + OpenAIFreeThe foundational prompt engineering course. By Isa Fulford & Andrew Ng.
Prompting Fundamentals (Anthropic)AnthropicFreeStraight from the Claude team. Covers prompt design, XML tags, chain-of-thought.
DSPy: Building Optimizable PipelinesStanford NLP (GitHub)FreeNot a course but the DSPy repo's notebooks are the best way to learn programmatic prompting.
Prompt Engineering GuideDAIR.AIFreeComprehensive, community-maintained reference covering all major prompting techniques.
07& adaptation

Fine-tuning & Adaptation

CourseProviderCostWhy It's Trusted
Finetuning Large Language ModelsDeepLearning.AI + LaminiFreeCovers LoRA, full fine-tuning, dataset preparation, evaluation. Concise and practical.
Reinforcement Learning from Human FeedbackDeepLearning.AI + AWSFreeDeep dive into RLHF: reward models, PPO, preference datasets.
Hugging Face NLP CourseHugging FaceFreeThe best free course for fine-tuning transformers with the HF ecosystem (Trainer, PEFT, etc).
How Diffusion Models WorkDeepLearning.AIFreeFor image model fine-tuning (stable diffusion, LoRA for images).
08& mlops

Inference Optimization & MLOps

CourseProviderCostWhy It's Trusted
ML Engineering for Production (MLOps)DeepLearning.AI (Coursera)Paid4-course specialization on production ML: deployment, monitoring, pipelines.
Efficiently Serving LLMsDeepLearning.AI + PredibaseFreeCovers vLLM, PagedAttention, quantization, LoRA serving. Exactly what this guide covers.
vLLM Documentation & TutorialvLLMFreeThe official vLLM docs are the most up-to-date reference for high-throughput serving.
09& guardrails

AI Safety & Guardrails

CourseProviderCostWhy It's Trusted
Red Teaming LLM ApplicationsDeepLearning.AI + GiskardFreeHands-on red teaming, prompt injection, jailbreak detection, bias testing.
AI Safety FundamentalsBlueDot ImpactFreeMost trusted free course on AI alignment and safety. Used by professionals at Anthropic, DeepMind.
NVIDIA AI Red Team (NEMO Guardrails)NVIDIAFreeHands-on notebooks for building production guardrails with NeMo Guardrails.
10ai tools

Coding Agents & Developer AI Tools

CourseProviderCostWhy It's Trusted
Claude Code β€” Official DocsAnthropicFreeThe definitive starting point for Claude Code. Covers CLAUDE.md, SDK, and permissions.
Building Code Agents (Hugging Face)Hugging FaceFreeHuggingFace's official agents course β€” includes a unit on building code-execution agents.
Introduction to OpenHandsAll-Hands AIFreeOfficial getting-started guide for OpenHands autonomous coding agent.
11& non-engineers

For PMs & Non-Engineers

These require no Python experience:

CourseProviderCostWhy It's Good
AI for EveryoneDeepLearning.AI (Coursera)FreeAndrew Ng's course for non-technical roles. Covers what AI can/can't do, project leadership.
Prompt Engineering for EveryoneLearn PromptingFreePlain-English guide to prompt engineering for non-engineers.
Evals for AI (Maven)Hamel Husain & Shreya ShankarPaidDespite having code, this course is designed for PMs and QAs, not just engineers. Highly recommended.
AI Product ManagementProduct SchoolFree (blog)Practical guide for PMs building AI-powered products.
Google: Introduction to Generative AIGoogle Cloud Skills BoostFreeNo-code introduction to generative AI, LLMs, and responsible AI.
12free content

YouTube Channels & Free Content

Channel / ResourceFocusWhy Follow
Andrej KarpathyFoundations, transformersBest explanations of how LLMs actually work
Yannic KilcherPaper reviewsClear walkthroughs of latest ML research papers
Aleksa Gordić - The AI EpiphanyPaper reviewsDeep technical paper breakdowns
AI JasonAgents, LangChain, practicalGreat intro videos for agentic frameworks
Sam WitteveenGemini, RAG, agentsOne of the best practical AI YouTubers
Matt WolfeAI news, product demosBest for staying current on AI news and tools
Hamel Husain (blog)Evals, production AI, LLMsReal production insights from the author of the evals maven course
Simon Willison (blog)LLM news, tools, codingThe most trustworthy daily AI news source
The Latent Space podcastTechnical AI interviewsBest technical AI podcast β€” deep dives with researchers
Lex Fridman PodcastBroad AI/ML interviewsLong-form interviews with leading AI researchers
13path suggestions

Learning Path Suggestions

13.1

πŸ›€οΈ Path: "I'm new to AI and want to build things fast"

Texttext Β· 5 lines
12345
Week 1: Prompt Engineering for Developers (DeepLearning.AI) β€” free, 2 hrs
Week 2: Building Systems with ChatGPT API (DeepLearning.AI) β€” free, 2 hrs
Week 3: Building and Evaluating Advanced RAG (DeepLearning.AI) β€” free, 2 hrs
Week 4: AI Agents in LangGraph (DeepLearning.AI) β€” free, 4 hrs
Month 2: Pick a real project, use this guide as reference
13.2

πŸ›€οΈ Path: "I want to understand LLMs deeply"

Texttext Β· 4 lines
1234
Week 1-3: Neural Networks: Zero to Hero (Karpathy) β€” free, 12+ hrs
Week 4-6: CS324 Stanford LLMs β€” free, 30+ hrs
Month 2: Generative AI with LLMs (Coursera DeepLearning.AI)
Month 3: CS294 LLM Agents (Berkeley)
13.3

πŸ›€οΈ Path: "I want to build production-ready AI evaluation"

Texttext Β· 4 lines
1234
Week 1: Evaluating and Debugging Generative AI (DeepLearning.AI + W&B) β€” free
Week 2: This repo's evals guides (Phoenix/Langfuse) β€” free  ← start here
Week 3-4: Quality and Safety for LLM Applications (DeepLearning.AI)
Month 2: Evals for AI (Maven, Hamel + Shreya) β€” paid, worth it
13.4

πŸ›€οΈ Path: "I'm a PM learning to contribute to AI product quality"

Texttext Β· 4 lines
1234
Week 1: AI for Everyone (Coursera) β€” free
Week 2: Prompt Engineering for Everyone (learnprompting.org) β€” free
Week 3: AI Evals guide in this repo β€” free (especially Chapters 1-3 on error analysis)
Month 2: Evals for AI (Maven) β€” paid, has PM track
13.5

πŸ›€οΈ Path: "I want to deploy coding agents in my team"

Texttext Β· 4 lines
1234
Day 1: Claude Code docs (anthropic.com) β€” free
Week 1: This repo's Claude Code Guide + OpenCoder Landscape Guide
Week 2: Building Code Agents (Hugging Face) β€” free
Month 1: Run Claude Code on a real project in CI
14current

How to Stay Current

AI moves fast. Beyond courses, these habits keep you current:

  1. Follow Simon Willison's blog β€” daily, trustworthy AI news summaries
  2. Read Anthropic + OpenAI release notes β€” primary sources beat second-hand summaries
  3. Watch the Latent Space podcast β€” best technical depth
  4. Contribute to open source β€” OpenHands, LlamaIndex, DSPy β€” real learning happens in PRs
  5. Star this repo β€” we update it as the landscape changes ⭐

Maintained by Om Bharatiya. PRs welcome for new course additions!

summary · added by this rebuild

Key takeaways

01

Almost the entire list is free

Only three courses carry a price: the Maven evals course at about $400, Coursera's Generative AI with LLMs at about $50, and the MLOps specialization. Everything else costs nothing.

02

Five paths, chosen by intent

The tracks are build fast, understand LLMs deeply, build evaluation, contribute as a PM, and deploy coding agents, each given a week-by-week schedule rather than a ranked list.

03

The depth track runs three months

Understanding LLMs deeply budgets 12+ hours for Karpathy's Zero to Hero and 30+ hours for Stanford CS324 before reaching Berkeley's CS294 agents course in month three.

04

Blogs and podcasts count as sources

Simon Willison's blog, Hamel Husain's blog and the Latent Space podcast sit alongside the courses, and the closing section argues for vendor release notes over second-hand summaries.