Search courses, chapters, or pages...
Trace a simple errand, like returning a package, as a repeating cycle: notice the situation, choose an action, act, and check what changed. Use that cycle to see why an agent is more than a one-shot answer generator.
Use what you learned in the previous lesson to solve real-world problems.
Rewrite a vague request into a goal the agent can pursue and know when to stop. Compare “help with my inbox” with “find unread customer emails from today and draft replies for my review.”
Check what you understood with a short quiz.
Decide what facts an agent needs before acting: the user’s intent, current situation, preferences, relevant history, and constraints. Practice leaving out background that does not change the next decision.
List the actions an agent is allowed to take, such as search, ask a question, draft a message, book a slot, or hand off to a person. Reason through how the action menu shapes what the agent can and cannot accomplish.
Read feedback as evidence about whether an action helped, failed, or changed the situation. Distinguish clear signals, like “payment declined,” from weak signals, like a vague user reply.
Use feedback to choose the next move instead of blindly continuing the original plan. Practice when an agent should retry, switch actions, ask for clarification, or stop.
Compare a chatbot that answers a prompt with an agent that keeps pursuing a goal across steps. Identify when conversation is just the interface and when the system is actually deciding and acting.
Compare a fixed script, a rules-based automation, and an agent handling the same task. Notice how agents use feedback to choose among actions, while scripts and simple automations mostly follow a preset path.
Set boundaries such as time limits, spending caps, tool permissions, data access, and stop conditions. Reason through how limits make an agent safer and easier to trust without making it useless.
Identify moments where a human should decide: ambiguous values, high-stakes outcomes, irreversible actions, or cases where the agent lacks enough context. Decide when the agent should recommend, ask approval, or hand off entirely.
Review this chapter with practice based on your mistakes.