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

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%.

Practical workflow patterns for reliable AI coding in multi-file projects
A Reddit user shares four specific workflow improvements that increased reliability for AI coding on multi-file projects: spec-first starts, task decomposition with checkpoints, stable operating loops, and signal-only review.

12 OpenClaw SOUL.md and STYLE.md Templates with Practical Lessons
A developer created 12 OpenClaw agent templates for common use cases, each following the official 4-section spec, and identified key lessons including the necessity of STYLE.md for defining communication patterns and the importance of specific boundaries over vague personality traits.

Practical fixes for OpenClaw reliability issues
A developer shares eight specific techniques that improved their OpenClaw setup, including a 3-tier memory system with daily logs and a knowledge graph, activation score management, and file-based rule enforcement.