AI Agents
Autonomous loops, ReAct patterns, memory hierarchies, A2A/AG-UI protocols.
Agent Building Blocks & Design Patterns
advanced~12hLearn the core building blocks of agents, memory types, ReAct loops, multi-agent collaboration, 30 must-know terms, and A2A/AG-UI protocols.
ReAct Implementation From Scratch (Manual + Automated)
advanced~5hBuild a ReAct-style agent in pure Python with zero frameworks — a minimal Agent class, a structured Thought/PAUSE/Action/PAUSE/Observation/Answer system prompt, a manual step-by-step walkthrough, and a fully automated agent_loop() controller.
Memory Types & Architecture for AI Agents
intermediate~3hHow agents remember — semantic/episodic/procedural long-term memory types, why memory-less agents are a blank slate every interaction, and the 5-part memory architecture (short-term, long-term, entity, contextual, user).
5 Levels of Agentic AI + 4 Layers of Agentic AI
intermediate~3hTwo complementary mental models for agentic systems — the 5-level maturity progression from basic responder to fully autonomous agent, and the 4-layer architecture stack from LLM foundation to agentic infrastructure.
7 Patterns in Multi-Agent Systems
advanced~4hSeven distinct architectural patterns for orchestrating multiple specialized agents — Parallel, Sequential, Loop, Router, Aggregator, Network, and Hierarchical — each suited to a different workflow shape.
Building Custom Tools for Agents (Native + via MCP)
advanced~4hA hands-on walkthrough building a real-time currency-conversion tool for a CrewAI agent — first as a native BaseTool, then re-implemented as a reusable MCP server consumable by any agent.
30 Must-Know Agentic AI Terms (Glossary)
beginner~2hA comprehensive glossary of the 30 essential terms for understanding modern AI agents — covering the core reasoning loop, memory, coordination, and emerging protocols.
Agent Protocols: A2A, AG-UI, and the Protocol Landscape
advanced~4hHow agents talk to other agents (A2A) and to user interfaces (AG-UI) — plus the emerging '3 protocols, one stack' landscape alongside MCP.
Automated Agent/Prompt Optimization with Opik
advanced~3hUsing the open-source Opik Agent Optimizer to automatically improve a prompt via an LLM-critique-and-refine loop, instead of manually iterating by hand.