May 3, 2026 · Minneapolis
Hosted by Jake Moroshek
Dan McCreary
AI researcher · author of Making Sense of NoSQL · retired Sr. Distinguished Engineer
Claude Skills for Intelligent Textbooks
An open-source initiative bringing Claude Skills and interactive Microsims into educational content — turning static textbooks into adaptive, AI-native learning environments.
Alex Portnoy
Technology innovator · executive coach · AI leader
Stop Prompting. Start Conversing.
LLMs respond better when you stop treating prompts as commands and start treating them as purposeful conversations. A practical model from Speech Act Theory — for prompt engineering and agent design.
Free Build Days.
Everyone Ships.
9 events · 4 cities · 50+ shipped · 100+ onboarded
AI Workshops &
Company Automation
The work no one should be doing.
In a single day.
AI grocery assistant for families
Find the most fun route, not the fastest
Visualize kitchen & bathroom remodels
Government arrival form for Malaysia
Pro-level training, nutrition & coaching
// ai adoption — global
have chatted with AI
~1.8 billion people
build with it
~20 million people
You're 0.25%.
You're early.
Network: TBD
Password: TBD
Posted on the screen at arrival. Ask Jake if you can't find it.
Submit your project, see what others built, and find the next MSP build day.
Or find Jake: @moroshek on X
Did You Ask Your Coder?
Before asking a neighbor, before raising your hand — try your AI coder first. That's the whole point. You'll be surprised how far it gets you.
Live Demo
Building “Who Is in the Room” — live, from scratch, in an AI coder.
You get instructions. You figure out the rest.
You get a real, working website you can share.
Describe what you want in plain English. Claude builds it behind the scenes — you just see the result. Don't like something? Say “make the header bigger” or “change the color.” It's a back-and-forth, like texting a really talented friend.
Both work great. Pick one (or both):
Sign up on your phone or laptop now. We'll wait.
Lovable · v0 · Bolt
Claude Desktop · Codex Desktop
Claude Code · Codex CLI
New to this? Claude Desktop or Codex Desktop is the easiest start. Already comfortable? Pick any tier — they all work.
Terminal is a text-based way to talk to your computer. It looks techy, but all you'll do is paste a couple of commands.
Cmd + Space → type “Terminal” → Enter
Press Windows key → type “PowerShell” → Enter
Today we'll use Claude Code. Copy the command for your machine, paste, press Enter. Takes about two minutes. (Codex CLI works the same way — see chatgpt.com/codex.)
$ curl -fsSL https://claude.ai/install.sh | bash
> irm https://claude.ai/install.ps1 | iex
Right-click your Desktop. New Folder. Name it my-site. That's where your project will live.
Back to your terminal. Paste your command — it opens your AI coder inside the new folder.
$ cd ~/Desktop/my-site && claude
> cd ~\Desktop\my-site; claude
A browser window pops up — sign in with your AI account. When you see a blinking cursor, you're in.
Most AI coders default to a smaller, cheaper model. Switch to the largest one for the heaviest lifting.
/model
Pick the Opus option from the list. Better model = better results.
This plugin makes your AI coder way better at building beautiful websites. (Claude Code commands shown — Codex users can paste an equivalent system prompt.)
/plugin install frontend-design@claude-plugins-official
/reload-plugins
Run both. The reload activates the plugin in your session.
If you get stuck, ask Claude first. Then ask a neighbor.