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.

RAGDocumentation

Unstructured Documentation — Document Preprocessing and ETL for RAG

Unstructured

The ingestion half of RAG, documented properly: partition strategies, typed elements, element metadata and document-aware chunking.

IntermediateFreemiumHands-on~3-4 hours to work through the open-source core-functionality guides; reference docs for ongoing useSep 4, 2026
ModelsCourse

Building with the Claude API

Anthropic

Anthropic's own 84-lesson path from a first API call to production evals, RAG, MCP servers and agent workflows.

IntermediateFreeHands-onCertificate~8+ hours of video across 84 lessons and 10 quizzes, self-pacedSep 4, 2026
ModelsCourse

Transformers in Practice

DeepLearning.AI

Open the black box you call every day — from the autoregressive loop to KV cache, flash attention and speculative decoding.

IntermediateFreemiumHands-onCertificate~11 hours across 3 modules, self-pacedSep 4, 2026
ModelsDocumentation

Muse Glimmer 30B Model Card

Meta

The reference card for Meta's Apache-2.0 30B agentic model, with the quantised memory footprints an engineer actually needs.

IntermediateFreeHands-on~30 min to read the card and the accompanying research blog; about a day to benchmark it on your own hardwareSep 3, 2026
AgenticDocumentation

Docker Sandboxes Documentation

Docker

Run a coding agent unattended inside a microVM that cannot reach your host, your keys or your other repos.

IntermediateFreemiumHands-on~2-3 hours to work through Get started, Security and the CLI reference; first sandbox running in about 15 minutesSep 3, 2026
AgenticPaper

HANDBOOK.md: A Benchmark for Long-Context Agentic Instruction Following

Surge AI

Hard evidence, from 824 programmatic checks, that your AGENTS.md does not actually govern your agent.

AdvancedFreeHands-on~60 min read for the paper and appendices; a full leaderboard-standard run is 65 tasks x 4 attempts of API timeSep 3, 2026
Popular

Most Read This Week

The resources learners opened most this week.

  1. 1Deep Dive into LLMs like ChatGPTModels · Video
  2. 2How we built our multi-agent research systemAgentic · Guide
  3. 3Kaggle LearnML · Interactive
  4. 4Hugging Face LLM CourseModels · Course
  5. 5CS329A: Self-Improving AI AgentsAgentic · Course
  6. 6Intro to Large Language Models (1-hour talk)Models · Video
ModelsDocumentation

NVIDIA Nemotron 3.5 Lightning 30B-A3B Model Card

NVIDIA

A 15,000-word open recipe: hybrid Mamba-2 MoE architecture, training data, RL stages and serving.

AdvancedFreeHands-on~2 hours — a 15,000+ word card with 100+ dataset and benchmark tablesSep 2, 2026
RAGDocumentation

PyLate Documentation — Training and Retrieval for Late Interaction (ColBERT) Models

LightOn

Train, index and serve ColBERT-style multi-vector retrievers with a Sentence Transformers API.

AdvancedFreeHands-on~3 hours to work through training, retrieval and reranking guidesSep 2, 2026
AgenticCourse

Claude Code in Action

Anthropic

Anthropic's own hour-long course on running Claude Code unsupervised and trusting the result.

IntermediateFreeHands-on~1 hour, self-paced — 5 modulesSep 2, 2026
AgenticDocumentation

Cline Documentation — Open-Source Coding Agent for IDE, Terminal and CI

Cline

The full manual for running an approval-gated coding agent across your editor, terminal and CI.

IntermediateFreeHands-on~3 hours for the core guides, then ongoing referenceSep 2, 2026
Fine-TuningDocumentation

Agent Lightning Documentation — Train Any AI Agent with Reinforcement Learning

Microsoft Research

Bolt reinforcement learning onto the agent you already shipped, without rewriting it for a trainer.

AdvancedFreeHands-onSelf-paced; ~3-5 hours for the docs and local quick start, plus GPU time for a real training runSep 1, 2026
MLDocumentation

Verifiers Documentation — RL Environments and Evals for LLM Agents

Prime Intellect

Write one environment spec that serves both your evals and your RL training run — then publish it as a wheel.

AdvancedFreeHands-onSelf-paced; ~4-6 hours to read the v1 docs and publish a first environment, plus GPU time for any training runSep 1, 2026
AgenticDocumentation

Cognee Documentation — Open-Source AI Memory Platform for Agents

Cognee (topoteretes)

Replace similarity-only RAG with a self-hosted knowledge graph your agents can remember across sessions.

IntermediateFreeHands-onSelf-paced reference; ~3-4 hours to work through Getting Started and Core Concepts with the quickstart runningSep 1, 2026
AgenticDocumentation

OpenCode Documentation — Open-Source AI Coding Agent

Anomaly (SST)

The reference for running a provider-agnostic coding agent you configure, permission and extend yourself.

IntermediateFreeHands-onSelf-paced reference; ~2-3 hours to read the core docs and configure your first custom agentSep 1, 2026
AgenticDocumentation

Arcade Documentation — Authorized Tool Calling and MCP Servers for AI Agents

Arcade

The OAuth and per-action authorization layer most agent frameworks leave you to write yourself.

IntermediateFreemiumHands-onReference docs — quickstart in ~30 minutes, ~3 hours for the Build and Operate guidesAug 31, 2026
FrameworksDocumentation

Koog Documentation — JetBrains AI Agent Framework for Kotlin and Java

JetBrains

Build production agents in idiomatic Kotlin or Java without bolting on a Python service.

IntermediateFreeHands-onReference docs — first agent running in ~20 minutes, ~3 hours for the core guidesAug 31, 2026
FrameworksDocumentation

Lighteval Documentation — Evaluating LLMs Across Multiple Backends

Hugging Face

Run the same benchmark against vLLM, SGLang or a hosted API and get comparable numbers.

IntermediateFreeHands-onReference docs — first eval running in ~15 minutes, ~2 hours to read the guides end to endAug 31, 2026
AgenticTutorial

Agents Towards Production

Nir Diamant

Twenty-three runnable tutorials covering every production layer an agent demo skips.

IntermediateFreeHands-on23 self-paced tutorials, roughly 1-2 hours each (~25-40 hours for the full set)Aug 31, 2026
RAGDocumentation

LightRAG — Simple and Fast Graph-Based Retrieval-Augmented Generation

HKU Data Intelligence Lab (HKUDS)

Knowledge-graph RAG that indexes incrementally instead of rebuilding — the practical answer to GraphRAG's cost.

IntermediateFreeHands-on~3-4 hours to install, index a corpus and compare the five retrieval modesAug 30, 2026
ModelsCourse

CME 295: Transformers & Large Language Models

Stanford University

Stanford's quarter-long tour from word2vec to GRPO, with a free 250-page illustrated textbook and a printable cheatsheet.

IntermediateFree9 lectures of ~2 hours across a 10-week quarter; the free cheatsheet is a ~45-minute readAug 30, 2026
FrameworksDocumentation

OGX Documentation — Open-Source Generative AI Application Server (formerly Llama Stack)

OGX (Open GenAI Stack)

Self-host one OpenAI-compatible server that fronts 50+ inference, vector-store and tool providers — swap models without touching app code.

IntermediateFreeHands-on~4-6 hours to run the quickstart, wire providers and ship a Responses-API agentAug 30, 2026
MCPDocumentation

MCP Apps — Interactive UI Extension for the Model Context Protocol

Model Context Protocol

The official MCP extension that lets your tools return a sandboxed interactive UI instead of a wall of text.

IntermediateFreeHands-on~2-3 hours to read the guide and ship a first app; a day to port an existing serverAug 30, 2026
RAGDocumentation

Chandra OCR 2 — Open Document OCR for RAG and LLM Data Pipelines

Datalab

The open model currently topping olmOCR-Bench — turns messy PDFs, forms and handwriting into layout-preserving Markdown, HTML or JSON.

IntermediateFreemiumHands-on~1-2 hours to your first converted document; reference docs thereafterAug 29, 2026
ModelsDocumentation

LMDeploy Documentation — Compressing, Deploying and Serving LLMs and VLMs

OpenMMLab / InternLM

Two inference engines under one CLI — a C++/CUDA one for throughput and a pure-Python one you can actually read and patch.

AdvancedFreeHands-on~1-2 hours to a served OpenAI-compatible endpoint; longer for quantization and multi-node workAug 29, 2026