AI:Learning

A curated library of the best AI learning resources—courses, tutorials, docs, and talks on agentic AI, MCP, Agent Skills, RAG, machine learning, fine-tuning, models, and frameworks, for AI engineers and technical teams.

AgenticCourse

CS 329Z: Engineering AI Agents (Stanford, Fall 2026)

Stanford University (Diyi Yang, Michael Ryan, John Yang)

A from-scratch blueprint for building, evaluating and securing agentic systems before you reach for a framework.

AdvancedFreeHands-on10-week Stanford quarter (Sep 23 to Dec 11, 2026), two 80-minute lectures/week; recordings enrolled-onlySep 13, 2026
AgenticCourse

11-768: AI Agents (CMU, Fall 2026)

Carnegie Mellon University (Graham Neubig, Daniel Fried)

Build an agent harness from scratch, evaluate it rigorously, then train the model behind it with SFT and RL.

AdvancedFreeHands-onFall 2026 semester (Aug 25 to Dec 3), 28 sessions of ~60-75 minutes; recordings posted as the term runsSep 13, 2026
AgenticCourse

AI Dev Tools Zoomcamp 2026

DataTalks.Club

A free, tool-agnostic course on shipping real software with AI coding agents without losing engineering discipline.

IntermediateFreeHands-onCertificateLive cohort from Aug 31, 2026 (homework deadlines Sep 7 to Oct 19, then a final project), ~5-15 hours/week; or self-paced anytimeSep 13, 2026
ModelsGuide

LLM Inference Handbook

Modular (originally BentoML)

One structured, open-source reference for serving LLMs fast, cheaply and reliably in production.

IntermediateFreeSelf-paced reference, ~45 topic pages across 7 sections; read end to end over several sittings or dip in per topicSep 13, 2026
MLPaper

DSpark: Confidence-Scheduled Speculative Decoding with Semi-Autoregressive Generation

DeepSeek-AI

How DeepSeek got a 60-85% per-user generation speedup in production — the speculative decoding design, with training code and checkpoints released.

AdvancedFreeHands-on~60-90 minutes to read; days if you run the released DeepSpec training and evaluation pipelineSep 12, 2026
FrameworksDocumentation

agentgateway Documentation — Open-Source Gateway for MCP, A2A and LLM Traffic

agentgateway (Linux Foundation)

One Rust proxy in front of every agent hop — LLM provider, MCP tool server, agent-to-agent — with auth, rate limits, guardrails and OTel traces.

AdvancedFreeHands-on~3-5 hours for the get-started, LLM and MCP tracks; reference thereafterSep 12, 2026
Popular

Most Read This Week

The resources learners opened most this week.

  1. 1Deep Dive into LLMs like ChatGPTModels · Video
  2. 2Hugging Face AI Agents CourseAgentic · Course
  3. 3How we built our multi-agent research systemAgentic · Guide
  4. 4Intro to Large Language Models (1-hour talk)Models · Video
  5. 5Agentic AI MOOC (UC Berkeley, Fall 2025)Agentic · Course
  6. 6Hugging Face LLM CourseModels · Course
MCPDocumentation

Playwright MCP — Browser Automation for AI Agents

Microsoft

The MCP server that lets an agent drive a real browser from the accessibility tree instead of screenshots.

IntermediateFreeHands-on~1-2 hours to install, wire into a client and work through the tool list; reference thereafterSep 12, 2026
FrameworksDocumentation

Pydantic Logfire Documentation — AI Observability, Evals and Prompt Management

Pydantic

Turn an agent run into one OpenTelemetry trace — model calls, tool calls and the slow database query that actually caused the timeout.

IntermediateFreemiumHands-on~4-6 hours to work through Get Started plus the AI Engineering track; ongoing reference after thatSep 12, 2026
AgenticCourse

CS146S: The Modern Software Developer

Stanford University (Mihail Eric)

Stanford's course on building software with coding agents: lectures, guest talks and assignments, all public

IntermediateFreeHands-on10-week course; ~10-15 hours for the core weeks or ~25-30 hours for a full self-paced passSep 11, 2026
MLBook

Machine Learning Engineering Open Book

Stas Bekman

A free, battle-tested field manual for training and serving LLMs on real GPU clusters

AdvancedFreeHands-onSelf-paced reference in 7 parts; read chapter by chapter as neededSep 11, 2026
ModelsGuide

The LLM Evaluation Guidebook

Hugging Face

Hugging Face's field guide to LLM benchmarks, score reproducibility and building your own evals

IntermediateFree~3+ hours read (long-form web book, 25,000+ words), self-pacedSep 11, 2026
ModelsDocumentation

Hy4-preview Model Card — Tencent's 770B Open-Weight MoE

Tencent Hunyuan

A frontier-scale MoE card that publishes its sparse-attention design, its serving flags and its own known failure modes.

AdvancedFreeHands-on~30-45 minute read; self-hosting the weights is a multi-GPU project measured in daysSep 10, 2026
Fine-TuningDocumentation

slime Documentation — LLM Post-Training Framework for RL Scaling

THUDM (Tsinghua University)

The post-training stack that actually trained GLM — Megatron for training, SGLang for rollout, documented example by example.

AdvancedFreeHands-on~8-12 hours to get one dense-model RL run working end to end; a multi-GPU cluster is requiredSep 10, 2026
AgenticDocumentation

OpenClaw Documentation

OpenClaw (Peter Steinberger and contributors)

The reference for the self-hosted gateway pattern — chat app in, agentic loop and skills out, running on your own box.

IntermediateFreeHands-on~2-4 hours to install the gateway, pair a channel and ship a first skill; ongoing as a referenceSep 10, 2026
FrameworksDocumentation

DeepSeek Harness Documentation

DeepSeek AI

The only agent harness that documents its own loop, session log and tool pipeline as replaceable plugins.

AdvancedFreeHands-on~5-8 hours to work through the user guide, Cordis primer and architecture chapter; self-paced reference thereafterSep 10, 2026
Fine-TuningDocumentation

distilabel Documentation — Synthetic Data and AI Feedback Pipelines

Argilla

Build restartable, scalable synthetic-data and AI-feedback pipelines instead of one-off generation scripts.

IntermediateFreeHands-on~2 hours for quickstart plus the basic how-to guides; longer for the paper tutorialsSep 9, 2026
FrameworksDocumentation

Dify Documentation

Dify (LangGenius)

The manual for the largest open-source LLM app platform — visual agent workflows, a node-based RAG pipeline, and a self-hostable backend.

IntermediateFreemiumHands-on~3-4 hours for Quick Start plus a first RAG app; ~276-page self-host referenceSep 9, 2026
AgenticGuide

Harness design for long-running application development

Anthropic

How Anthropic Labs built a planner/generator/evaluator harness that codes autonomously for hours — with the cost and wall-clock numbers.

AdvancedFree~20 min read (~4,300 words)Sep 9, 2026
AgenticDocumentation

Gemini CLI Documentation

Google

The official manual for Google's open-source terminal coding agent — extensions, subagents, hooks, sandboxing and MCP.

All LevelsFreeHands-on~2-3 hours to work through Get Started and Features; ongoing as referenceSep 9, 2026
RAGDocumentation

Redis for AI and Search — Vector Search, Agent Memory and Semantic Caching

Redis

Use the datastore already in your stack as the vector index, the agent's memory, and the semantic cache in front of your LLM bill.

IntermediateFreeHands-on~30 minute vector quickstart; ~4-6 hours across the concept pages, notebook collection and Redis University coursesSep 8, 2026
FrameworksDocumentation

NOOA — NVIDIA Object-Oriented Agents Documentation

NVIDIA

An agent is one Python class: methods are capabilities, fields are state, docstrings are prompts, type hints are the contract.

IntermediateFreeHands-on~10 minute framework tour, then ~3-4 hours across the four notebook tutorials and examples catalogSep 8, 2026
RAGDocumentation

olmOCR 2 — Open-Source PDF and Document Linearization for LLM Pipelines

Allen Institute for AI (AI2)

Turn messy PDFs into clean Markdown locally, with open weights, open data, and a benchmark that actually checks tables.

IntermediateFreeHands-on~1-2 hours to read the docs and convert your first PDFs; a full GPU pipeline run scales to millions of pagesSep 8, 2026
AgenticCourse

Building Adaptive AI Agents

DeepLearning.AI

Stop your agent relearning the same lesson every session — build skill induction, code knowledge graphs, and know when to fine-tune.

IntermediateFreeHands-on~1 hour 3 minutes of video across 7 lessons, plus 3 code notebooks — about 2-3 hours worked through hands-onSep 8, 2026
MLCourse

CMU 11-868: Large Language Model Systems (Spring 2026)

Carnegie Mellon University

Write the CUDA kernels behind FlashAttention, paged attention and MoE, then benchmark your own GPT-2 training run.

AdvancedFreeHands-onOne semester (weeks 1-17 in the published syllabus), 7 homeworks plus a team project; ~120 hours total per an independent student reviewSep 7, 2026