Classify real scenarios, trace a loop by hand, stand up the free toolchain, and check yourself against interview-level questions.
For each business scenario, pick the lowest level that genuinely solves it: rules (no LLM), a single LLM call, a workflow, or an agent. Answers are “suggested” — in the debrief, your reasoning counts more than the label.
Task: “Book a room for 6 people next Tuesday afternoon.” On paper (or in your notes), write the observe → reason → act → observe trace. Mark the stop condition and where a human gate belongs. Then compare.
What graders look for: the loop actually loops (an observation changes the next action); the stop condition is named, not implied; the external action (booking) sits behind the human gate. A trace with no stop condition is a red flag.
Google AI Studio → create API key. No billing required; free-tier rate limits are fine for class. Keep it secret — never commit it to a repo. Already have an old Gemini key? Create a fresh one for this course.
aistudio.google.com/apikey ↗The free plan includes agent mode; verified students get Copilot Pro via the Student Developer Pack. Enable it in VS Code.
Student Developer Pack ↗A minimal loop — model, one tool, stop condition:
Week 2 — Learning from the Best: Unpacking Coding Agents. We reverse-engineer Codex, apply the lens to Claude Code, and build a Job Search Agent three ways. Agent Radar begins (student news briefings). GA1 releases.
Go to the Week 2 site →Each question is fair game in a 2026 tech or consulting interview. Try answering out loud, then reveal what a strong answer covers.