YouTube Deep SummaryYouTube Deep Summary

Star Extract content that makes a tangible impact on your life

Video thumbnail

VibeCoding With WisprFlow and Cursor

Nick Spisak • 2:00 minutes • YouTube

📝 Transcript (63 entries):

All right, so let's just do a quick review. I'm doing an agent right now for product research and you can see we're running into some errors. So let's do a practical exercise on this, right? So if you're doing any coding related work, you can go ahead and if you're in cursor, cursor is an integrated development environment that you can do for coding and you don't need to actually know code. You just need to be able to tell it what to do. So one of the benefits of it is you can go through and you you can take the error in this scenario that I'm looking to build and you can click add to chat. It's going to add the lines where your error is. And then what we can do is we can select the model that we want to iterate with. So for this one, I'm going to choose 03 because it's usually really good at complex problems. So I'm going to use that for right now. Now this is going to change depending on when you're looking at this recording. Now what we're going to do is we already have the error message there. Now I could type this, but what I've noticed is there's a really cool program called Whisper Flow. Essentially, what it's going to do is allow me to just talk and it'll it'll take it into transcripts. So, this is something that I've started to use a lot more because I can talk a lot quicker than I can type. Okay. What I'd like you to do is review the error message that you've just received and try to debug it. Use reverse chain of thought reasoning to be able to think through the context of the problem. Please use the full code base and any relevant files that you find that are necessary to help resolve this issue. If you're unsure, use any associated tools that are at your disposal, whether that's the fetch MCP model context protocol server or any others that you've been already pre-programmed to leverage. Once you have a plan of action and have thought through this, then go ahead and proceed with implementation. Now, what's going to happen is I'll go ahead and kick this off. You can see it's transcribed what I just said from audio into text and it's going to do its thing. So, just wanted to give a quick little overview of this is the process steps that you can use to be able to start doing what is known as vibe coding, but essentially being able to use AI technologies to be able to achieve any type of task that you're working