AI Agents
Go beyond chatbots and vibe coding with 16 step-by-step chapters covering goals, tools, loops, memory, human approval, and building a working Study Helper Agent.
18 Lessons · 180 min · Learning Platform Editorial Team

What you need on the desk
- A modern browser
- A notebook or text editor
- Optional: Node.js — for the project lesson
Know this much before you start
- Have opened an AI chat and asked it a question before
- Some exposure to Vibe Coding or AI Foundations helps, but isn't required
- Optional: basic JavaScript — for reading the tool examples
By the end, you can
- Clearly tell chatbots, vibe coding, and Agents apart
- Design a goal, tools, memory, and an Observe-Think-Act loop
- Wire up a read-only tool and generate answers based on its results
- Put write actions behind human approval
- Judge "done" using secrets, logs, limits, and three tests
- Finish a clean, explainable Study Helper Agent