Applied GenAI Curriculum for AI PMs · Core Sequence · Checkpoint
Pick one real system your team is building or considering, and write the one-pager below. This is produced, not read — proof that the CORE pass gave you an operating model, not trivia.
Choose one concrete system — real or seriously considered. Fill each section below in a few sentences; aim for a single page total. The point isn't length, it's whether you can answer at all. Every section maps to specific CORE units; if you get stuck, the "revisit" note tells you exactly where to go back. Your typing stays in this page (nothing is uploaded); use Print / Save PDF to keep a copy.
What is it, who's it for, and why an AI feature at all? Where does it sit on the risk/opportunity ladder, and is this build or buy? Is AI critical or complementary here?
Name the approach — prompting, RAG, finetuning, agent, or a workflow combining them — and defend it. Is your gap facts or behavior? Are the steps predictable? Say explicitly why you rejected the alternatives.
System: support assistant. Choice: workflow = routing → RAG → generate. Why: failures are information-based (needs current policy docs) → RAG, not finetuning. Steps are knowable in advance → workflow, not agent. Finetuning rejected (docs change weekly; would ossify). Agent rejected (no unpredictable multi-step planning; compounding-error risk not worth it).
What does "good" mean here (2–3 criteria)? How is each measured, at which component? What's the usefulness threshold, and how does the key metric map to business impact? Which eval levels (unit tests / human&model / A/B) run at what cadence?
Sketch the architecture boxes in order: context, guardrails (in/out), router/gateway, caches, any agent loop or write actions. For each, name the risk it addresses. Is prompting disciplined and versioned?
What data does this need (quality / coverage / quantity), and what's the annotation budget reality? Where's the latency and cost pressure — and does the token math even allow your target experience? Online or batch?
Given all of the above, what's the single sharpest question you'd put to your engineers about this system right now — the one whose answer most changes the plan?
That's the operating model. From here the DEPTH units (14–24) are pulled in on demand — the eval thread continues at Unit 14, the highest-ROI unit in the series, which turns the traces your Unit 09 pipeline logs into systematic error analysis.