Learn AI
↓ DEEP STEM · TOPIC = AGENTS

From chatbot to coworker

An agent doesn't just answer — it plans, calls tools, observes results, and loops until the job is done. You run these already; this is about naming the parts cleanly.

Your agent looped 40 times, burned $6 on one task, and almost deleted the wrong thing — and you couldn't say why.
LEVEL 1REMEMBER · the vocabulary
⚓ ANCHOR · IF YOU ALREADY KNOW
An agent is an event loop: observe → decide → call a tool → repeat, until a stop condition. The LLM is the dispatcher, your tools are the handlers, and max-steps is the guard against an infinite loop.

You know these by feel — now by name. Tap to flip.

✓ This lesson's terms are in your deck — review →
EvalsInference & Cost