Enter passcode to access materials
Contact the instructor for access
Session 1 — The Vibe Coding Ladder & State of the Art
Google Drive — Full Session Video
Complete Mastering Vibe Coding walkthrough, start to finish
Google Slides — Presentation Deck
Original slide deck used during the session
Embrace new tools as they emerge. Don't let a bad experience with GPT-3.5 stop you from trying GPT-5 or Claude. Models improve by magnitudes.
Break out of existing patterns. Attend hackathons, try new technologies, talk to builders. The possibilities expand when you explore.
With great power comes great responsibility. Security vulnerabilities, IP concerns, data exposure — understand the risks before you ship.
Start with what you're comfortable with and level up gradually. Browser-based tools for quick prototypes, CLI tools for production-grade apps. You don't need to jump straight to the kernel.
Cursor — IDE with visual code editing, model-agnostic (switch between Claude, GPT, Gemini). Easier starting point.
Claude Code — Terminal-focused, deeper Anthropic integration, stronger planning mode and CLI commands. Pro tip: you can run Claude Code inside Cursor.
Orchestrates the build — generates UI, logic, and connects to data
Turns any website into a structured API
AI navigates sites like a human
Google Drive for code — share, version, collaborate
"Make me taller" → 30 meters. "Make me 6 feet" → exactly right.
Keep asking why you want to build something. Peel back the onion until you find the real problem. "Uber for housekeeping" might actually be "a habit tracker to motivate me to clean."
The fundamental problem shapes what you build.
claude to launchPeter Steinberger's Blog
"Just Talk To It" — agentic coding
"Your AGENTS.md is probably too long"
Best practices for AI instruction files
From Idea to Working Product — we'll build a full-stack app with a database, backend logic, and deploy it live. We'll also explore CLI-driven development with Claude Code.