🤖

AI Agents

Autonomous loops, ReAct patterns, memory hierarchies, A2A/AG-UI protocols.

1

Agent Building Blocks & Design Patterns

advanced~12h

Learn the core building blocks of agents, memory types, ReAct loops, multi-agent collaboration, 30 must-know terms, and A2A/AG-UI protocols.

2

ReAct Implementation From Scratch (Manual + Automated)

advanced~5h

Build 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.

3

Memory Types & Architecture for AI Agents

intermediate~3h

How 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).

4

5 Levels of Agentic AI + 4 Layers of Agentic AI

intermediate~3h

Two 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.

5

7 Patterns in Multi-Agent Systems

advanced~4h

Seven distinct architectural patterns for orchestrating multiple specialized agents — Parallel, Sequential, Loop, Router, Aggregator, Network, and Hierarchical — each suited to a different workflow shape.

6

Building Custom Tools for Agents (Native + via MCP)

advanced~4h

A 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.

7

30 Must-Know Agentic AI Terms (Glossary)

beginner~2h

A comprehensive glossary of the 30 essential terms for understanding modern AI agents — covering the core reasoning loop, memory, coordination, and emerging protocols.

8

Agent Protocols: A2A, AG-UI, and the Protocol Landscape

advanced~4h

How agents talk to other agents (A2A) and to user interfaces (AG-UI) — plus the emerging '3 protocols, one stack' landscape alongside MCP.

9

Automated Agent/Prompt Optimization with Opik

advanced~3h

Using the open-source Opik Agent Optimizer to automatically improve a prompt via an LLM-critique-and-refine loop, instead of manually iterating by hand.