Chatbots answer; agents achieve. This school teaches the loop that makes the
difference โ and ships it: a real agent in the repo, ~130 lines of pure Python, zero
dependencies, no API key. Run it, drive it, break it, eval it, read every line.
answers vs outcomes โ the doer with a hall pass ๐ซ
the loop: think โ act โ observe, on repeat
the belt: labels are half the intelligence ๐งฐ
the pad, the small desk โ and the field-trip rules ๐ง
๐ฅ Part 2 โ REALITY (6โ8)
five failure modes + the evals that catch them ๐
read the agent whole: 130 honest lines ๐ฌ
patterns: planners, critics, teams, human gates ๐ฏ
โฆand the rarest skill: knowing when NOT to ๐
# the 60-second wow โ a goal becomes an outcome:
git clone https://github.com/BaluRaut/learn-agents-school.git && cd learn-agents-school
python3 agent/agent.py # a scripted brain runs the picnic errand
python3 agent/agent.py --drive # YOU are the brain: pick every action
๐บ๏ธ The big picture โ one diagram, both worlds
One git branch = one idea; branch 05 contains lessons 01โ05. Deep-dive companion to
the AI course's lesson 11 โ and the
MCP school supplies the tool belt. Curious how we got here and where it goes? Read before ยท why ยท agentic ยท future.
๐ฏ The showcase:5 agent patterns โ solo doer,
planner+executor, critic loop, human-in-the-loop, the team โ each with a numbered flow diagram
AND a full sequence diagram.
๐ The lesson diagrams โ follow the numbers
Teal = the machine, red = reality. Lesson 02 is a sequence diagram โ the loop in
its natural notation. Also on a standalone page.
1 ๐ What is an agent
Answers vs outcomes โ the reciter vs the doer with a hall pass.