Karpathy Vibe Coding Full Tutorial with Cursor (Zero Co… — Transcript

Learn how to build powerful AI apps using vibe coding with Cursor and speech-to-text tools, no coding experience needed.

Key Takeaways

  • Vibe coding allows building apps by speaking commands to AI, removing the need for manual coding.
  • Cursor combined with Claude 3.5 Sonnet is a powerful AI coding agent that can generate and edit code in real time.
  • Speech-to-text tools like Whispr Flow enable seamless voice interaction with coding environments.
  • Starting from templates and providing clear instructions enables rapid app development.
  • APIs and their documentation are essential components that AI uses to build functional applications.

Summary

  • Introduction to vibe coding, a new coding paradigm championed by Andre Karpathy that leverages AI to build apps by speaking commands.
  • Overview of the main tools: Cursor (an AI coding agent powered by Claude 3.5 Sonnet) and Whispr Flow (a speech-to-text tool).
  • Step-by-step guide on setting up a project in Cursor starting from a Next.js template.
  • Demonstration of running the app locally and viewing it in a web browser.
  • Instructions on how to build a ChatGPT clone app by giving spoken prompts to Cursor.
  • Explanation of how APIs and documentation act as building blocks and instruction manuals for Cursor to create apps.
  • Emphasis on the ease and addictiveness of vibe coding, enabling anyone to become a senior developer by simply asking for what they want.
  • Details on customizing the app UI, including chat input placement and sidebar functionality.
  • Discussion of environment setup, including adding API keys to .env.local files.
  • Encouragement to embrace AI-assisted coding as a new way to rapidly prototype and build complex applications.

Full Transcript — Download SRT & Markdown

00:00
Speaker A
You can now build powerful apps simply by speaking to the most powerful AI coding agent.
00:06
Speaker A
Within a tool called cursor, and I've been doing this for months.
00:09
Speaker A
All it took was Andre Karpathy, one of the world's best developers to start talking about vibe coding.
00:14
Speaker A
Andre Karpathy worked at Tesla on self-driving and he also worked at OpenAI when they were building Chat GPT.
00:20
Speaker A
He said the following about a new type of coding.
00:25
Speaker A
He said this: There is a new kind of coding that I call vibe coding, where you fully give in to the vibes, embrace exponentials, and forget that the code even exists.
00:34
Speaker A
It's possible because the LLMs, using Cursor with Claude 3.5 Sonnet, are getting too good.
00:40
Speaker A
Also, he just talks to Composer with a speech-to-text tool called Super Whisper, so he barely even touches the keyboard.
00:51
Speaker A
I just see stuff, say stuff, run stuff, copy and paste stuff, and it mostly works.
00:57
Speaker A
And this is not exaggeration.
00:59
Speaker A
Today, I'm going to talk about how you can go from never writing a line of code, hopping into Cursor, and building a really cool app.
01:06
Speaker A
That has multiple AI features within a year.
01:10
Speaker A
Everyone might be a senior developer by today's terms.
01:14
Speaker A
Because all you'll have to do is ask for what you want.
01:18
Speaker A
And you will get it.
01:19
Speaker A
And so today, we're going to be doing a full in-depth guide.
01:23
Speaker A
On how to get started vibe coding.
01:26
Speaker A
What tools you need, what vocab you need to learn.
01:30
Speaker A
Things like run locally, database, authentication, codebase.
01:36
Speaker A
These are all just vocab terms you need to give to Composer.
01:40
Speaker A
Every once in a while.
01:42
Speaker A
I have been doing this for the past six months straight.
01:45
Speaker A
It's incredibly addicting.
01:47
Speaker A
So beware.
01:48
Speaker A
Once you get to your aha moment and you see that AI can kind of build whatever idea you have in your brain, you're going to be like, oh my God.
01:56
Speaker A
I never want to stop doing this.
02:00
Speaker A
That's just going to happen.
02:02
Speaker A
I am sorry.
02:03
Speaker A
Because we're about to vibe code.
02:05
Speaker A
So let's just dive straight into it.
02:07
Speaker A
Okay, vibe coding, there's two tools that you need to get started.
02:10
Speaker A
The first one is, of course, Cursor.
02:12
Speaker A
And Cursor is going to generate the code, it's going to edit the code.
02:16
Speaker A
It's going to do everything.
02:17
Speaker A
And within Cursor, we have Claude 3.5 Sonnet, which is still the best AI model right now for coding.
02:22
Speaker A
And the second tool that we're going to need is Whispr Flow.
02:25
Speaker A
And it is free.
02:27
Speaker A
I'm still on the free plan.
02:28
Speaker A
What Whispr Flow allows you to do is wherever I am typing, I can hold down the FN key on my Mac.
02:36
Speaker A
And whatever I say right now will be immediately, maybe not immediately, but very, very close to immediately.
02:41
Speaker A
Be entered directly into wherever my cursor is.
02:45
Speaker A
You see that?
02:46
Speaker A
And so it's a very fast speech to text.
02:49
Speaker A
And Karpathy was using Super Whisper.
02:53
Speaker A
I do know that I've had way better experiences with Whispr Flow.
02:58
Speaker A
But I don't care which one you use.
03:00
Speaker A
It doesn't matter that much.
03:01
Speaker A
So I'm going to show you exactly how to get started.
03:03
Speaker A
And so what we're going to do, so once you download Cursor, you're going to open up a new Cursor window.
03:09
Speaker A
So here is a brand new Cursor window.
03:12
Speaker A
And the hardest part about these projects is getting started.
03:16
Speaker A
And so we're going to start off from a starting point, or a template.
03:22
Speaker A
And it's basically like a blank Next.js app.
03:26
Speaker A
This template now has over 25,000 forks.
03:28
Speaker A
All you need to do to get started on Cursor is to click clone repo.
03:33
Speaker A
And you're going to paste in this link right here.
03:36
Speaker A
I have it saved at the top of my clipboard manager.
03:38
Speaker A
And here it is.
03:39
Speaker A
Now what we're going to do is we are just going to press enter.
03:44
Speaker A
And now we're going to pick a place in our computer where this project will exist.
03:49
Speaker A
And so we're going to hit new folder.
03:52
Speaker A
And I'm just going to call this vibe code, yeah.
03:56
Speaker A
And we're going to hit create.
03:58
Speaker A
And we're going to hit select as repository destination.
04:00
Speaker A
And we're going to hit open.
04:02
Speaker A
And this is going to take that template.
04:06
Speaker A
And there you go.
04:08
Speaker A
It gets loaded right here on the side.
04:10
Speaker A
Now what we're going to do is we're going to open up the tool that Karpathy was talking about.
04:13
Speaker A
We're going to press Command I.
04:15
Speaker A
Now we're ready to go.
04:17
Speaker A
The first thing that we need to do is I'm just going to say with Super Whisper.
04:22
Speaker A
Run this locally.
04:26
Speaker A
I want you to run this locally and get it set up on local host.
04:30
Speaker A
What it does is it allows me to see the app in a web view.
04:34
Speaker A
So we can just press agent.
04:37
Speaker A
And we're going to press enter.
04:40
Speaker A
And it is just going to start coding.
04:43
Speaker A
And here it says npm run dev.
04:45
Speaker A
And you see this pop up here, we now have this link that says localhost:3001.
04:50
Speaker A
We're going to press Command, click, and this should open up the template.
04:54
Speaker A
This is our starting point.
04:55
Speaker A
And so this is our little app.
04:58
Speaker A
And this app comes with, it comes with instructions to set up an AI chat app, AI image generation app.
05:05
Speaker A
But ignore this for now.
05:06
Speaker A
What you're going to do is you're just going to rip it a new one.
05:10
Speaker A
And you're going to use this as the homepage for your app.
05:14
Speaker A
So let's go ahead, we're going to go to ChatGPT.
05:17
Speaker A
So let's say we want to create a ChatGPT-like app.
05:20
Speaker A
I'm just going to take a screenshot of this whole site.
05:24
Speaker A
And what we're going to do here is we are going to come back to Cursor.
05:28
Speaker A
And then now we just pasted that in and now we can speak to Composer again.
05:32
Speaker A
I want to create an app that is a clone of ChatGPT.
05:37
Speaker A
I want you to start from the template.
05:40
Speaker A
Don't worry about any authentication or Google sign-in for now.
05:43
Speaker A
What I want you to do is I want you to build a ChatGPT clone.
05:47
Speaker A
We're going to use the ChatGPT API and we are going to be making an app.
05:51
Speaker A
That uses the new O3 model.
05:54
Speaker A
And I'm going to paste some documentation on how to get that set up.
05:58
Speaker A
I want you to fully clone this app.
06:01
Speaker A
I want you to make the input bar go down towards the bottom of the app.
06:04
Speaker A
And then the answers should stream from the top of the screen.
06:08
Speaker A
Just like the ChatGPT does.
06:10
Speaker A
Also, I want you to make a sidebar that pops out.
06:13
Speaker A
Just like the ChatGPT does.
06:15
Speaker A
There are three horizontal lines at the top left.
06:19
Speaker A
If you press that, a sidebar should open up.
06:21
Speaker A
For now, just have four or five placeholder chats.
06:24
Speaker A
There's nothing else you need to add.
06:26
Speaker A
For now, I just want you to make the chat experience great.
06:30
Speaker A
And make sure to have that sidebar.
06:33
Speaker A
And you should be present at the homepage.
06:36
Speaker A
And once you're within this page.
06:38
Speaker A
Once you've opened a chat in the sidebar.
06:41
Speaker A
The sidebar is a permanent fixture.
06:43
Speaker A
The sidebar should be centered within the area.
06:46
Speaker A
That's to the right of the sidebar.
06:48
Speaker A
Versus centered around the entire page.
06:50
Speaker A
I know you know what I'm talking about.
06:53
Speaker A
Let's just do this.
06:55
Speaker A
Let's get it.
06:56
Speaker A
I'm going to paste my OpenAI API key in the .env.local file.
06:59
Speaker A
Okay.
07:00
Speaker A
So I just created this prompt and I think it is worth discussing.
07:06
Speaker A
We did the first prompt, and this was a description of the app that we want.
07:10
Speaker A
We're turning our template into the site that we want.
07:13
Speaker A
And we're using an API.
07:15
Speaker A
So we're using an API, and an API, the way that I think about this.
07:20
Speaker A
Is like, you have a humanoid robot.
07:22
Speaker A
So you have this humanoid robot.
07:24
Speaker A
This robot.
07:26
Speaker A
And so this, this humanoid robot here, you want to create an app.
07:30
Speaker A
And so you have this humanoid robot.
07:33
Speaker A
And you get to say, create an app, dude.
07:35
Speaker A
And it will just listen to you.
07:37
Speaker A
And this humanoid robot, if you don't already realize, is Cursor.
07:41
Speaker A
Right?
07:43
Speaker A
This humanoid robot is Cursor.
07:45
Speaker A
And it's going to build you an app.
07:49
Speaker A
And so it's building a, and so this, this humanoid robot.
07:52
Speaker A
Is going to build you a really cool Lego structure.
07:56
Speaker A
And so it's going to like use Legos.
08:00
Speaker A
And it's going to build you whatever Lego thing that you want.
08:03
Speaker A
And this, these, this Lego thing that you're building is an app.
08:06
Speaker A
It is an app.
08:07
Speaker A
In order to build this though.
08:10
Speaker A
It needs pieces.
08:12
Speaker A
And then it also needs instructions.
08:14
Speaker A
So it'll need the pieces.
08:16
Speaker A
And then it'll need instructions.
08:18
Speaker A
And what I mean by this is it actually needs, it needs APIs.
08:22
Speaker A
And it needs documentation.
08:24
Speaker A
So it needs an API key and then a documentation, which are like instruction manuals.
08:28
Speaker A
So when you build a Lego set, you need instruction manuals to build it.
08:32
Speaker A
So you need to give the instruction manual to Cursor.
08:35
Speaker A
And you also need to tell him what tools you're using so that Cursor can build it.
08:39
Speaker A
And the more accurate, so like, you want to make sure that you're choosing the right pieces.
08:44
Speaker A
Or the right APIs.
08:46
Speaker A
And you also want to make sure that you're giving it all of the relevant instructions.
08:50
Speaker A
This is critical.
08:51
Speaker A
And the best place to find this right here is Perplexity.
08:56
Speaker A
So we're going to go to Perplexity.
08:58
Speaker A
I have created a custom space and it's called input output.
09:02
Speaker A
You put it in this format right here.
09:05
Speaker A
All you type in.
09:07
Speaker A
Because it has custom instructions.
09:09
Speaker A
So once we're at input output, we can say, say, text, text.
09:14
Speaker A
High quality AI outputs.
09:16
Speaker A
This is very simple.
09:17
Speaker A
This is ChatGPT.
09:18
Speaker A
And so on Perplexity, we can basically, we what we want to do is we want to be able to put in text.
09:23
Speaker A
Right, with ChatGPT, you type in text.
09:25
Speaker A
And you get text out.
09:26
Speaker A
And so therefore, OpenAI, Perplexity is like the OpenAI API.
09:30
Speaker A
Stands out as the most reliable solution.
09:32
Speaker A
And so here it is.
09:34
Speaker A
But here it's using GPT-3 Turbo.
09:37
Speaker A
And so we can actually just ask, say, I want the relevant documentation for OpenAI's new O3 model.
09:42
Speaker A
And I want you to include in this what parameters are allowed and are not allowed with this new model.
09:48
Speaker A
I want the highest quality model.
09:51
Speaker A
And I want you to give it to me right now.
09:54
Speaker A
And again, we're just using our voice.
09:55
Speaker A
And it's going to now give us the right code for O3.
10:00
Speaker A
And the new OpenAI reasoning models have a little bit different.
10:05
Speaker A
Have different parameters.
10:08
Speaker A
Like this stuff right here is different.
10:10
Speaker A
Like you.
10:11
Speaker A
I don't even want to get into it.
10:12
Speaker A
It doesn't matter.
10:13
Speaker A
So right now, I am gathering the instructions to use the type of Lego piece.
10:19
Speaker A
Which is OpenAI's API key.
10:21
Speaker A
But there's also another piece you need.
10:25
Speaker A
While this is generating, I'm going to go to OpenAI Playground.
10:29
Speaker A
I think is where you find it.
10:31
Speaker A
Or it's dashboard.
10:32
Speaker A
I don't remember.
10:33
Speaker A
You go to OpenAI Platform.
10:35
Speaker A
And so we're going to log in.
10:38
Speaker A
And once you've logged in.
10:42
Speaker A
Okay, you're going to press settings and then you're going to go to API keys.
10:46
Speaker A
And you're going to generate a new API key here.
10:50
Speaker A
Never show this to anyone.
10:52
Speaker A
And it only shows it to you once.
10:53
Speaker A
And this is basically a permission, the key to use the technology that the instructions allow.
10:58
Speaker A
Right, the documentations.
11:00
Speaker A
You can either find the documentations on OpenAI docs, so you could just type in OpenAI docs.
11:06
Speaker A
Which are basically the instructions on how to use OpenAI.
11:10
Speaker A
If you used a tool like Midjourney, that's an AI image generator.
11:14
Speaker A
They're not, they don't have an API.
11:16
Speaker A
But there's another one called Flux.
11:18
Speaker A
If you wanted to use Flux, you would need to find the Flux documentation and then you would need a Flux API key.
11:24
Speaker A
And if you wanted to create AI video generation, you would need to do the same with Runway.
11:29
Speaker A
Runway, you can get a Runway API key and you need the instructions on how to use it.
11:33
Speaker A
And then you give Cursor all of these instructions.
11:36
Speaker A
Okay.
11:37
Speaker A
Now that we have that out of the way, we can go back to this right here.
11:40
Speaker A
And here we go.
11:42
Speaker A
It looks like it gave us all of the information to use O3 Mini.
11:46
Speaker A
And it said, supported parameters, reasoning, low effort.
11:50
Speaker A
Unsupported parameters.
11:52
Speaker A
This is exactly what we want.
11:54
Speaker A
So we're going to copy this.
11:56
Speaker A
We're going to go back to Cursor.
11:57
Speaker A
And I'm going to paste this in right here.
12:02
Speaker A
And.
12:04
Speaker A
Can you please create an .env.local file for me to put my API token?
12:09
Speaker A
I notice that the code you've shared is for the O3 Mini model, but I should point out that this appears to be hypothetical documentation.
12:16
Speaker A
The O3 Mini model and its features like reasoning effort aren't actually yet.
12:20
Speaker A
The links and citations appear to be from future dates.
12:23
Speaker A
And aren't currently valid.
12:24
Speaker A
However, I'll help you set up the environment file for your OpenAI API key that will work with our current implementation using GPT-3.5 Turbo.
12:29
Speaker A
First, let's create the .env.local file.
12:32
Speaker A
And you'll see it pop up right here.
12:34
Speaker A
This will keep your API tokens safe.
12:37
Speaker A
So I'm going to paste my API key for OpenAI right here.
12:42
Speaker A
I'm going to pause the video while I do it.
12:44
Speaker A
Because you want to keep that safe.
12:46
Speaker A
You want to keep it protected.
12:49
Speaker A
And so your project, your API key will start with SK-dash-proj.
12:52
Speaker A
And you just paste it in right there.
12:54
Speaker A
Keep it safe.
12:56
Speaker A
And so notice how it's making changes to the code.
13:00
Speaker A
Other than the .env.local file.
13:03
Speaker A
You don't really need to concern yourself with it.
13:06
Speaker A
You just use Composer.
13:08
Speaker A
We'll talk about editing code files later.
13:10
Speaker A
And here it says, replace your API token, which I did.
13:14
Speaker A
Restart the development server by pressing in npm run dev.
13:18
Speaker A
And you can just press run.
13:20
Speaker A
And it will run that in the server.
13:22
Speaker A
And now it's running on localhost:3002.
13:25
Speaker A
Let's see what the app looks like.
13:28
Speaker A
We could get an error.
13:29
Speaker A
It's very possible.
13:32
Speaker A
All right.
13:33
Speaker A
Wow, this looks very weird.
13:36
Speaker A
So here's our app.
13:38
Speaker A
How can I help you today?
13:40
Speaker A
Medium, low, high.
13:43
Speaker A
Send a message.
13:44
Speaker A
I doubt this is going to work.
13:45
Speaker A
Hello.
13:48
Speaker A
Oh, it works.
13:49
Speaker A
It looks horrible.
13:52
Speaker A
What model are you?
13:54
Speaker A
Are you sure?
13:56
Speaker A
Are you a reasoning model?
13:59
Speaker A
I'm a language model with integrated reasoning capabilities.
14:03
Speaker A
So if we go up here and press the sidebar.
14:07
Speaker A
We see that we have this sidebar here.
14:10
Speaker A
But wow, it looks weird as hell.
14:13
Speaker A
So what we're going to do is we're going to copy this.
14:17
Speaker A
And I'm going to copy everything.
14:19
Speaker A
We're going to go back to Cursor.
14:22
Speaker A
And we're just going to paste this in.
14:24
Speaker A
And say, what the hell is going on here?
14:27
Speaker A
I want you right now to make this a fully white site, just like the ChatGPT site.
14:32
Speaker A
You have all these weird gradients going on.
14:35
Speaker A
We're going back to basics.
14:37
Speaker A
I need you to make it look exactly like this image.
14:40
Speaker A
And the initial input field should be vertically centered.
14:42
Speaker A
Everything should be white.
14:44
Speaker A
Super clean.
14:45
Speaker A
I need to make it exactly like this image.
14:47
Speaker A
We can paste that in again.
14:49
Speaker A
It should look exactly like this image.
14:52
Speaker A
At the beginning and the initial input field should be vertically centered.
14:55
Speaker A
Everything should be white.
14:57
Speaker A
Super clean.
14:58
Speaker A
Keep it the same.
15:00
Speaker A
Do the exact, literally clone this.
15:02
Speaker A
And so now we're running it.
15:03
Speaker A
And we can actually just sit here and watch as the changes are made to the app.
15:08
Speaker A
Okay, changed it to white.
15:10
Speaker A
Okay, there we go.
15:11
Speaker A
It edited this.
15:13
Speaker A
Where did our, oh, there it is.
15:15
Speaker A
It's hidden up here.
15:17
Speaker A
Still coding.
15:19
Speaker A
Finally, let's update the sidebar component.
15:22
Speaker A
Nice.
15:24
Speaker A
Okay, another really important tip.
15:28
Speaker A
The longer this Composer message gets, the worse it's going to perform.
15:33
Speaker A
And unless you're in a task where all of the previous info that we've entered matters a lot for the next prompt.
15:40
Speaker A
You want to constantly just create new Composer chats.
15:44
Speaker A
Because that will make the context window smaller.
15:48
Speaker A
The AI model takes in all of these words every single time you run an AI prompt.
15:52
Speaker A
And the smaller that number is, the better it is.
15:55
Speaker A
So the point is, just remember to go up here to this plus sign, press new.
16:00
Speaker A
And then you're going to click on agent mode, you're going to make sure that you're still using agent mode.
16:04
Speaker A
And we're going to run it again.
16:06
Speaker A
And now what we want is I am going to take a screenshot of this again.
16:10
Speaker A
And I am going to screenshot this.
16:12
Speaker A
And I am going to say everything that I want to change.
16:16
Speaker A
Okay, this is the site.
16:18
Speaker A
This is what it looks like now.
16:20
Speaker A
You just changed the color.
16:21
Speaker A
Looks good.
16:22
Speaker A
The sidebar pops out, but it doesn't push everything over like the ChatGPT one.
16:27
Speaker A
The input field to start out should be vertically centered.
16:31
Speaker A
Put it at the center of the app.
16:32
Speaker A
And I want you to change what can I help you with, that should become Vibe Code.
16:38
Speaker A
So we can now run this.
16:39
Speaker A
And we will await.
16:41
Speaker A
Okay, there we go.
16:42
Speaker A
Vibe Code, we can send a message right here.
16:45
Speaker A
We have this sidebar that pops out.
16:47
Speaker A
And we can, please tell me about the latest in artificial intelligence research.
16:53
Speaker A
Okay.
16:54
Speaker A
We get this weird snappy thing.
16:56
Speaker A
That something went wrong.
16:58
Speaker A
So we can press inspect.
17:01
Speaker A
This is another hack.
17:02
Speaker A
When you run into a problem, you can hit inspect and go to console.
17:06
Speaker A
And we got this little error.
17:09
Speaker A
So you're just going to copy all this crap.
17:11
Speaker A
And you're going to paste it in.
17:14
Speaker A
And I'm going to say, when typing in a message, after I type in a message, the input field.
17:19
Speaker A
It's centered at the beginning, but then it should drop to the bottom.
17:22
Speaker A
Just like ChatGPT does.
17:24
Speaker A
And many similar apps.
17:26
Speaker A
It should drop to the bottom of the page.
17:28
Speaker A
But it immediately failed.
17:30
Speaker A
And so please fix it.
17:32
Speaker A
It was working earlier.
17:34
Speaker A
Before we remade everything.
17:36
Speaker A
Do not change the model.
17:38
Speaker A
It should always stay O3 Mini.
17:41
Speaker A
Okay.
17:43
Speaker A
I think it's done.
17:45
Speaker A
So what we can do here is we can say.
17:49
Speaker A
Tell me about artificial intelligence and how transformers work.
17:53
Speaker A
I'm assuming that the formatting is going to be big.
17:54
Speaker A
Yeah.
17:55
Speaker A
So terrible formatting.
17:57
Speaker A
So this is really bad formatting.
17:59
Speaker A
And so all we need to do here is we need to go like this.
18:02
Speaker A
And so what we're going to do is we're going to screenshot this.
18:06
Speaker A
We're going to say, spacing is really good.
18:09
Speaker A
However, I want this to be in proper clean markdown format.
18:13
Speaker A
That's very beautifully formatted.
18:16
Speaker A
And I want you to download a React package that makes this look really good.
18:21
Speaker A
Make sure it still streams as it comes out.
18:23
Speaker A
Additionally, I want you to create a loading state.
18:26
Speaker A
So as I enter a prompt, I want it to like show a little loading indicator.
18:31
Speaker A
All right.
18:32
Speaker A
I know the streaming is super messed up.
18:35
Speaker A
The streaming is really messed up actually.
18:37
Speaker A
But this does look a lot better.
18:40
Speaker A
When I haven't typed anything into it, that button should be a little wave animation.
18:45
Speaker A
Which will activate voice later.
18:47
Speaker A
And then once I start typing, it should turn into an arrow that points up.
18:51
Speaker A
It should be solid black at all times.
18:53
Speaker A
No matter which type it is.
18:56
Speaker A
So this is a really long prompt.
18:58
Speaker A
Let's see how it does.
19:01
Speaker A
Okay.
19:02
Speaker A
It added.
19:03
Speaker A
What the hell is going on, dude?
19:04
Speaker A
No.
19:06
Speaker A
What the fuck are you doing?
19:07
Speaker A
Look at this.
19:08
Speaker A
Literally nothing about what you did was right.
19:11
Speaker A
God dang it.
19:12
Speaker A
Put it up.
19:13
Speaker A
Actually, you know what, I think I could increase the spacing.
19:16
Speaker A
And put these in little pills.
19:18
Speaker A
I don't think I would hate it actually.
19:21
Speaker A
Can you actually put those two buttons, the search and the research?
19:25
Speaker A
Can you put those in pills?
19:27
Speaker A
So it should just be like a black border, rounded edges around those buttons.
19:32
Speaker A
And then when I press it, the text and the outline should turn blue.
19:37
Speaker A
And it should have like a nice little glow to both of them.
19:40
Speaker A
When they're activated.
19:42
Speaker A
Should be able to activate and deactivate them.
19:44
Speaker A
So they're either on or they're off.
19:45
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
19:50
Speaker A
There should be more space between where I'm typing in and where those buttons are.
19:54
Speaker A
And then as I type, I want it to grow downward.
19:57
Speaker A
I kind of like this format.
20:00
Speaker A
So this is a really long prompt.
20:01
Speaker A
Let's see how it does.
20:04
Speaker A
Okay.
20:05
Speaker A
It added.
20:06
Speaker A
What the hell is going on, dude?
20:07
Speaker A
No.
20:09
Speaker A
What the fuck are you doing?
20:10
Speaker A
Look at this.
20:12
Speaker A
Literally nothing about what you did was right.
20:15
Speaker A
God dang it.
20:16
Speaker A
Put it up.
20:17
Speaker A
Actually, you know what, I think I could increase the spacing.
20:20
Speaker A
And put these in little pills.
20:22
Speaker A
I don't think I would hate it actually.
20:25
Speaker A
Can you actually put those two buttons, the search and the research?
20:29
Speaker A
Can you put those in pills?
20:31
Speaker A
So it should just be like a black border, rounded edges around those buttons.
20:36
Speaker A
And then when I press it, the text and the outline should turn blue.
20:41
Speaker A
And it should have like a nice little glow to both of them.
20:43
Speaker A
When they're activated.
20:45
Speaker A
Should be able to activate and deactivate them.
20:47
Speaker A
So they're either on or they're off.
20:48
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
20:53
Speaker A
There should be more space between where I'm typing in and where those buttons are.
20:57
Speaker A
And then as I type, I want it to grow downward.
21:00
Speaker A
I kind of like this format.
21:03
Speaker A
So this is a really long prompt.
21:04
Speaker A
Let's see how it does.
21:07
Speaker A
Okay.
21:08
Speaker A
It added.
21:09
Speaker A
What the hell is going on, dude?
21:10
Speaker A
No.
21:12
Speaker A
What the fuck are you doing?
21:13
Speaker A
Look at this.
21:15
Speaker A
Literally nothing about what you did was right.
21:18
Speaker A
God dang it.
21:19
Speaker A
Put it up.
21:20
Speaker A
Actually, you know what, I think I could increase the spacing.
21:23
Speaker A
And put these in little pills.
21:25
Speaker A
I don't think I would hate it actually.
21:28
Speaker A
Can you actually put those two buttons, the search and the research?
21:32
Speaker A
Can you put those in pills?
21:34
Speaker A
So it should just be like a black border, rounded edges around those buttons.
21:39
Speaker A
And then when I press it, the text and the outline should turn blue.
21:44
Speaker A
And it should have like a nice little glow to both of them.
21:46
Speaker A
When they're activated.
21:48
Speaker A
Should be able to activate and deactivate them.
21:50
Speaker A
So they're either on or they're off.
21:51
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
21:56
Speaker A
There should be more space between where I'm typing in and where those buttons are.
22:00
Speaker A
And then as I type, I want it to grow downward.
22:03
Speaker A
I kind of like this format.
22:06
Speaker A
So this is a really long prompt.
22:07
Speaker A
Let's see how it does.
22:10
Speaker A
Okay.
22:11
Speaker A
It added.
22:12
Speaker A
What the hell is going on, dude?
22:13
Speaker A
No.
22:15
Speaker A
What the fuck are you doing?
22:16
Speaker A
Look at this.
22:18
Speaker A
Literally nothing about what you did was right.
22:21
Speaker A
God dang it.
22:22
Speaker A
Put it up.
22:23
Speaker A
Actually, you know what, I think I could increase the spacing.
22:26
Speaker A
And put these in little pills.
22:28
Speaker A
I don't think I would hate it actually.
22:31
Speaker A
Can you actually put those two buttons, the search and the research?
22:35
Speaker A
Can you put those in pills?
22:37
Speaker A
So it should just be like a black border, rounded edges around those buttons.
22:42
Speaker A
And then when I press it, the text and the outline should turn blue.
22:47
Speaker A
And it should have like a nice little glow to both of them.
22:49
Speaker A
When they're activated.
22:51
Speaker A
Should be able to activate and deactivate them.
22:53
Speaker A
So they're either on or they're off.
22:54
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
22:59
Speaker A
There should be more space between where I'm typing in and where those buttons are.
23:03
Speaker A
And then as I type, I want it to grow downward.
23:06
Speaker A
I kind of like this format.
23:09
Speaker A
So this is a really long prompt.
23:10
Speaker A
Let's see how it does.
23:13
Speaker A
Okay.
23:14
Speaker A
It added.
23:15
Speaker A
What the hell is going on, dude?
23:16
Speaker A
No.
23:18
Speaker A
What the fuck are you doing?
23:19
Speaker A
Look at this.
23:21
Speaker A
Literally nothing about what you did was right.
23:24
Speaker A
God dang it.
23:25
Speaker A
Put it up.
23:26
Speaker A
Actually, you know what, I think I could increase the spacing.
23:29
Speaker A
And put these in little pills.
23:31
Speaker A
I don't think I would hate it actually.
23:34
Speaker A
Can you actually put those two buttons, the search and the research?
23:38
Speaker A
Can you put those in pills?
23:40
Speaker A
So it should just be like a black border, rounded edges around those buttons.
23:45
Speaker A
And then when I press it, the text and the outline should turn blue.
23:50
Speaker A
And it should have like a nice little glow to both of them.
23:52
Speaker A
When they're activated.
23:54
Speaker A
Should be able to activate and deactivate them.
23:56
Speaker A
So they're either on or they're off.
23:57
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
24:02
Speaker A
There should be more space between where I'm typing in and where those buttons are.
24:06
Speaker A
And then as I type, I want it to grow downward.
24:09
Speaker A
I kind of like this format.
24:12
Speaker A
So this is a really long prompt.
24:13
Speaker A
Let's see how it does.
24:16
Speaker A
Okay.
24:17
Speaker A
It added.
24:18
Speaker A
What the hell is going on, dude?
24:19
Speaker A
No.
24:21
Speaker A
What the fuck are you doing?
24:22
Speaker A
Look at this.
24:24
Speaker A
Literally nothing about what you did was right.
24:27
Speaker A
God dang it.
24:28
Speaker A
Put it up.
24:29
Speaker A
Actually, you know what, I think I could increase the spacing.
24:32
Speaker A
And put these in little pills.
24:34
Speaker A
I don't think I would hate it actually.
24:37
Speaker A
Can you actually put those two buttons, the search and the research?
24:41
Speaker A
Can you put those in pills?
24:43
Speaker A
So it should just be like a black border, rounded edges around those buttons.
24:48
Speaker A
And then when I press it, the text and the outline should turn blue.
24:53
Speaker A
And it should have like a nice little glow to both of them.
24:55
Speaker A
When they're activated.
24:57
Speaker A
Should be able to activate and deactivate them.
24:59
Speaker A
So they're either on or they're off.
25:00
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
25:05
Speaker A
There should be more space between where I'm typing in and where those buttons are.
25:09
Speaker A
And then as I type, I want it to grow downward.
25:12
Speaker A
I kind of like this format.
25:15
Speaker A
So this is a really long prompt.
25:16
Speaker A
Let's see how it does.
25:19
Speaker A
Okay.
25:20
Speaker A
It added.
25:21
Speaker A
What the hell is going on, dude?
25:22
Speaker A
No.
25:24
Speaker A
What the fuck are you doing?
25:25
Speaker A
Look at this.
25:27
Speaker A
Literally nothing about what you did was right.
25:30
Speaker A
God dang it.
25:31
Speaker A
Put it up.
25:32
Speaker A
Actually, you know what, I think I could increase the spacing.
25:35
Speaker A
And put these in little pills.
25:37
Speaker A
I don't think I would hate it actually.
25:40
Speaker A
Can you actually put those two buttons, the search and the research?
25:44
Speaker A
Can you put those in pills?
25:46
Speaker A
So it should just be like a black border, rounded edges around those buttons.
25:51
Speaker A
And then when I press it, the text and the outline should turn blue.
25:56
Speaker A
And it should have like a nice little glow to both of them.
25:58
Speaker A
When they're activated.
26:00
Speaker A
Should be able to activate and deactivate them.
26:02
Speaker A
So they're either on or they're off.
26:03
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
26:08
Speaker A
There should be more space between where I'm typing in and where those buttons are.
26:12
Speaker A
And then as I type, I want it to grow downward.
26:15
Speaker A
I kind of like this format.
26:18
Speaker A
So this is a really long prompt.
26:19
Speaker A
Let's see how it does.
26:22
Speaker A
Okay.
26:23
Speaker A
It added.
26:24
Speaker A
What the hell is going on, dude?
26:25
Speaker A
No.
26:27
Speaker A
What the fuck are you doing?
26:28
Speaker A
Look at this.
26:30
Speaker A
Literally nothing about what you did was right.
26:33
Speaker A
God dang it.
26:34
Speaker A
Put it up.
26:35
Speaker A
Actually, you know what, I think I could increase the spacing.
26:38
Speaker A
And put these in little pills.
26:40
Speaker A
I don't think I would hate it actually.
26:43
Speaker A
Can you actually put those two buttons, the search and the research?
26:47
Speaker A
Can you put those in pills?
26:49
Speaker A
So it should just be like a black border, rounded edges around those buttons.
26:54
Speaker A
And then when I press it, the text and the outline should turn blue.
26:59
Speaker A
And it should have like a nice little glow to both of them.
27:01
Speaker A
When they're activated.
27:03
Speaker A
Should be able to activate and deactivate them.
27:05
Speaker A
So they're either on or they're off.
27:06
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
27:11
Speaker A
There should be more space between where I'm typing in and where those buttons are.
27:15
Speaker A
And then as I type, I want it to grow downward.
27:18
Speaker A
I kind of like this format.
27:21
Speaker A
So this is a really long prompt.
27:22
Speaker A
Let's see how it does.
27:25
Speaker A
Okay.
27:26
Speaker A
It added.
27:27
Speaker A
What the hell is going on, dude?
27:28
Speaker A
No.
27:30
Speaker A
What the fuck are you doing?
27:31
Speaker A
Look at this.
27:33
Speaker A
Literally nothing about what you did was right.
27:36
Speaker A
God dang it.
27:37
Speaker A
Put it up.
27:38
Speaker A
Actually, you know what, I think I could increase the spacing.
27:41
Speaker A
And put these in little pills.
27:43
Speaker A
I don't think I would hate it actually.
27:46
Speaker A
Can you actually put those two buttons, the search and the research?
27:50
Speaker A
Can you put those in pills?
27:52
Speaker A
So it should just be like a black border, rounded edges around those buttons.
27:57
Speaker A
And then when I press it, the text and the outline should turn blue.
28:02
Speaker A
And it should have like a nice little glow to both of them.
28:04
Speaker A
When they're activated.
28:06
Speaker A
Should be able to activate and deactivate them.
28:08
Speaker A
So they're either on or they're off.
28:09
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
28:14
Speaker A
There should be more space between where I'm typing in and where those buttons are.
28:18
Speaker A
And then as I type, I want it to grow downward.
28:21
Speaker A
I kind of like this format.
28:24
Speaker A
So this is a really long prompt.
28:25
Speaker A
Let's see how it does.
28:28
Speaker A
Okay.
28:29
Speaker A
It added.
28:30
Speaker A
What the hell is going on, dude?
28:31
Speaker A
No.
28:33
Speaker A
What the fuck are you doing?
28:34
Speaker A
Look at this.
28:36
Speaker A
Literally nothing about what you did was right.
28:39
Speaker A
God dang it.
28:40
Speaker A
Put it up.
28:41
Speaker A
Actually, you know what, I think I could increase the spacing.
28:44
Speaker A
And put these in little pills.
28:46
Speaker A
I don't think I would hate it actually.
28:49
Speaker A
Can you actually put those two buttons, the search and the research?
28:53
Speaker A
Can you put those in pills?
28:55
Speaker A
So it should just be like a black border, rounded edges around those buttons.
29:00
Speaker A
And then when I press it, the text and the outline should turn blue.
29:05
Speaker A
And it should have like a nice little glow to both of them.
29:07
Speaker A
When they're activated.
29:09
Speaker A
Should be able to activate and deactivate them.
29:11
Speaker A
So they're either on or they're off.
29:12
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
29:17
Speaker A
There should be more space between where I'm typing in and where those buttons are.
29:21
Speaker A
And then as I type, I want it to grow downward.
29:24
Speaker A
I kind of like this format.
29:27
Speaker A
So this is a really long prompt.
29:28
Speaker A
Let's see how it does.
29:31
Speaker A
Okay.
29:32
Speaker A
It added.
29:33
Speaker A
What the hell is going on, dude?
29:34
Speaker A
No.
29:36
Speaker A
What the fuck are you doing?
29:37
Speaker A
Look at this.
29:39
Speaker A
Literally nothing about what you did was right.
29:42
Speaker A
God dang it.
29:43
Speaker A
Put it up.
29:44
Speaker A
Actually, you know what, I think I could increase the spacing.
29:47
Speaker A
And put these in little pills.
29:49
Speaker A
I don't think I would hate it actually.
29:52
Speaker A
Can you actually put those two buttons, the search and the research?
29:56
Speaker A
Can you put those in pills?
29:58
Speaker A
So it should just be like a black border, rounded edges around those buttons.
30:03
Speaker A
And then when I press it, the text and the outline should turn blue.
30:08
Speaker A
And it should have like a nice little glow to both of them.
30:10
Speaker A
When they're activated.
30:12
Speaker A
Should be able to activate and deactivate them.
30:14
Speaker A
So they're either on or they're off.
30:15
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
30:20
Speaker A
There should be more space between where I'm typing in and where those buttons are.
30:24
Speaker A
And then as I type, I want it to grow downward.
30:27
Speaker A
I kind of like this format.
30:30
Speaker A
So this is a really long prompt.
30:31
Speaker A
Let's see how it does.
30:34
Speaker A
Okay.
30:35
Speaker A
It added.
30:36
Speaker A
What the hell is going on, dude?
30:37
Speaker A
No.
30:39
Speaker A
What the fuck are you doing?
30:40
Speaker A
Look at this.
30:42
Speaker A
Literally nothing about what you did was right.
30:45
Speaker A
God dang it.
30:46
Speaker A
Put it up.
30:47
Speaker A
Actually, you know what, I think I could increase the spacing.
30:50
Speaker A
And put these in little pills.
30:52
Speaker A
I don't think I would hate it actually.
30:55
Speaker A
Can you actually put those two buttons, the search and the research?
30:59
Speaker A
Can you put those in pills?
31:01
Speaker A
So it should just be like a black border, rounded edges around those buttons.
31:06
Speaker A
And then when I press it, the text and the outline should turn blue.
31:11
Speaker A
And it should have like a nice little glow to both of them.
31:13
Speaker A
When they're activated.
31:15
Speaker A
Should be able to activate and deactivate them.
31:17
Speaker A
So they're either on or they're off.
31:18
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
31:23
Speaker A
There should be more space between where I'm typing in and where those buttons are.
31:27
Speaker A
And then as I type, I want it to grow downward.
31:30
Speaker A
I kind of like this format.
31:33
Speaker A
So this is a really long prompt.
31:34
Speaker A
Let's see how it does.
31:37
Speaker A
Okay.
31:38
Speaker A
It added.
31:39
Speaker A
What the hell is going on, dude?
31:40
Speaker A
No.
31:42
Speaker A
What the fuck are you doing?
31:43
Speaker A
Look at this.
31:45
Speaker A
Literally nothing about what you did was right.
31:48
Speaker A
God dang it.
31:49
Speaker A
Put it up.
31:50
Speaker A
Actually, you know what, I think I could increase the spacing.
31:53
Speaker A
And put these in little pills.
31:55
Speaker A
I don't think I would hate it actually.
31:58
Speaker A
Can you actually put those two buttons, the search and the research?
32:02
Speaker A
Can you put those in pills?
32:04
Speaker A
So it should just be like a black border, rounded edges around those buttons.
32:09
Speaker A
And then when I press it, the text and the outline should turn blue.
32:14
Speaker A
And it should have like a nice little glow to both of them.
32:16
Speaker A
When they're activated.
32:18
Speaker A
Should be able to activate and deactivate them.
32:20
Speaker A
So they're either on or they're off.
32:21
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
32:26
Speaker A
There should be more space between where I'm typing in and where those buttons are.
32:30
Speaker A
And then as I type, I want it to grow downward.
32:33
Speaker A
I kind of like this format.
32:36
Speaker A
So this is a really long prompt.
32:37
Speaker A
Let's see how it does.
32:40
Speaker A
Okay.
32:41
Speaker A
It added.
32:42
Speaker A
What the hell is going on, dude?
32:43
Speaker A
No.
32:45
Speaker A
What the fuck are you doing?
32:46
Speaker A
Look at this.
32:48
Speaker A
Literally nothing about what you did was right.
32:51
Speaker A
God dang it.
32:52
Speaker A
Put it up.
32:53
Speaker A
Actually, you know what, I think I could increase the spacing.
32:56
Speaker A
And put these in little pills.
32:58
Speaker A
I don't think I would hate it actually.
33:01
Speaker A
Can you actually put those two buttons, the search and the research?
33:05
Speaker A
Can you put those in pills?
33:07
Speaker A
So it should just be like a black border, rounded edges around those buttons.
33:12
Speaker A
And then when I press it, the text and the outline should turn blue.
33:17
Speaker A
And it should have like a nice little glow to both of them.
33:19
Speaker A
When they're activated.
33:21
Speaker A
Should be able to activate and deactivate them.
33:23
Speaker A
So they're either on or they're off.
33:24
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
33:29
Speaker A
There should be more space between where I'm typing in and where those buttons are.
33:33
Speaker A
And then as I type, I want it to grow downward.
33:36
Speaker A
I kind of like this format.
33:39
Speaker A
So this is a really long prompt.
33:40
Speaker A
Let's see how it does.
33:43
Speaker A
Okay.
33:44
Speaker A
It added.
33:45
Speaker A
What the hell is going on, dude?
33:46
Speaker A
No.
33:48
Speaker A
What the fuck are you doing?
33:49
Speaker A
Look at this.
33:51
Speaker A
Literally nothing about what you did was right.
33:54
Speaker A
God dang it.
33:55
Speaker A
Put it up.
33:56
Speaker A
Actually, you know what, I think I could increase the spacing.
33:59
Speaker A
And put these in little pills.
34:01
Speaker A
I don't think I would hate it actually.
34:04
Speaker A
Can you actually put those two buttons, the search and the research?
34:08
Speaker A
Can you put those in pills?
34:10
Speaker A
So it should just be like a black border, rounded edges around those buttons.
34:15
Speaker A
And then when I press it, the text and the outline should turn blue.
34:20
Speaker A
And it should have like a nice little glow to both of them.
34:22
Speaker A
When they're activated.
34:24
Speaker A
Should be able to activate and deactivate them.
34:26
Speaker A
So they're either on or they're off.
34:27
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
34:32
Speaker A
There should be more space between where I'm typing in and where those buttons are.
34:36
Speaker A
And then as I type, I want it to grow downward.
34:39
Speaker A
I kind of like this format.
34:42
Speaker A
So this is a really long prompt.
34:43
Speaker A
Let's see how it does.
34:46
Speaker A
Okay.
34:47
Speaker A
It added.
34:48
Speaker A
What the hell is going on, dude?
34:49
Speaker A
No.
34:51
Speaker A
What the fuck are you doing?
34:52
Speaker A
Look at this.
34:54
Speaker A
Literally nothing about what you did was right.
34:57
Speaker A
God dang it.
34:58
Speaker A
Put it up.
34:59
Speaker A
Actually, you know what, I think I could increase the spacing.
35:02
Speaker A
And put these in little pills.
35:04
Speaker A
I don't think I would hate it actually.
35:07
Speaker A
Can you actually put those two buttons, the search and the research?
35:11
Speaker A
Can you put those in pills?
35:13
Speaker A
So it should just be like a black border, rounded edges around those buttons.
35:18
Speaker A
And then when I press it, the text and the outline should turn blue.
35:23
Speaker A
And it should have like a nice little glow to both of them.
35:25
Speaker A
When they're activated.
35:27
Speaker A
Should be able to activate and deactivate them.
35:29
Speaker A
So they're either on or they're off.
35:30
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
35:35
Speaker A
There should be more space between where I'm typing in and where those buttons are.
35:39
Speaker A
And then as I type, I want it to grow downward.
35:42
Speaker A
I kind of like this format.
35:45
Speaker A
So this is a really long prompt.
35:46
Speaker A
Let's see how it does.
35:49
Speaker A
Okay.
35:50
Speaker A
It added.
35:51
Speaker A
What the hell is going on, dude?
35:52
Speaker A
No.
35:54
Speaker A
What the fuck are you doing?
35:55
Speaker A
Look at this.
35:57
Speaker A
Literally nothing about what you did was right.
36:00
Speaker A
God dang it.
36:01
Speaker A
Put it up.
36:02
Speaker A
Actually, you know what, I think I could increase the spacing.
36:05
Speaker A
And put these in little pills.
36:07
Speaker A
I don't think I would hate it actually.
36:10
Speaker A
Can you actually put those two buttons, the search and the research?
36:14
Speaker A
Can you put those in pills?
36:16
Speaker A
So it should just be like a black border, rounded edges around those buttons.
36:21
Speaker A
And then when I press it, the text and the outline should turn blue.
36:26
Speaker A
And it should have like a nice little glow to both of them.
36:28
Speaker A
When they're activated.
36:30
Speaker A
Should be able to activate and deactivate them.
36:32
Speaker A
So they're either on or they're off.
36:33
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
36:38
Speaker A
There should be more space between where I'm typing in and where those buttons are.
36:42
Speaker A
And then as I type, I want it to grow downward.
36:45
Speaker A
I kind of like this format.
36:48
Speaker A
So this is a really long prompt.
36:49
Speaker A
Let's see how it does.
36:52
Speaker A
Okay.
36:53
Speaker A
It added.
36:54
Speaker A
What the hell is going on, dude?
36:55
Speaker A
No.
36:57
Speaker A
What the fuck are you doing?
36:58
Speaker A
Look at this.
37:00
Speaker A
Literally nothing about what you did was right.
37:03
Speaker A
God dang it.
37:04
Speaker A
Put it up.
37:05
Speaker A
Actually, you know what, I think I could increase the spacing.
37:08
Speaker A
And put these in little pills.
37:10
Speaker A
I don't think I would hate it actually.
37:13
Speaker A
Can you actually put those two buttons, the search and the research?
37:17
Speaker A
Can you put those in pills?
37:19
Speaker A
So it should just be like a black border, rounded edges around those buttons.
37:24
Speaker A
And then when I press it, the text and the outline should turn blue.
37:29
Speaker A
And it should have like a nice little glow to both of them.
37:31
Speaker A
When they're activated.
37:33
Speaker A
Should be able to activate and deactivate them.
37:35
Speaker A
So they're either on or they're off.
37:36
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
37:41
Speaker A
There should be more space between where I'm typing in and where those buttons are.
37:45
Speaker A
And then as I type, I want it to grow downward.
37:48
Speaker A
I kind of like this format.
37:51
Speaker A
So this is a really long prompt.
37:52
Speaker A
Let's see how it does.
37:55
Speaker A
Okay.
37:56
Speaker A
It added.
37:57
Speaker A
What the hell is going on, dude?
37:58
Speaker A
No.
38:00
Speaker A
What the fuck are you doing?
38:01
Speaker A
Look at this.
38:03
Speaker A
Literally nothing about what you did was right.
38:06
Speaker A
God dang it.
38:07
Speaker A
Put it up.
38:08
Speaker A
Actually, you know what, I think I could increase the spacing.
38:11
Speaker A
And put these in little pills.
38:13
Speaker A
I don't think I would hate it actually.
38:16
Speaker A
Can you actually put those two buttons, the search and the research?
38:20
Speaker A
Can you put those in pills?
38:22
Speaker A
So it should just be like a black border, rounded edges around those buttons.
38:27
Speaker A
And then when I press it, the text and the outline should turn blue.
38:32
Speaker A
And it should have like a nice little glow to both of them.
38:34
Speaker A
When they're activated.
38:36
Speaker A
Should be able to activate and deactivate them.
38:38
Speaker A
So they're either on or they're off.
38:39
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
38:44
Speaker A
There should be more space between where I'm typing in and where those buttons are.
38:48
Speaker A
And then as I type, I want it to grow downward.
38:51
Speaker A
I kind of like this format.
38:54
Speaker A
So this is a really long prompt.
38:55
Speaker A
Let's see how it does.
38:58
Speaker A
Okay.
38:59
Speaker A
It added.
39:00
Speaker A
What the hell is going on, dude?
39:01
Speaker A
No.
39:03
Speaker A
What the fuck are you doing?
39:04
Speaker A
Look at this.
39:06
Speaker A
Literally nothing about what you did was right.
39:09
Speaker A
God dang it.
39:10
Speaker A
Put it up.
39:11
Speaker A
Actually, you know what, I think I could increase the spacing.
39:14
Speaker A
And put these in little pills.
39:16
Speaker A
I don't think I would hate it actually.
39:19
Speaker A
Can you actually put those two buttons, the search and the research?
39:23
Speaker A
Can you put those in pills?
39:25
Speaker A
So it should just be like a black border, rounded edges around those buttons.
39:30
Speaker A
And then when I press it, the text and the outline should turn blue.
39:35
Speaker A
And it should have like a nice little glow to both of them.
39:37
Speaker A
When they're activated.
39:39
Speaker A
Should be able to activate and deactivate them.
39:41
Speaker A
So they're either on or they're off.
39:42
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
39:47
Speaker A
There should be more space between where I'm typing in and where those buttons are.
39:51
Speaker A
And then as I type, I want it to grow downward.
39:54
Speaker A
I kind of like this format.
39:57
Speaker A
So this is a really long prompt.
39:58
Speaker A
Let's see how it does.
40:01
Speaker A
Okay.
40:02
Speaker A
It added.
40:03
Speaker A
What the hell is going on, dude?
40:04
Speaker A
No.
40:06
Speaker A
What the fuck are you doing?
40:07
Speaker A
Look at this.
40:09
Speaker A
Literally nothing about what you did was right.
40:12
Speaker A
God dang it.
40:13
Speaker A
Put it up.
40:14
Speaker A
Actually, you know what, I think I could increase the spacing.
40:17
Speaker A
And put these in little pills.
40:19
Speaker A
I don't think I would hate it actually.
40:22
Speaker A
Can you actually put those two buttons, the search and the research?
40:26
Speaker A
Can you put those in pills?
40:28
Speaker A
So it should just be like a black border, rounded edges around those buttons.
40:33
Speaker A
And then when I press it, the text and the outline should turn blue.
40:38
Speaker A
And it should have like a nice little glow to both of them.
40:40
Speaker A
When they're activated.
40:42
Speaker A
Should be able to activate and deactivate them.
40:44
Speaker A
So they're either on or they're off.
40:45
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
40:50
Speaker A
There should be more space between where I'm typing in and where those buttons are.
40:54
Speaker A
And then as I type, I want it to grow downward.
40:57
Speaker A
I kind of like this format.
41:00
Speaker A
So this is a really long prompt.
41:01
Speaker A
Let's see how it does.
41:04
Speaker A
Okay.
41:05
Speaker A
It added.
41:06
Speaker A
What the hell is going on, dude?
41:07
Speaker A
No.
41:09
Speaker A
What the fuck are you doing?
41:10
Speaker A
Look at this.
41:12
Speaker A
Literally nothing about what you did was right.
41:15
Speaker A
God dang it.
41:16
Speaker A
Put it up.
41:17
Speaker A
Actually, you know what, I think I could increase the spacing.
41:20
Speaker A
And put these in little pills.
41:22
Speaker A
I don't think I would hate it actually.
41:25
Speaker A
Can you actually put those two buttons, the search and the research?
41:29
Speaker A
Can you put those in pills?
41:31
Speaker A
So it should just be like a black border, rounded edges around those buttons.
41:36
Speaker A
And then when I press it, the text and the outline should turn blue.
41:41
Speaker A
And it should have like a nice little glow to both of them.
41:43
Speaker A
When they're activated.
41:45
Speaker A
Should be able to activate and deactivate them.
41:47
Speaker A
So they're either on or they're off.
41:48
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
41:53
Speaker A
There should be more space between where I'm typing in and where those buttons are.
41:57
Speaker A
And then as I type, I want it to grow downward.
42:00
Speaker A
I kind of like this format.
42:03
Speaker A
So this is a really long prompt.
42:04
Speaker A
Let's see how it does.
42:07
Speaker A
Okay.
42:08
Speaker A
It added.
42:09
Speaker A
What the hell is going on, dude?
42:10
Speaker A
No.
42:12
Speaker A
What the fuck are you doing?
42:13
Speaker A
Look at this.
42:15
Speaker A
Literally nothing about what you did was right.
42:18
Speaker A
God dang it.
42:19
Speaker A
Put it up.
42:20
Speaker A
Actually, you know what, I think I could increase the spacing.
42:23
Speaker A
And put these in little pills.
42:25
Speaker A
I don't think I would hate it actually.
42:28
Speaker A
Can you actually put those two buttons, the search and the research?
42:32
Speaker A
Can you put those in pills?
42:34
Speaker A
So it should just be like a black border, rounded edges around those buttons.
42:39
Speaker A
And then when I press it, the text and the outline should turn blue.
42:44
Speaker A
And it should have like a nice little glow to both of them.
42:46
Speaker A
When they're activated.
42:48
Speaker A
Should be able to activate and deactivate them.
42:50
Speaker A
So they're either on or they're off.
42:51
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
42:56
Speaker A
There should be more space between where I'm typing in and where those buttons are.
43:00
Speaker A
And then as I type, I want it to grow downward.
43:03
Speaker A
I kind of like this format.
43:06
Speaker A
So this is a really long prompt.
43:07
Speaker A
Let's see how it does.
43:10
Speaker A
Okay.
43:11
Speaker A
It added.
43:12
Speaker A
What the hell is going on, dude?
43:13
Speaker A
No.
43:15
Speaker A
What the fuck are you doing?
43:16
Speaker A
Look at this.
43:18
Speaker A
Literally nothing about what you did was right.
43:21
Speaker A
God dang it.
43:22
Speaker A
Put it up.
43:23
Speaker A
Actually, you know what, I think I could increase the spacing.
43:26
Speaker A
And put these in little pills.
43:28
Speaker A
I don't think I would hate it actually.
43:31
Speaker A
Can you actually put those two buttons, the search and the research?
43:35
Speaker A
Can you put those in pills?
43:37
Speaker A
So it should just be like a black border, rounded edges around those buttons.
43:42
Speaker A
And then when I press it, the text and the outline should turn blue.
43:47
Speaker A
And it should have like a nice little glow to both of them.
43:49
Speaker A
When they're activated.
43:51
Speaker A
Should be able to activate and deactivate them.
43:53
Speaker A
So they're either on or they're off.
43:54
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
43:59
Speaker A
There should be more space between where I'm typing in and where those buttons are.
44:03
Speaker A
And then as I type, I want it to grow downward.
44:06
Speaker A
I kind of like this format.
44:09
Speaker A
So this is a really long prompt.
44:10
Speaker A
Let's see how it does.
44:13
Speaker A
Okay.
44:14
Speaker A
It added.
44:15
Speaker A
What the hell is going on, dude?
44:16
Speaker A
No.
44:18
Speaker A
What the fuck are you doing?
44:19
Speaker A
Look at this.
44:21
Speaker A
Literally nothing about what you did was right.
44:24
Speaker A
God dang it.
44:25
Speaker A
Put it up.
44:26
Speaker A
Actually, you know what, I think I could increase the spacing.
44:29
Speaker A
And put these in little pills.
44:31
Speaker A
I don't think I would hate it actually.
44:34
Speaker A
Can you actually put those two buttons, the search and the research?
44:38
Speaker A
Can you put those in pills?
44:40
Speaker A
So it should just be like a black border, rounded edges around those buttons.
44:45
Speaker A
And then when I press it, the text and the outline should turn blue.
44:50
Speaker A
And it should have like a nice little glow to both of them.
44:52
Speaker A
When they're activated.
44:54
Speaker A
Should be able to activate and deactivate them.
44:56
Speaker A
So they're either on or they're off.
44:57
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
45:02
Speaker A
There should be more space between where I'm typing in and where those buttons are.
45:06
Speaker A
And then as I type, I want it to grow downward.
45:09
Speaker A
I kind of like this format.
45:12
Speaker A
So this is a really long prompt.
45:13
Speaker A
Let's see how it does.
45:16
Speaker A
Okay.
45:17
Speaker A
It added.
45:18
Speaker A
What the hell is going on, dude?
45:19
Speaker A
No.
45:21
Speaker A
What the fuck are you doing?
45:22
Speaker A
Look at this.
45:24
Speaker A
Literally nothing about what you did was right.
45:27
Speaker A
God dang it.
45:28
Speaker A
Put it up.
45:29
Speaker A
Actually, you know what, I think I could increase the spacing.
45:32
Speaker A
And put these in little pills.
45:34
Speaker A
I don't think I would hate it actually.
45:37
Speaker A
Can you actually put those two buttons, the search and the research?
45:41
Speaker A
Can you put those in pills?
45:43
Speaker A
So it should just be like a black border, rounded edges around those buttons.
45:48
Speaker A
And then when I press it, the text and the outline should turn blue.
45:53
Speaker A
And it should have like a nice little glow to both of them.
45:55
Speaker A
When they're activated.
45:57
Speaker A
Should be able to activate and deactivate them.
45:59
Speaker A
So they're either on or they're off.
46:00
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
46:05
Speaker A
There should be more space between where I'm typing in and where those buttons are.
46:09
Speaker A
And then as I type, I want it to grow downward.
46:12
Speaker A
I kind of like this format.
46:15
Speaker A
So this is a really long prompt.
46:16
Speaker A
Let's see how it does.
46:19
Speaker A
Okay.
46:20
Speaker A
It added.
46:21
Speaker A
What the hell is going on, dude?
46:22
Speaker A
No.
46:24
Speaker A
What the fuck are you doing?
46:25
Speaker A
Look at this.
46:27
Speaker A
Literally nothing about what you did was right.
46:30
Speaker A
God dang it.
46:31
Speaker A
Put it up.
46:32
Speaker A
Actually, you know what, I think I could increase the spacing.
46:35
Speaker A
And put these in little pills.
46:37
Speaker A
I don't think I would hate it actually.
46:40
Speaker A
Can you actually put those two buttons, the search and the research?
46:44
Speaker A
Can you put those in pills?
46:46
Speaker A
So it should just be like a black border, rounded edges around those buttons.
46:51
Speaker A
And then when I press it, the text and the outline should turn blue.
46:56
Speaker A
And it should have like a nice little glow to both of them.
46:58
Speaker A
When they're activated.
47:00
Speaker A
Should be able to activate and deactivate them.
47:02
Speaker A
So they're either on or they're off.
47:03
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
47:08
Speaker A
There should be more space between where I'm typing in and where those buttons are.
47:10
Speaker A
And then as I type, I want it to grow downward.
47:13
Speaker A
I kind of like this format.
47:16
Speaker A
So this is a really long prompt.
47:17
Speaker A
Let's see how it does.
47:20
Speaker A
Okay.
47:21
Speaker A
It added.
47:22
Speaker A
What the hell is going on, dude?
47:23
Speaker A
No.
47:25
Speaker A
What the fuck are you doing?
47:26
Speaker A
Look at this.
47:28
Speaker A
Literally nothing about what you did was right.
47:31
Speaker A
God dang it.
47:32
Speaker A
Put it up.
47:33
Speaker A
Actually, you know what, I think I could increase the spacing.
47:36
Speaker A
And put these in little pills.
47:38
Speaker A
I don't think I would hate it actually.
47:40
Speaker A
Can you actually put those two buttons, the search and the research?
47:44
Speaker A
Can you put those in pills?
47:46
Speaker A
So it should just be like a black border, rounded edges around those buttons.
47:51
Speaker A
And then when I press it, the text and the outline should turn blue.
47:56
Speaker A
And it should have like a nice little glow to both of them.
47:58
Speaker A
When they're activated.
48:00
Speaker A
Should be able to activate and deactivate them.
48:02
Speaker A
So they're either on or they're off.
48:03
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
48:08
Speaker A
There should be more space between where I'm typing in and where those buttons are.
48:12
Speaker A
And then as I type, I want it to grow downward.
48:15
Speaker A
I kind of like this format.
48:18
Speaker A
So this is a really long prompt.
48:19
Speaker A
Let's see how it does.
48:22
Speaker A
Okay.
48:23
Speaker A
It added.
48:24
Speaker A
What the hell is going on, dude?
48:25
Speaker A
No.
48:27
Speaker A
What the fuck are you doing?
48:28
Speaker A
Look at this.
48:30
Speaker A
Literally nothing about what you did was right.
48:33
Speaker A
God dang it.
48:34
Speaker A
Put it up.
48:35
Speaker A
Actually, you know what, I think I could increase the spacing.
48:38
Speaker A
And put these in little pills.
48:40
Speaker A
I don't think I would hate it actually.
48:43
Speaker A
Can you actually put those two buttons, the search and the research?
48:47
Speaker A
Can you put those in pills?
48:49
Speaker A
So it should just be like a black border, rounded edges around those buttons.
48:54
Speaker A
And then when I press it, the text and the outline should turn blue.
48:59
Speaker A
And it should have like a nice little glow to both of them.
49:01
Speaker A
When they're activated.
49:03
Speaker A
Should be able to activate and deactivate them.
49:05
Speaker A
So they're either on or they're off.
49:06
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
49:11
Speaker A
There should be more space between where I'm typing in and where those buttons are.
49:15
Speaker A
And then as I type, I want it to grow downward.
49:18
Speaker A
I kind of like this format.
49:20
Speaker A
So this is a really long prompt.
49:21
Speaker A
Let's see how it does.
49:24
Speaker A
Okay.
49:25
Speaker A
It added.
49:26
Speaker A
What the hell is going on, dude?
49:27
Speaker A
No.
49:29
Speaker A
What the fuck are you doing?
49:30
Speaker A
Look at this.
49:32
Speaker A
Literally nothing about what you did was right.
49:35
Speaker A
God dang it.
49:36
Speaker A
Put it up.
49:37
Speaker A
Actually, you know what, I think I could increase the spacing.
49:40
Speaker A
And put these in little pills.
49:42
Speaker A
I don't think I would hate it actually.
49:45
Speaker A
Can you actually put those two buttons, the search and the research?
49:49
Speaker A
Can you put those in pills?
49:51
Speaker A
So it should just be like a black border, rounded edges around those buttons.
49:56
Speaker A
And then when I press it, the text and the outline should turn blue.
50:01
Speaker A
And it should have like a nice little glow to both of them.
50:03
Speaker A
When they're activated.
50:05
Speaker A
Should be able to activate and deactivate them.
50:07
Speaker A
So they're either on or they're off.
50:08
Speaker A
Then also, increase the spacing, so the lines that I'm typing in should be a little bit lower.
50:13
Speaker A
There should be more space between where I'm typing in and where those buttons are.
50:17
Speaker A
And then as I type, I want it to grow downward.
50:20
Speaker A
I kind of like this format.
50:23
Speaker A
So this is a really long prompt.
50:24
Speaker A
Let's see how it does.
50:27
Speaker A
Okay.
50:28
Speaker A
It added.
50:29
Speaker A
What the hell is going on, dude?
50:30
Speaker A
No.
50:32
Speaker A
What the fuck are you doing?
50:33
Speaker A
Look at this.
50:35
Speaker A
Literally nothing about what you did was right.
50:38
Speaker A
God dang it.
50:39
Speaker A
Put it up.
50:40
Speaker A
Actually, you know what, I think I could increase the spacing.
50:43
Speaker A
And put these in little pills.
50:45
Speaker A
I don't think I would hate it actually.
50:48
Speaker A
Can you actually put those two buttons, the search and the research?
50:52
Speaker A
Can you put those in pills?
Topics:vibe codingAndre KarpathyCursor AIClaude 3.5 SonnetWhispr FlowAI app developmentno-code codingChatGPT clonespeech to text codingNext.js template

Frequently Asked Questions

What is vibe coding as described in this video?

Vibe coding is a new type of coding where you give in to the AI's capabilities by speaking commands and letting large language models generate and edit code, effectively forgetting traditional coding.

What tools are needed to get started with vibe coding?

You need Cursor, an AI coding agent powered by Claude 3.5 Sonnet, and a speech-to-text tool like Whispr Flow or Super Whisper to interact with Cursor by voice.

How does Cursor use APIs and documentation in building apps?

Cursor treats APIs as building blocks and documentation as instruction manuals, which it uses to understand how to integrate features and build functional applications based on user prompts.

Get More with the Söz AI App

Transcribe recordings, audio files, and YouTube videos — with AI summaries, speaker detection, and unlimited transcriptions.

Or transcribe another YouTube video here →