
How I AI The complete beginner’s guide to coding with AI: from PRD to generating your very first lines of code
142 snips
Nov 5, 2025 Dive into the world of AI-assisted coding tailored for beginners! Explore how to set up your first project hub and generate documentation with ease. Discover the simplicity of creating a Next.js app using AI agents and running it locally. Learn to structure prototypes without complex backends and leverage GitHub for version control. Claire shares practical tips for iterating designs and building interactive features, all designed to empower newcomers on their coding journey.
AI Snips
Chapters
Transcript
Episode notes
Write A Minimal PRD First
- Start with a simple PRD before coding to clarify scope and prompts.
- Use that PRD to get better results from AI prototyping tools like Cursor or v0.
Vibe Coding Can Overbuild
- Claire attempted to generate the app in v0 but it produced far too much complexity.
- She abandoned that path after discovering it built unnecessary features beyond her simple scope.
Fallback To Cursor For Simple Scaffolds
- If a vibe-coding tool overcomplicates your app, start from scratch in an editor like Cursor.
- Open an empty folder in Cursor and instruct an agent to scaffold a minimal Next.js app.
