AI Agents FoundationsComing
AI Agents Foundations
What turns a language model into an agent — the loop that drives its own control flow, the coordinator that routes its decisions, and the tools and MCP servers that give it real capabilities. You leave able to reason about agent architecture and design tools the model uses correctly.
What you'll learn
- Explain the agentic loop — call the model, read why it stopped (stop_reason), decide what happens next, repeat — and why control flow is driven by that structured signal rather than by string-matching the reply.
- Describe the role of a coordinator that owns the routing decision (run a tool, hand off to a subagent, or finish) and why centralising that decision is what keeps a growing agent maintainable.
- Judge when a fixed pipeline is the right shape and when a dynamic adaptive workflow earns its extra complexity.
- Design a tool — and an MCP server — with a name, description, and schema clear enough that the model picks it correctly and calls it with the right arguments.
Want something you can start today? The catalog lists every track that is open right now.
Explore the catalog