☕ Learning path
Learn AI Agents.
From a model that can only talk to a system that can act: tools, structured calls, patterns, memory, and how to architect it.
0 of 13 steps
New to the lingo? An agent is an AI that does not just answer but takes actions: it uses tool calling to run steps, returns structured outputs your code can trust, and plugs into tools over MCP. Hover any underlined word for a quick definition, or click to learn more.
- ReadHow to build an AI agent What actually turns a chatbot into an agent: a model plus tools plus a loop plus memory plus a stop. The five parts, the agent loop, the security you cannot skip, and a builder that writes your agent's spec.
- ReadWhat is tool calling (function calling)? How a model decides to call a function, returns structured arguments, and your code runs it, the basis of agents.
- Trytool call visualizer Step through the function-calling loop.
- ReadWhat are structured outputs? Making a model return JSON that matches a schema every time, vs JSON mode, and why it powers extraction and tool calls.
- ReadStructured Output Builder Define fields once; generate the schema for OpenAI, Anthropic, Gemini, and plain JSON Schema.
- ReadAI Patterns Library Reflection, Router, Judge, Verification, Human-in-the-loop.
- Tryai pattern builder Compose an agent flow, export scaffolding.
- ReadWhat is agent memory? Why an assistant 'remembers' or 'forgets', context vs short-term vs long-term memory, and how persistence is faked.
- Tryagent memory simulator See how AI memory keeps or loses facts.
- ReadWhat is MCP (Model Context Protocol)? The open standard for connecting AI apps to tools and data, the 'USB-C for AI tools.'
- ReadWhat are MCP servers? The servers you actually plug in: files, databases, GitHub, the web, browsers. The categories that matter, real examples, and how to connect one.
- Trymcp config generator Build & validate an MCP server config.
- Tryai architecture generator Describe an app, get an architecture (BYO key).
Capstone · build it
Spec a real agent, end to end
Design an agent for a task you actually care about, no code yet. Define its job, its tools, and the guardrails, using the builders from this path.
0/5
Tools for the job: AI Architecture GeneratorPattern BuilderMCP Config Generator
🎉 Capstone complete. You didn’t just read it, you did it.
More routes: all learning paths, the skill tree, or the knowledge map.