Anthropic courses and how to stay up to date with AI tooling
TL;DR
These are essential even if you use OpenAI or another LLM provider instead of Claude — they’re general foundations for working with any generative AI, not Claude-specific:
- AI Fluency: Framework & Foundations — a framework for how and when to work with AI
- AI Capabilities and Limitations — the right mindset for what AI can and can’t do
If you’re more technical and want to build: Building with the Claude API.
Below — my take on the other courses. Pick what’s relevant to you, skip the rest.
- Claude 101 — short, good starting point if you’re new to Claude products. (certificate)
- Claude Code 101 — short, but too surface-level to use Claude Code effectively. (certificate)
- Introduction to Claude Cowork — good, quick intro to Cowork. Recommended for everyone. (certificate)
- Claude Code in Action — pretty outdated, avoid it. (certificate)
- AI Fluency: Framework & Foundations — great general course, a framework for how and when to work with AI. Recommended for everyone. (certificate)
- Building with the Claude API — detailed course covering MCP, agents and workflows, basic RAG, evals, and prompt engineering. Recommended for any builder or engineer. (certificate)
- Introduction to Model Context Protocol — covered inside Building with the Claude API. Skip if you took that one. (certificate)
- AI Fluency for educators — watched because I work in EdTech. Practical application of AI Fluency: Framework & Foundations for course and lesson design. (certificate)
- AI Fluency for students — AI Fluency: Framework & Foundations in practice for learners. Core idea: use AI as a learning partner, not a substitute for actually learning. (certificate)
- Model Context Protocol: Advanced Topics — detailed, focuses on the HTTP approach for MCP. Worth a look if you want to build your own MCP server. (certificate)
- Claude with Amazon Bedrock — same content as Building with the Claude API but for Bedrock. Pick one based on your platform. (certificate)
- Claude with Google Cloud’s Vertex AI — same content as Building with the Claude API but for Vertex AI. Pick one based on your platform. (certificate)
- Teaching AI Fluency — good reference if you need to teach others about AI fluency. (certificate)
- AI Fluency for nonprofits — 4D framework applied in practice. Useful well beyond the nonprofit context. (certificate)
- Introduction to agent skills — short, good intro to skills. Key points: skills priority, and the idea that skills should ideally be invoked automatically — Claude uses semantic matching on the skill’s description to decide when to trigger it. Note: subagents only use skills that are explicitly listed for them. (certificate)
- Introduction to subagents — short, good intro to subagents. Covers when to use them and when not to. (certificate)
- AI Capabilities and Limitations — must-have. Sets the right mindset for what to keep in mind when working with AI. (certificate)
Not covered in the courses but worth learning:
- Set up a useful status line — customize the Claude Code status bar to show context (model, cost, branch, etc.)
- Claude Code auto mode — skip permission prompts safely; a classifier reviews each action before it runs
Important: these courses are just a baseline — Claude and other AI tools evolve every few weeks. To stay current, I’d use Claude Cowork (or other tool) to pull and digest content from X.com. For whatever reason, X is where Anthropic and OpenAI engineers post their thoughts and practices, and where companies drop their release notes.
X accounts I follow for updates:
- @ClaudeCodeLog — Claude Code Changelog
- @claudeai — Claude AI / Anthropic
- @bcherny — Boris Cherny (creator of Claude Code, Anthropic)
- @trq212 — Anthropic
- @OpenAI — OpenAI
- @OpenAIDevs — OpenAI Developers (API, Codex, SDK changelog)
- @ChatGPTapp — ChatGPT product/app updates
- @karpathy — Andrej Karpathy (ex-OpenAI, AI/LLM)
- @mattpocockuk — Matt Pocock (focuses more on Claude Code)
YouTube channels:
- @claude — Anthropic’s official channel. Worth checking after conferences — they post talks and demos with practical content