Anthropic releases free official learning platform for Claude AI

Anthropic has released an official learning platform for Claude AI that's completely free with no paywalls. The platform is organized into structured tracks with specific courses for different skill levels and use cases.
Course structure and content
The platform includes beginner-friendly starters:
- Claude 101 - described as "literally the perfect entry point"
- AI Fluency: Framework & Foundations - focuses on working with Claude ethically and safely
For developers and creators:
- Claude Code in Action
- Introduction to Agent Skills - teaches building reusable Skills that auto-run
- Building with the Claude API - described as a "full deep dive"
Advanced and specialized tracks:
- Model Context Protocol (intro + advanced)
- Claude on Amazon Bedrock
- Claude on Google Vertex AI
Tailored tracks for specific user groups:
- AI Fluency for Students
- AI Fluency for Educators
- AI Fluency for Nonprofits
- Teaching AI Fluency
Target audience
The platform is designed for multiple user types: students looking to accelerate homework, developers aiming to ship faster, teachers updating curriculum, and nonprofits trying to do more with limited resources.
The content comes directly from Anthropic with no marketing fluff. The platform is accessible at anthropic.skilljar.com.
📖 Read the full source: r/ClaudeAI
👀 See Also

Designing Constraints for Production-Grade AI Agent Reliability
A Reddit post details a constraint-based approach to using Claude for complex codebase operations, emphasizing explicit failure mode enumeration, phased execution with checkpoints, and anti-shortcut rules to achieve zero broken builds when removing 140 files.

Canary Instance Setup for Safe OpenClaw Upgrades
A Reddit user shares a detailed canary methodology for testing OpenClaw upgrades before production: isolated config root, separate port, smoke test matrix, and a structured upgrade report format.

Qwen 3.5 122B MoE at 35 t/s on a Single 3090 with ik_llama.cpp MTP
A local stack running Qwen 3.5 122B MoE on a single 3090 at 35 t/s using ik_llama.cpp's fused MoE ops for MTP. Stock llama.cpp showed only +4% improvement; ik's fork yields +20%.

Anthropic publishes Champion Kit for Claude Code adoption
A playbook for engineers pushing Claude Code at their company: share reusable prompts, answer in public channels, and host a weekly show-and-tell thread — ~40 minutes total per week.