A Reddit user ranks Anthropic Academy’s free Claude courses
A user on r/ClaudeAI shared notes after going through Anthropic Academy, Anthropic’s free training site. The post says the site has 13 courses, and most offer a certificate at the end. The user recommends Claude 101 and AI Fluency Framework for non-technical people, and Building with the Claude API for developers.
Key points
- Anthropic Academy is described as free and requiring only a login.
- Claude 101 and AI Fluency Framework are suggested as starting points for non-technical users.
- Building with the Claude API is described as the main developer course.
- The API course is said to cover streaming, tool use, prompt caching, and Python and TS examples.
- The post also mentions Claude Code in Action, Agent Skills, and MCP intro and advanced courses.
Quick term guide
- r/ClaudeAI
- r/ClaudeAI is a Reddit community for discussion about Claude.
- Claude API
- A way for software or automations to call Claude AI directly.
- developers
- Developers are people who build software, apps, or websites.
- Solo makers
- People who build and launch their own products or services entirely on their own.
- streaming
- Here it means text is generated continuously as you speak, rather than waiting until you finish talking.
- prompt caching
- A technique that avoids re-processing and re-billing identical context that was already sent to the AI recently.
- agent skills
- Add-on modules that give an AI agent the ability to perform specific tasks, like searching the web or running code.
- Agent Skill
- A small add-on that lets an AI tool perform a specific task.