π 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 May 2026, no fluff, no outdated MOOCs.
Note on code staleness: these courses are curated for their concepts. The framework APIs they use (LlamaIndex, LangChain) churn fast, so notebook code in any recorded course drifts out of date and can fail on a fresh install. Before copy-pasting, run the 30-second currency check in Navigating Framework Churn, and learn the primitives, not the import paths.
Table of Contents
RAG Pipelines
Agentic AI & Multi-Agent Systems
| Course | Provider | Cost | Why It's Trusted |
|---|
| AI Agents in LangGraph | DeepLearning.AI + LangChain | Free | LangGraph by the creators. Covers ReAct, persistence, human-in-the-loop, multi-agent. |
| Multi AI Agent Systems with crewAI | DeepLearning.AI + crewAI | Free | Official CrewAI course. Covers Crews, Flows, and real-world business automations. |
| Building Agentic RAG with LlamaIndex | DeepLearning.AI + LlamaIndex | Free | Routing, tool-calling agents, and multi-document agentic retrieval. |
| Functions, Tools and Agents with LangChain | DeepLearning.AI + LangChain | Free | Tool-calling, OpenAI function calling, building from scratch. |
| Developing AI Agents using AutoGen | DeepLearning.AI + Microsoft | Free | AutoGen multi-agent patterns. Covers debate, tool-use, and code execution agents. |
| CS294/194-196: LLM Agents (Berkeley) | UC Berkeley | Free | Graduate-level course on LLM agents. Covers memory, planning, safety, evaluation. |
Context & Memory Management
| Course | Provider | Cost | Why It's Trusted |
|---|
| Building Systems with the ChatGPT API | DeepLearning.AI + OpenAI | Free | Covers multi-turn conversation state, context management, moderation chains. |
| Prompt Engineering with Llama 2 | DeepLearning.AI + Meta | Free | Shows context window tradeoffs and system prompt management with Llama 2. |
| Reasoning with o1 | DeepLearning.AI + OpenAI | Free | Deep dive into o1 reasoning, budget tokens, thinking modes. Directly applicable to o3 and Claude 3.7 Extended Thinking. |
| Mem0 Documentation | Mem0 (official) | Free | Definitive reference for multi-tier memory in production agents. |
AI Evaluations & Observability
π Also see this repo's companion guides:
Prompt Engineering & Context Engineering
Fine-tuning & Adaptation
Inference Optimization & MLOps
AI Safety & Guardrails
π Also see this repo's guides: Claude Code Guide and OpenCoder Landscape
For PMs & Non-Engineers
These require no Python experience:
| Course | Provider | Cost | Why It's Good |
|---|
| AI for Everyone | DeepLearning.AI (Coursera) | Free | Andrew Ng's course for non-technical roles. Covers what AI can/can't do, project leadership. |
| Prompt Engineering for Everyone | Learn Prompting | Free | Plain-English guide to prompt engineering for non-engineers. |
| Evals for AI (Maven) | Hamel Husain & Shreya Shankar | Paid | Despite having code, this course is designed for PMs and QAs, not just engineers. Highly recommended. |
| AI Product Management | Product School | Free (blog) | Practical guide for PMs building AI-powered products. |
| Google: Introduction to Generative AI | Google Cloud Skills Boost | Free | No-code introduction to generative AI, LLMs, and responsible AI. |
YouTube Channels & Free Content
| Channel / Resource | Focus | Why Follow |
|---|
| Andrej Karpathy | Foundations, transformers | Best explanations of how LLMs actually work |
| Yannic Kilcher | Paper reviews | Clear walkthroughs of latest ML research papers |
| Aleksa GordiΔ - The AI Epiphany | Paper reviews | Deep technical paper breakdowns |
| AI Jason | Agents, LangChain, practical | Great intro videos for agentic frameworks |
| Sam Witteveen | Gemini, RAG, agents | One of the best practical AI YouTubers |
| Matt Wolfe | AI news, product demos | Best for staying current on AI news and tools |
| Hamel Husain (blog) | Evals, production AI, LLMs | Real production insights from the author of the evals maven course |
| Simon Willison (blog) | LLM news, tools, coding | The most trustworthy daily AI news source |
| The Latent Space podcast | Technical AI interviews | Best technical AI podcast β deep dives with researchers |
| Lex Fridman Podcast | Broad AI/ML interviews | Long-form interviews with leading AI researchers |
Learning Path Suggestions
π€οΈ Path: "I'm new to AI and want to build things fast"
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
π€οΈ Path: "I want to understand LLMs deeply"
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)
π€οΈ Path: "I want to build production-ready AI evaluation"
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
π€οΈ Path: "I'm a PM learning to contribute to AI product quality"
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
π€οΈ Path: "I want to deploy coding agents in my team"
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
How to Stay Current
AI moves fast. Beyond courses, these habits keep you current:
- Follow Simon Willison's blog β daily, trustworthy AI news summaries
- Read Anthropic + OpenAI release notes β primary sources beat second-hand summaries
- Watch the Latent Space podcast β best technical depth
- Contribute to open source β OpenHands, LlamaIndex, DSPy β real learning happens in PRs
- Star this repo β we update it as the landscape changes β
Maintained by Om Bharatiya. PRs welcome for new course additions!