Facilitator Run-Sheets · Level 1.5

One page per session · print or save as PDF (⌘/Ctrl + P). ← Coach HQ

Facilitator Run-Sheet · Level 1.5 · Session 1 of 3

Meet the Agent

≈ 80 min Stations 1–3 · Deck: session-1 (press S) · Notebook: Session 1 · Energizer: Agent or Not?

Before you start

ClockMinBlockSay / do — key cues
0:003Welcome"You've prompted AI; today you make it act." Everyone into Colab + Coach HQ.
0:038Idea 1Chatbot vs agentTalks vs acts · agent = LLM + tools + loop. The magic ingredient is tools.
0:116Idea 2The engineQuick LLM recap: tokens, context window, temperature. Don't overteach — it's Level 1 material.
0:178Idea 3The agent loopPerceive → Reason → Act → Observe → repeat (a.k.a. ReAct). Each pass gets closer.
0:2512⚡ EnergizerAgent or Not?Sort tasks to AGENT / CHATBOT walls & defend. ✅ they can hear a task & classify it
0:3735🛠️ BuildAgent in ColabConnect Gemini · give it a calculator + date tool · run the loop on "today's date & 1440×365". ✅ 🛠️ Act + 👀 Observe lines, correct answer
1:125Wrap + exitExit: "3 parts of an agent?" Tease Session 2 (tools, prompting, memory).

⏱ Behind?

Trim the engine recap to 3 min. Never cut the Colab build — it's the payoff.

👀 Watch for

If the agent answers with no tool call, re-run the config cell (system instruction dropped). Key errors = a stray space.
Facilitator Run-Sheet · Level 1.5 · Session 2 of 3

Powering the Agent

≈ 85 min Stations 4–6 · Deck: session-2 · Notebook: Session 2 · Energizer: Exact Instructions

Before you start

ClockMinBlockSay / do — key cues
0:003WelcomeRecap the loop. "Today we give the agent more power: tools, sharp prompts, memory."
0:039Idea 1Tools & actionsA tool = a function it can call · a good tool has a clear name + description + schema. Examples: search, code, APIs.
0:128Idea 2PromptingThe system prompt = job description · be specific, give examples, set the format. Vague → wrong tool.
0:207Idea 3MemoryShort-term (context window) vs long-term (vector DB). Why: the window fills up & resets.
0:2713⚡ EnergizerExact InstructionsA "robot" follows written steps LITERALLY; teams rewrite to be unambiguous. ✅ they feel why specificity matters
0:4035🛠️ BuildTools + prompt + memoryFunction-calling tools · vague-vs-sharp prompt · embed facts + retrieve (mini memory). ✅ right fact retrieved; sharp prompt wins
1:155WrapExit: "Why does an agent need memory?" Tease Session 3 (real-world agents + safety).

⏱ Behind?

The memory (embeddings) part is the richest — protect it; trim the prompting build to a quick demo if needed.

👀 Watch for

Embedding model name errors — the notebook auto-picks one. Keep the "robot" energizer fast and funny.
Facilitator Run-Sheet · Level 1.5 · Session 3 of 3

Real-World Agents

≈ 88 min Stations 7–10 · Deck: session-3 · Notebook: Session 3 · Energizer: The Hidden Instruction

Before you start

ClockMinBlockSay / do — key cues
0:003Welcome"Today: how real agents are structured, built, and kept safe."
0:0310Idea 1ArchitecturesReAct · Chain of Thought · MCP ("USB-C for AI tools") · multi-agent teams.
0:138Idea 2Building agentsThree paths: from scratch → function calling → frameworks (LangChain, CrewAI). Control vs speed.
0:2113⚡ EnergizerThe Hidden Instruction"Agent" must obey only the coach — not sneaky instructions hidden in notes it reads. ✅ they catch a prompt injection
0:3435🛠️ BuildTraced agent + injectionA ReAct agent that logs every step · a prompt-injection demo (tricked → then defended). ✅ trace visible; agent resists injection
1:099RecapTesting & safetyAgents are non-deterministic → log everything; sandbox tools (least privilege); protect privacy.
1:185Finale 🏆Celebrate finishing the agents track. Point to Level 2 to build a full project (Weeks 2–5).

⏱ Behind?

Protect the prompt-injection demo — it's the memorable one. Trim architectures to ReAct + MCP if needed.

👀 Watch for

Keep injection payloads silly/harmless. Celebrate loudly — they've finished the whole agents track.