Level 1.5 · The AI Agents Roadmap, Simplified

How AI Agents Really Work

You've met AI and learned to prompt it. Before you build agents by hand (Level 2), get the mental model — the full roadmap.sh/ai-agents map, trimmed to the parts that matter, in plain English.

🧭
How to read this map: Start at the bottom and climb. Each yellow station is a big agent idea — tap it to open a deep dive. The white chips are the specific skills inside. You don't need to master everything — just build the mental model.

You are on Level 1.5 · Agents.  ·  Level 1 · Foundations  ·  Level 2 · Build agents (Weeks 2–5)

🏆 You get how agents work — now go build them (Level 2)
Prompt injectiontricking the agent Sandboxing toolslimit what it can do Privacy & guardrailsPII, bias, red-teaming
Metrics & teststools + whole flows Human in the loopa person checks Tracing & logssee every step
From scratchyour own loop Function callingOpenAI · Gemini · Claude FrameworksLangChain · CrewAI · LangGraph
ReActreason + act Chain of Thoughtthink step by step MCPa standard plug for tools Multi-agenta team of agents
Short vs long termnow vs forever Vector DBsearchable memory Summarize & forgetkeep it small
Be specificsay exactly what you want Give examplesshow, don't just tell Iterate & testrefine the prompt
What's a tool?a function it can call Tool definitionname, inputs, outputs Examplessearch, code, APIs, files
Perceiveread the input Reason & plandecide next step Actcall a tool Observe & reflectcheck the result
Tokens & contextwhat it reads at once Temperature & controlstuning the output Open vs closedrun-your-own vs API Embeddingsmeaning as numbers
Agent vs chatbotacts vs just talks What's a tool?an ability it can use Real use casesassistants, coding, data
▶ Start here — you already know the AI basics