tech-talk playbook / ai-literacy
A worked rundown for engineers who want internal deep-dives to land — rehearsed against Open Design's own agent-stream, sandbox, and artifact internals.
agenda.toml
// why-now
Static bullets compress a whole system into buzzwords; senior engineers tune out by slide three because there's nothing they can falsify.
❌ nothing to verifyA polished screen recording proves the feature ships, not that you understand why it works — the gap shows up the moment Q&A starts.
😩 no mental-model transferShow the real code path live — the SSE stream, the sandboxed iframe, the artifact write — and let the room poke at it. Trust compounds instead of decaying.
✅ engineers verify, then believeworkflow map · 1 / 2
Pick one running system, then plot six beats against it: why now, architecture, live walkthrough, failure modes, impact numbers, next steps. Every beat should end on a question the audience can actually ask out loud.
# engineering tech-talk rundown $ talk map --subject agent-stream ✓ Why now ✓ Architecture map ✓ Live walkthrough ✓ Failure modes ✓ Impact numbers ✓ Next steps … // 6 beats, 45 minutes, one running system // every beat ends on a question the room can ask live
pilot · 2 / 2
The pilot subject is Open Design's own claude-stream.ts SSE loop, the sandboxed iframe preview, and the artifact write path — nothing hypothetical, nothing slideware. Three colleagues sat in on the dry-runs before the real room.
talks/agent-stream-deep-dive/risk.md
## Known failure modes - daemon restarts mid-stream: 12s reconnect — narrate it, don't hide it - sandbox iframe goes blank: fall back to the 90s recorded clip - Q&A runs long: cut the "further reading" slide, keep the room ## Rule - Never debug live past 60s; switch to the fallback clip, explain after # rehearsed 3x against this exact list before the real room # the backup clip is muted b-roll, not a scripted answer
// roi
23 engineers who watched the sandbox walkthrough shipped their first agent-stream patch in under a week, down from roughly three.
"How does the SSE reconnect work" pings dropped from ~9/week to ~2/week once the recording shipped to the wiki.
The same 6-beat rundown ran twice more this quarter — sandbox isolation, artifact storage — each under 4 hours of prep.
Recording + rundown: internal-wiki/agent-stream-talk · #eng-devrel
One system · one rehearsal · one recording engineers actually rewatch