Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Professor Ras Mic

๐Ÿ‘ค Speaker
412 total appearances

Appearances Over Time

Podcast Appearances

The Startup Ideas Podcast
Claude Code Clearly Explained (and how to use it)

But the reason why I built my own setup is there's a couple of things my Ralph loop does.

The Startup Ideas Podcast
Claude Code Clearly Explained (and how to use it)

The first thing is it makes sure that there's a plan, a PRD.md file, and there's a progress.txt file.

The Startup Ideas Podcast
Claude Code Clearly Explained (and how to use it)

But it also, every feature it builds, it then writes a test.

The Startup Ideas Podcast
Claude Code Clearly Explained (and how to use it)

And it then lints.

The Startup Ideas Podcast
Claude Code Clearly Explained (and how to use it)

And basically what this does is it makes sure that every feature that's built actually works, right?

The Startup Ideas Podcast
Claude Code Clearly Explained (and how to use it)

Because there's no point on working on feature two if feature one doesn't work.

The Startup Ideas Podcast
Claude Code Clearly Explained (and how to use it)

If feature one doesn't work, if the test fails, guess what the AI model is going to do?

The Startup Ideas Podcast
Claude Code Clearly Explained (and how to use it)

It's going to go back to working on feature one.

The Startup Ideas Podcast
Claude Code Clearly Explained (and how to use it)

And once the test passes, we work on feature two.

The Startup Ideas Podcast
Claude Code Clearly Explained (and how to use it)

And then once feature two test passes, we work on feature three, right?

The Startup Ideas Podcast
Claude Code Clearly Explained (and how to use it)

All this is awesome.

The Startup Ideas Podcast
Claude Code Clearly Explained (and how to use it)

But I'm going to go back to the same point.

The Startup Ideas Podcast
Claude Code Clearly Explained (and how to use it)

If your plan sucks, then the Ralph loop won't matter.

The Startup Ideas Podcast
Claude Code Clearly Explained (and how to use it)

Now, in order to set up this loop, you can find the GitHub here.

The Startup Ideas Podcast
Claude Code Clearly Explained (and how to use it)

How to set it up, you honestly, I'm not even going to explain it, Greg.

The Startup Ideas Podcast
Claude Code Clearly Explained (and how to use it)

People can literally copy the link, pass it to Claude, and then be like, I want to run this Ralph loop.

The Startup Ideas Podcast
Claude Code Clearly Explained (and how to use it)

And it will tell you exactly what to do.

The Startup Ideas Podcast
Claude Code Clearly Explained (and how to use it)

That's how good the models have become.

The Startup Ideas Podcast
Claude Code Clearly Explained (and how to use it)

But I'll show you an example of this running.

The Startup Ideas Podcast
Claude Code Clearly Explained (and how to use it)

So I have a simple PRD.md file.