The path · 16 modules
The path
Read it in order the first time. Each module is eight to twelve minutes, ends with something you do, and leaves you with one thing you can reuse. Your progress is saved in this browser — no account, nothing sent anywhere.
Why
The story, the evidence, the mindset
- 00The Tweet That Named a MovementWhat vibe coding is, what it is not, and how one throwaway post became Word of the Year.
- 01Why This Skill Matters NowThe 95% and the 19%: the gap between how fast AI feels and how fast it is.
- 02AI in Plain LanguageTokens, context windows, hallucinations, agents and MCP without the jargon.
- 03The Problem-Solving MindsetUnderstand, plan, do, review. The agent types; you still think.
How
The 9-step cycle, one step at a time
- 04Idea → ProductTurn a vague idea into a one-page PRD an agent can actually build from.
- 05ReferencesScreenshots, examples and API samples: show the agent what good looks like.
- 06Context & the Single Source of TruthCLAUDE.md, AGENTS.md and the master prompt: the memory your agent does not have.
- 07The AI Coding AgentClaude Code, Cursor, Codex, Gemini CLI: plan mode, permissions and prompts that work.
- 08Code & Local BuildFolders, the terminal, .env and a dev server: your workshop bench.
- 09Repo & Version ControlCommits are save points. Learn to undo anything an agent does.
- 10Test & QualityPlausible is not correct. Make the agent prove its work.
- 11Security: When the Vibes Go WrongA deleted database, 72,000 leaked photos, and the checklist that prevents both.
- 12DeployFrom localhost to a real URL with a domain, SSL and zero dollars.
- 13Logs & FeedbackRead what production tells you and feed it into the next loop.
Scale
From one agent to a team of them