Facilitator Run-Sheets

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

Facilitator Run-Sheet · Session 1 of 3

Foundations — How AI actually works

≈ 70 min Stations 1–3 · Deck: session-1-foundations (press S for notes) · Notebook: Session 1 · Foundations

Before you start

ClockMinBlockSay / do — key cues
0:004WelcomeToday you'll talk to AI 3 ways. Rhythm: learn a little → build a little. Get everyone into the Colab tab now.
0:0413Station 1What is this?Builder vs researcher (you drive, not build the engine) · LLM = next-word predictor · watch it choose a word · hallucination = same trick, confidently wrong.
0:1710🧪 ColabPractical 1Finish "best part of summer…" 5 ways · ask a made-up book's page count. ✅ real reply + caught a made-up fact
0:278Station 2Meet the modelsBig 3 (ChatGPT/Claude/Gemini) + open vs closed · pick by 3 dials: smarts vs speed vs price, context window, small vs large. (Vehicle for the trip.)
0:3510🧪 ColabPractical 2Same hard question → a flash vs a pro model; time each. ✅ compared quality + speed
0:458Station 3Talk with codeAPI = the waiter (order → dish) · tokens = what you pay for, context window = counter space · dials: temperature & max tokens.
0:5312🧪 ColabPractical 3Send a prompt in code · count tokens · run at temp 0 vs 1. ✅ two temps, visibly different replies
1:055Wrap + exitExit ticket: "What is an LLM?" & "Name one time it might lie to you." Celebrate — they ran real code. Tease Session 2.

⏱ Running behind?

Cut Practical 2 to a 5-min live demo (you drive). Never cut Practical 3 — it's the payoff.

👀 Watch for

API-key errors = a stray space or wrong key. Point stuck pairs to aistudio.google.com/apikey. Pull everyone back once most hit the ✅.
Facilitator Run-Sheet · Session 2 of 3

Building — Making AI useful

≈ 80 min Stations 4–6 · Deck: session-2-building (press S for notes) · Notebook: Session 2 · Building

Before you start

ClockMinBlockSay / do — key cues
0:002WelcomeRecap: AI predicts text. Today we steer it, feed it our own facts, and let it act.
0:0214Station 4Prompt engineeringPrompt = the "text so far" it builds on · 5 ingredients: Role, Task, Context, Format, Constraints · power moves: few-shot & "think step by step".
0:1612🧪 ColabPractical 4Weak → strong prompt · few-shot classifier · chain-of-thought on a word problem. ✅ strong beats weak + CoT fixed a wrong answer
0:2813Station 5Memory (RAG)Problem: amnesia (cutoff + never read your notes) · loop: retrieve → stuff → answer (open-book exam) · embeddings = meaning as numbers, vector DB, chunks.
0:4112🧪 ColabPractical 5Embed notes · cosine similarity (dog↔puppy > dog↔car) · tiny RAG with vs without context. ✅ right note retrieved; with-context answer is correct
0:5312Station 6AI agentsChatbot talks; agent acts · tools / function-calling · loop: think → act → observe → repeat · ⚠️ agents do real things — human review matters.
1:0512🧪 ColabPractical 6Give the model a calculator tool; watch it call it for exact math. ✅ tool result is exact
1:175Wrap + exitExit ticket: "What does RAG do?" & "What makes an agent different from a chatbot?" Tease Session 3 (the finale).

⏱ Running behind?

Trim Practical 6 to 10 min (or demo it). Keep Practical 5 (RAG) whole — it's the session's centerpiece.

👀 Watch for

RAG confusion — reassure: it's just find the right note, paste it in, then ask. Have fast finishers do the "your turn" cells.
Facilitator Run-Sheet · Session 3 of 3

Real-World — Senses, safety & shipping

≈ 77 min Stations 7–9 · Deck: session-3-realworld (press S for notes) · Notebook: Session 3 · Real-World

Before you start

ClockMinBlockSay / do — key cues
0:004WelcomeThree last climbs, then you ship something. Everything so far comes together today.
0:0412Station 7Images & soundMultimodal = extra senses (eyes + ears) · vision: show a photo, ask about it / read text · plus image generation & voice (speech↔text).
0:1610🧪 ColabPractical 7Upload a photo · ask Gemini to describe it & read any text. ✅ the description matches the picture
0:2613Station 8Safety & ethicsHallucinations (callback) → verify, cite, "say I don't know" · bias: skewed data in, skewed out · privacy: never paste secrets · don't trust blindly.
0:3910🧪 ColabPractical 8Make it invent fake sources, then fact-check · compare with a "say I don't know" instruction. ✅ caught a hallucination + saw the guardrail work
0:4911Station 9Builder toolkitAI code helpers (Cursor, Copilot, Claude Code) · the builder's method: small & real → build → test → ship → share · starter-project menu.
1:0012🧪 ColabCapstoneBuild the Study Buddy (prompt + RAG over their own notes) that quizzes them. ✅ it retrieves the right note & quizzes from it
1:125Finale 🏆Nine stations done — they're builders now. Exit ticket: "Name one thing you'll build." Point them back to the roadmap to keep shipping.

⏱ Running behind?

Trim Station 8 concept to the two must-haves (hallucinations + privacy) and protect the Capstone — it's the whole workshop in one build.

👀 Watch for

Vision uploads failing = unsupported file; use a common JPG/PNG. Keep Safety mature, not preachy — let the fake sources make the point.