This Claude Code Workflow Ships Real Features
A 21-minute live demo of Zen van Riel adding a real conversation-history feature to his AI Tutor app with Claude Code — four debug iterations included.
June 27th 2025A 21-minute course correction: the Anthropic plugin is not the real Ralph Wiggum, and the real one can build a working app overnight.
Cole Medin built his audience on skepticism toward vibe coding, so when he opens a video saying he was wrong about the tool he publicly called its peak evolution, you stay. The retraction is the hook, and what follows reframes the entire debate: Ralph Wiggum was never meant to be vibe coding in the first place.
stated at 02:00“If there is a single takeaway for you to have from this video, it is that the real use of Ralph Wiggum and any agent harness for long running tasks is validation of your own ideas.”delivered at 17:00

Cole credits Geoffrey Huntley (creator) who commented on his previous video and shared the real Ralph philosophy. States the single takeaway: Ralph is for proof-of-concept validation, not production apps.

Introduces the ralph-loop-quickstart template. Argues the harness only works with a structured, clearly-scoped plan. Without clearly defined goals these harnesses do not work.

Walks through the full README: /create-prd slash command, ralph.sh bash script, settings.json sandbox mode, Vercel Agent Browser CLI for self-validation.

Explains the three key files: PROMPT.md (per-loop context), PRD.md (atomic task list with passes flags), activity.md (long-term memory). Only exit: every feature passes true. References Anthropic effective harnesses post.

Runs /create-prd on camera. Claude Code asks multi-choice discovery questions. Cole builds PRD for agent-driven habit tracker (Clerk + Neon + OpenRouter). 19 tasks, 0 complete.

Shows CLAUDE.md global rules: test Clerk credentials, Neon migration permissions, .env blocked from reading. settings.json sandbox mode limits what commands the agent can run.

Runs ./ralph.sh 50. Sets max 50 iterations. Cuts to next day.

Next day reveal. 19/19 tasks passing. Live demo: dark-mode AI Habit Coach dashboard, habit check-off grid, goal tracking, AI coach chat with conversation history in Neon. Total LLM cost: about 7 cents.

Like and subscribe ask. Teases upcoming video on full agentic workflow for production-scale projects.
A bash loop that calls Claude Code repeatedly, passing the PRD and activity log each time, until all features are validated passing.
Structured PRD format where each feature has a category, description, validation steps, and a boolean passes flag. The agent cannot claim completion until all are true.
A Claude Code slash command that runs discovery questions (multi-choice + free text), does optional research, and generates a structured PRD ready for the Ralph loop.
Anthropic blog post whose feature-flag completion pattern directly inspired the PRD structure in this template.
“Ralph Wiggum is more of a philosophy than it is a framework.”
“These harnesses do not work well if you do not have very clearly defined goals.”
“You only have to have your hands on the keyboard for about ten minutes. Otherwise, you just let it rip.”
“It only used about 7 cents.”
“If you appreciate this video and you are looking forward to more things on AI coding, I would really appreciate a like and a subscribe.”
Soft, earned -- comes after an impressive live app showcase. Teases next video on production-scale agentic workflow to keep viewers in the series.
Ten minutes of structured planning buys you five hours of autonomous building -- the ratio is the whole game.
Stop prompting and hoping. Spend ten minutes writing down exactly what you want, then let the AI run.
00:00
00:24
00:40
00:56
01:12
01:28
01:44
02:00
02:16
02:32
02:48
03:04
03:20
03:36
03:52
04:02
04:24
04:40
04:56
05:12
05:28
05:44
06:00
06:16
06:32
06:48
07:04
07:20
07:36
07:53
08:10
08:24
08:40
08:56
09:12
09:27
09:44
10:00
10:16
10:32
10:48
11:04
11:20
11:36
11:52
12:13
12:18
12:48
12:48
13:12
13:28
13:44
14:00
14:16
14:32
14:48
15:04
15:20
15:36
15:52
16:08
16:24
16:40
16:56
17:18
17:20
17:44
18:00
18:20
18:30
18:48
19:04
19:20
19:36
19:52
20:08
20:21
20:37
20:56
21:12A 21-minute live demo of Zen van Riel adding a real conversation-history feature to his AI Tutor app with Claude Code — four debug iterations included.
June 27th 2025A zero-to-deployed walkthrough: Next.js + Supabase + GitHub + Vercel, built live with Claude Code in under 22 minutes.
January 15th 2026An ex-Apple engineer benchmarks ref.tools and Exa AI against Cursor on a live Tailwind v4 refactor — and Claude Code wins at 2,800 tokens vs 98,000.
November 23rd 2025David Ondrej compresses Anthropic's official 7-hour Claude Code masterclass into 27 minutes — with two ground-truth corrections the official course is already wrong about.
January 20th 2026How a folder of markdown files beat BMAD, GSD, and most of the agent-framework ecosystem in 90 days.
May 10th 2026A 19-minute live demo of Auto Claude, the free open-source Kanban orchestrator that runs parallel Claude Code agents in git worktrees while you sleep.
December 17th 2025