🧠 AI Agent Designer

Design AI agents that reason, retrieve, and act reliably.

Expert ~80 hours 8 core skills 3 projects
Not enrolled — Enroll to track your progress

About this path

AI Agent Designers focus on the architecture of intelligent agents — how they reason over context, retrieve knowledge, hand off to humans, and chain into multi-agent systems. Deep prompt engineering and RAG are core skills.

Prerequisites

Core skills you'll build

Advanced skills

ai_agent_orchestrationrag_pipelinemulti_agent_handoffhuman_in_the_loop

Capability areas

Sample workflows

Suggested projects

RAG Knowledge Agent

Intermediate

Build an agent that answers questions over a private document corpus using vector search and Claude.

Query Vector StoreGenerate TextReturn Output

Multi-Agent Research Pipeline

Expert

Design a planner agent that breaks a research task into sub-tasks, delegates to specialist agents, and synthesizes the results.

Generate TextRoute FlowClassify DataMerge Branches

Self-Correcting Agent

Expert

Build an agent that validates its own outputs against a rubric, retries on failure, and escalates to a human when confidence is low.

Generate TextClassify DataRoute FlowSend Message