Professor Ras Mic
๐ค SpeakerAppearances Over Time
Podcast Appearances
But the reason why I built my own setup is there's a couple of things my Ralph loop does.
The first thing is it makes sure that there's a plan, a PRD.md file, and there's a progress.txt file.
But it also, every feature it builds, it then writes a test.
And it then lints.
And basically what this does is it makes sure that every feature that's built actually works, right?
Because there's no point on working on feature two if feature one doesn't work.
If feature one doesn't work, if the test fails, guess what the AI model is going to do?
It's going to go back to working on feature one.
And once the test passes, we work on feature two.
And then once feature two test passes, we work on feature three, right?
All this is awesome.
But I'm going to go back to the same point.
If your plan sucks, then the Ralph loop won't matter.
Now, in order to set up this loop, you can find the GitHub here.
How to set it up, you honestly, I'm not even going to explain it, Greg.
People can literally copy the link, pass it to Claude, and then be like, I want to run this Ralph loop.
And it will tell you exactly what to do.
That's how good the models have become.
But I'll show you an example of this running.
So I have a simple PRD.md file.