Hook
More breakout videos from this creator.
I get asked every day where to start with AI agents. These are the only 3 resources you actually need 👇🏻 One: Anthropic’s Building Effective Agents essay, it’s short, free, written by the people who build the models and here is how you learn to think about agents before writing any code. Two: Andrew Ng’s Agentic AI course on DeepLearning.AI. The four design patterns that power every agent (reflection, tool use, planning, multi-agent collaboration) taught in raw Python, it’s free and you can start today. Three: Claude cookbooks on Github where you can see real working code. It has the reference implementation for Anthropic paper plus examples for rag and MCP, full agents. It's not a course, it's a toolbox. Every time you hit a wall building your own agent, you come here and find a pattern that solves it. So if I would start from the beginning, I would read the Anthropic essay to understand agents. And next Andrew Ng's course to build them. And at the same time use the Claude cookbooks when you get stuck. Comment agents below and I'll DM you all three links.