Unlearn Workshops
Live Workshops
Practical, hands-on sessions on AI-driven development.
No fluff. Build real things.
Past
Code Review at Agent Scale
Agents will hand you a 1,000-line diff while you're still reading the ticket. It compiles, the tests pass, and it can still be wrong in ways nothing on the screen will tell you, because the agent never saw the system it was writing into. Reading machine output and calling it safe to merge is now the real engineering work. This workshop turns that call into a process you run on every diff, not a gut feeling you defend in the postmortem.
Building Apps That Compose Themselves
The most interesting AI products shipping this year orchestrate tools and compose interfaces dynamically, deciding which capabilities to call and which components to render based on user intent and context. In this hands-on workshop, we'll wire up an app where a user's stored profile and freeform prompt determine which tools get called and which UI appears in response. Different users will see different interfaces from the exact same input. You'll leave with a working prototype, a practical architecture for Generative UI, and a reusable approach you can apply to your own products.
From Idea to Production with AI
Build a real product from scratch using a spec-driven workflow and an AI agent. Write a structured spec, refine it until the agent can't guess wrong, then let it build.