The last session. You present the system you designed, defend it under real questions, and walk out with something you couldn't build six weeks ago: a production LLM system that holds.
This is a real design review, the kind that gets you promoted. You drive the room; the group is your panel. Warm, rigorous, and honest, we find the gaps because we want the design to survive.
flowchart LR P["Present
5 min walkthrough"] --> Q["Q&A
hard questions"] Q --> F["Feedback
specific, kind"] F --> N["Next presenter"] N --> P classDef ok fill:#D6F5E3,stroke:#1F2937,color:#0E1726; class P ok;
Don't narrate all seven sections. Show the one-page diagram, state the problem and the bar, then go deep on the two hardest calls you made. Reviewers reward depth on the risky decisions, not breadth.
Problem, bar, shape, then straight into the two hard calls. No throat-clearing, no tour of the easy parts.
A hard question isn't an attack, it's the point. The staff answer isn't "you're right, I'll change it" or "no, I'm right." It's "I chose against that because X, and here's the trigger that would make me revisit." Same move as Session 1, now for a whole system.
"Your retrieval has no permission filter, an injected doc could exfiltrate. Where does access get checked?"
"Looks good." / "I would've done it differently." Nothing the presenter can act on.
Point at one decision, name the risk, ask the question that exposes it. One sharp note beats ten vague ones.
Redesigning it for them. The goal is to strengthen their design, not substitute yours.
In your pre-course reflection you named the moment an LLM feature met production and fell apart. Look at your design now. That failure has an answer in it, a boundary, a budget, a guardrail, an eval. That's the distance you covered.
Your finished design document, plus the presentation you just gave (and the notes you took from the room). This is the artifact you take to work, the proof you can take an LLM feature from demo to production.
You came in able to wow a room. You leave able to survive real traffic, real cost, real failure, and a real reviewer. That's the whole difference, and it's yours now.