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)

The way we are to design our PRDs, to-do lists, and plans is such that we want the agent, the model, to build out all these features, right?

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

Because all these features put together is our product.

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

You see, a lot of times people will describe a product, not describe features, and will be frustrated with AI.

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

Like AI is supposed to magically know what you're thinking about.

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

By the way, Greg, am I making sense so far?

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

100%.

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

I'm with you.

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

Yeah.

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

So we really need to think in features.

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

But here's the cool part.

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

When developing features, oftentimes the issue with models is like you'll develop a feature or like let's say the model develops a feature.

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

We don't know if it works.

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

We don't know if it did it the right way.

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

That's where with all the cool Ralph stuff that's happening, we can introduce tests.

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

Right.

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

So let's say the model, the agent builds feature one.

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

Before moving on to feature two, what I'm going to do is I'm going to get the model to write a test.

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

If that test passes, then we'll work on the second feature.

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

If that test passes, we work on the third feature, right?

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

So we're finally entering an era where you can really build something serious with these models.