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

Practical Guide to Self-Hosting Your First LLM
A Reddit post outlines reasons for self-hosting LLMs including privacy for sensitive data, cost predictability for agent workloads, performance improvements by removing API roundtrips, and customization through fine-tuning methods like LoRA and QLoRA.

Structured AI Workflow with Phase-Based Commands to Reduce Rework
A developer shares a programmable workflow using specific commands like /pwf-brainstorm and /pwf-work-plan to address common AI coding issues: lost context, broken standards, and mixed planning/execution. The approach includes mandatory documentation updates and a multi-root project structure.

Todoist connector removed from Claude, custom setup required
The official Todoist connector is no longer available in Claude. Users can add Todoist as a custom connector using the MCP URL https://ai.todoist.net/mcp, but this requires a Claude Pro or Max subscription.

OpenClaw Memory Journey: Built-in Search vs MemPalace for Real-Time Session Recall
A developer benchmarks built-in memorySearch, QMD, and MemPalace on Intel Mac. Real-time session indexing hits snags; settles on split recall strategy with cron'd reindex.