AI Learning

Lessons

25 interactive classes built from the official Claude YouTube channel.

intermediate 🎬 Anthropic · ~27 min

Agent Harness Engineering: Chasing Friction

AirOps's hard-won lessons from shipping Claude agents to non-technical enterprise users: intentional scoping, specialized tools over primitive exploration, and sub-agents for context isolation.

#agentic-workflows #best-practices
intermediate 🎬 Claude · ~29 min

Agents That Remember: Memory Stores and Dreaming in Claude Managed Agents

Sessions are isolated by default β€” agents forget everything when they close. This lesson shows how to wire persistent memory onto your agents and use Dreaming to consolidate and improve what they remember over time.

#managed-agents #memory #multi-agent
intermediate 🎬 Anthropic · ~30 min

Fable 5 and the AI-Native Company

What Fable 5's capabilities unlock, how dynamic workflows reshape engineering at scale, and what it looks like when a company runs on an AI substrate.

#best-practices #agentic-workflows #claude-code
advanced 🎬 Claude · ~39 min

Evals for Taste: How to Measure and Hill-Climb Your Agent

Without evals you're flying blind β€” reactive to complaints, unable to verify improvements. This lesson shows how to build code and model graders, run QA loops, and turn subjective quality into something you can act on.

#evals #best-practices #agentic-workflows
beginner 🎬 Anthropic · ~10 min

Managing Context in Claude Code

How Claude Code's context window works, when to compact vs clear, and practical strategies for keeping sessions lean and productive.

#claude-code #productivity
advanced 🎬 Anthropic · ~28 min

Evaluating and Improving Agents at Scale

How Replit built VibeBench and the Telescope continuous improvement system to turn overnight eval runs into shipped model upgrades β€” without a human in the loop.

#agentic-workflows #best-practices
intermediate 🎬 Anthropic · ~15 min

Giving Agents Their Own Computers

How Cursor gave cloud agents onboarding, dev environments, and the ability to self-report problems β€” and what the 'agent experience' means for teams shipping parallel agents at scale.

#agentic-workflows #managed-agents
intermediate 🎬 Claude · ~28 min

How We Claude Code: HTML Specs, Agent Interviews, and Verification-Native Artifacts

Anthropic's Applied AI team shares three practices that get more out of longer-running agents: letting Claude interview you instead of writing specs yourself, using HTML over Markdown for richer specs, and embedding verification directly into your artifacts so agents can validate their own work.

#claude-code #verification #best-practices
advanced 🎬 Anthropic · ~25 min

Memory and Dreaming: Building Self-Improving Agents

Design production memory systems for multi-agent architectures using filesystem-based memory stores, optimistic concurrency, and the dreaming feedback loop.

#managed-agents #memory #multi-agent
intermediate 🎬 Anthropic · ~46 min

Routines, CI Autofix, and the Advisor Strategy

The biggest Claude Code platform updates from London 2026: routines that trigger on schedules and webhooks, CI that fixes its own failures, the advisor pattern for frontier-quality at lower cost, and self-hosted agent sandboxes.

#claude-code #agentic-workflows #managed-agents
intermediate 🎬 Claude · ~37 min

Ship Your First Managed Agent: Agent, Environment, Session

Claude Managed Agents is the fastest path from prototype to production-ready agent. This lesson walks through the three core primitives β€” Agent (brain), Environment (hands), Session (the binding) β€” and shows how to wire them into a working incident-response agent.

#managed-agents #agentic-workflows #production
intermediate 🎬 Anthropic · ~35 min

The Prompting Playbook

Two battle-tested playbooks for prompting work: maintaining and migrating existing prompts, and building agentic loops from scratch using evals to drive every decision.

#best-practices #agentic-workflows
intermediate 🎬 Anthropic · ~20 min

The Thinking Lever: Controlling Claude's Effort

Master effort levels and adaptive thinking to get the best intelligence-speed-cost trade-off from Claude on any task.

#best-practices #agentic-workflows
intermediate 🎬 Anthropic · ~45 min

Tool, Skill, or Subagent? Decomposing an Agent

The decision framework for knowing when agent logic belongs in a tool, a skill, or a subagent β€” illustrated through a live decomposition of a 400-line inventory agent.

#agentic-workflows #best-practices
advanced 🎬 Anthropic · ~30 min

Trustworthy Agentic Workflows with a Custom DSL

How Elicit built AshPL β€” a Turing-incomplete, purely functional DSL β€” to make their AI research assistant legible, auditable, and faithfully executable.

#agentic-workflows #managed-agents
intermediate 🎬 Claude · ~18 min

A Year of Claude Code: Auto Mode, Loops, and What Actually Surprised Us

Boris Cherny and Cat Wu reflect on Claude Code's first year β€” what changed about verification, why auto mode beat plan mode, how routines became the killer feature, and where engineering orgs are heading.

#claude-code #best-practices #agentic-workflows
intermediate 🎬 Anthropic · ~25 min

Claude Code Best Practices: The Field Guide

Cal Rueb's field-tested playbook for getting consistently great results from Claude Code: context curation, permission strategy, planning, parallel sessions and knowing when to course-correct.

#claude-code #agentic-coding #productivity #workflows
advanced 🎬 Anthropic · ~30 min

MCP 201: How the Model Context Protocol Really Works

Beyond the hello-world server: why MCP exists, its client–server architecture, the three primitives and who controls them, transports, and where the protocol is heading.

#mcp #integrations #agents
intermediate 🎬 Anthropic · ~30 min

Mastering Claude Code: The Agentic Coding Workflow

How Claude Code works under the hood, the workflows Anthropic's own engineers use, and how to extend it with memory files, slash commands and headless automation.

#claude-code #agentic-coding #productivity
beginner 🎬 Anthropic · ~24 min

Prompting 101: The Anatomy of a Production-Grade Prompt

Anthropic's Applied AI team shows how to evolve a one-line prompt into a reliable, production-quality prompt β€” structure, XML tags, examples, giving the model an out, and prefills.

#prompting #fundamentals #claude-api
intermediate 🎬 Anthropic · ~25 min

Prompting for Agents: Steering Models That Act

Agents are models using tools in a loop. This lesson covers when to build one, how to prompt it β€” heuristics, budgets, guardrails β€” and how to evaluate something that takes hundreds of steps.

#agents #prompting #evaluation
intermediate 🎬 Anthropic · ~20 min

Vibe Coding in Prod β€” Responsibly

Erik Schluntz merged a 22,000-line largely Claude-written change into a production RL codebase. This lesson extracts the discipline that makes that safe: you stop being the code writer and become the system designer and verifier.

#claude-code #agentic-coding #engineering-culture #workflows