What Makes an AI Workshop the Gold Standard
At the AI Engineer World's Fair in San Francisco this week, swyx β who founded and runs the AI Engineer conferences β told Nick Nisi and me that our workshops are the gold standard for AI Engineer content. He asked for our help raising the bar across the event, so other presenters can deliver workshops that land the same way.
That comment made me sit down and articulate what we actually do differently. It comes down to five principles, and none of them are secrets. They're just work.
The WorkOS booth at Moscone West β the workshop was one piece of a bigger presence.1. A workshop is a product, not a talk
For Lifestyles of the AI-Native, the hour on stage was the tip of a stack of shipped software. The deck. Hand-built HTML with its own animation engine and commissioned pixel art, deployed to the edge, so every attendee follows along on their phone from a QR code.
Click the deck, then use β and β to navigate. On tablet or mobile, open full screen and use the nav controls that appear at the bottom-left on tap.
Full screen The live board. A real-time app that renders the room's check-in data: where the toil is, what to automate, hours per week reclaimed.
The glossary. Every term we use, behind a chat interface that answers questions during and after the session. Every question it gets logged is a signal about where the room is struggling.
The coach. A local MCP server in the repo that interviews attendees, scores how AI-native their setup is from a local scan, and feeds the board. Opt-in, anonymous, and plain about privacy: only confirmed answers and score numbers ever leave the machine.
The playground. Pre-built exercises with failing checks, so every activity has a concrete, verifiable finish line.
A talk asks the audience to trust you. A product lets them verify everything themselves β during the session and for months after.
- The room does the work
Our rule: every concept earns at most a few minutes of slides before the room has to do it. The deck alternates between short teaching beats and "now you try it" dividers, and every activity slide contains the exact words to say or type:
"Set up Handy for me."
/goal bun playground/loops/check.ts passes
"Fan this diff out to Codex for an adversarial review, then fix everything it finds."
No paraphrasing required, no "you'll figure out the syntax later." Attendees speak or paste the prompt and it works, because we tested every one against the repo they cloned. Activities get explicit time caps β voice setup gets five minutes, and we walk the room while it happens.
The room at Moscone West, minutes before kickoff.The failure mode this prevents is the one everybody has sat through: ninety minutes of capability slides, then "try it at home." Nobody tries it at home. The workshop is the only hour you'll ever get where a hundred motivated people will actually run your instructions β spend it on their keyboards, and their microphones.
- Show the room its own data
The strongest moment in our AI Engineer World's Fair session wasn't anything Nick or I said. It was the projector.
At the open, attendees ran a check-in and the live board lit up with the room's collective toil, clustered by theme: everyone drowning in the same five recurring time-sinks. At the close, they checked in again β and the room watched its own dots migrate from "manual" to "automated," while a counter totaled the engineering hours per week the room had just reclaimed, next to each person's AI-native score, before and after.
Claims persuade people who already agree with you. Their own number, computed from their own answers, on a screen in front of their peers β that lands differently. Design the finale so the data does the closing argument.
- Everything survives the hour
The test of a workshop is what still exists the following Monday. We design the artifacts first and the hour around them. Attendees left San Francisco with:
-
Voice coding installed and working on their machine
-
A repo wired with hooks and verification gates
-
A scheduled task that runs without them β the proof arrives in their inbox
-
The glossary, still answering questions
-
Their before-and-after score on the board The scheduled task is the one I care most about. It converts the workshop's ideas into running automation on the attendee's own infrastructure before they leave the room. They don't have to remember what we taught; a cron expression remembers for them.
- Onboarding is curriculum
Every workshop bleeds its first fifteen minutes on environment setup β unless you treat setup as part of the material. Ours is one sentence: clone the repo, open Claude Code, and say "set me up for the workshop." A skill in the repo installs and verifies every tool, wires the coach, and prints a status report.
That's a bit recursive, and deliberately so: the first thing attendees experience is an agent doing toil they'd otherwise do by hand β which is the entire thesis of the workshop, delivered in minute one, by the setup step itself.
The receipts
The format keeps proving itself across venues and formats:
β AI Engineer World's Fair 2026, San Francisco. Voice, loops, gates, schedules, live board.Lifestyles of the AI-Nativeβ AI Engineering London, with Nick Nisi. Eighty minutes on Claude Code skills across workflows, agents, and teams.Skills at Scaleβ 800 registrations for 150 seats at the WorkOS office, with Anthropic's Claude Code team joining for Q&A.Claude Cowork Workshop with Anthropic
Bring one to your org
Nick and I build and deliver these end-to-end: curriculum, exercises, live infrastructure, and the follow-through materials your team keeps. If your engineering org needs to get from "we have Copilot licenses" to operating fleets of agents with verification gates and scheduled automation, get in touch.
And if you're a workshop presenter who wants to raise your own bar: the entire AI Engineer World's Fair stack is open source. Study it, fork it, steal the patterns. That's what it's for.