The Startup Ideas Podcast - Master Cursor AI in 29 Minutes with Their VP

Episode Date: September 2, 2025

Join me as I chat with Lee Robinson, VP of Developer Experience at Cursor, as he shares practical tips for maximizing productivity with Cursor's AI coding tools. He demonstrates how to structure promp...ts, create custom commands, and leverage agents for everything from bug fixes to code reviews. The conversation highlights how AI tools are making software development more accessible while enabling developers to build higher quality products with less effort. Timestamps: 00:00 - Intro 01:49 - Using AI Agents in Cursor 08:21 - Custom Rules within Cursor 11:49 - BugBot and code review automation 17:19 - CLI and headless options for Cursor agents 19:29 - Tips for getting the most out of Cursor 21:09 - Examples of innovative software built with Cursor Get Your Complete Financial OS at https://dub.sh/brex-sip Key Points: • Lee demonstrates how to effectively use Cursor's AI agents for discrete coding tasks • Setting up proper linting, formatting, and testing helps agents self-correct their outputs • Custom commands and rules can be created to enhance code reviews and writing quality • Cursor offers CLI and headless options for running agents in automation workflow The #1 tool to find startup ideas/trends - https://www.ideabrowser.com LCA helps Fortune 500s and fast-growing startups build their future - from Warner Music to Fortnite to Dropbox. We turn 'what if' into reality with AI, apps, and next-gen products https://latecheckout.agency/ Boringmarketing - Vibe Marketing for Companies: boringmarketing.com  The Vibe Marketer - Join the Community and Learn: thevibemarketer.com Startup Empire - a membership for builders who want to build cash-flowing businesses https://www.skool.com/startupempire/about FIND ME ON SOCIAL X/Twitter: https://twitter.com/gregisenberg  Instagram: https://instagram.com/gregisenberg/ LinkedIn: https://www.linkedin.com/in/gisenberg/ FIND LEE ON SOCIAL X/Twitter: https://x.com/leeerob YouTube: https://www.youtube.com/@leerob Personal Website: https://leerob.com

Transcript
Discussion (0)
Starting point is 00:00:00 There's a way to use Cursor where you have AI agents working for you. AI agents that do your security, AI agents that do your bugs. If you're anything like me, you've tried Cursor, you've used Cursor, but you're not really getting the most out of it. So I brought on Lee, who is from the Cursor team, to give us an in-depth tutorial with how to squeeze the most out of Cursor. This is for anyone who wants to use Cursor, get the most out of it. Have those AI agents working for you.
Starting point is 00:00:28 Enjoy the next. All right, we got Lee on the pod from the cursor team. And Lee, what are we going to learn today? Yeah, I want to show some practical tips about how I use cursor, how the cursor team builds cursor with cursor, and hopefully things you can take back and apply to building your next app. And so if someone sticks to the end of this episode, what are they going to take away?
Starting point is 00:01:01 My hope is I've been coding for 15 years, and hopefully you can steal some of my tips for how I structure my apps, some of the rules and cursor configuration that I use to help you get more out of AI agents. Okay, great, because I think a lot of the people listening, we've tried Cursor. It's probably part of our workflow now, but we want to get the most out of it.
Starting point is 00:01:22 We want to squeeze that juice. And so my hope today is that you're going to help us, teach us the tips from the inside of how to squeeze the most amount of juice out of Cursor, specifically with these agents, and help us avoid some pitfalls. Absolutely. Let's do it.
Starting point is 00:01:44 All right. Let's rock. Sweet. Okay, let me share my screen. All right, so the first thing I want to show is using agents. Now, the view I'm showing right now is something we're kind of cooking up and will be released soon. But it's basically exactly the same as pulling up the agent sidebar on the right. The reason I wanted to show this is because it's easy to see all of the different agents that I ran. So yesterday, I'm building a real app, working on a new course platform and documentation site for Cursor.
Starting point is 00:02:12 And if you look on the left, I fired off about 20 different agents, 20 different conversations over the day. Actually, I was coding it midnight last night. So there's a few up here at the top that leaked into today. And I want to just talk through some of the common patterns I used here to get the most out of agents in this codebase. So let me just maybe I'll pick on a few of these and we'll see. there's one that's interesting. Maybe this event tracking one. So I asked it to add event tracking
Starting point is 00:02:44 when the add to cursor button for an MCP was clicked. And you're going to notice that it goes through, it thinks a little bit, and then it finds that there's no linter errors. So I've taken some measures ahead of time to make sure that the agent can basically fix its own outputs. Inside of this code base, which I can show in a second, I'm using TypeScript, I have a linter setup,
Starting point is 00:03:05 I have formatting setup. I have tests. And all of those things, the agent can read its own outputs and then just self-correct and fix itself without me having to do anything. So I just say, go do this task. Notice it's not really that complex of a prompt. I just said very directly, here's what you need to do. And then we can look and yeah, it did a pretty decent job of what I wanted it to do. Now, you notice I got 20 different conversations. Most of these are what, 30 line changes, 75 line changes, 45 line changes. It's important that you're making new chats or new conversations for each kind of discrete task because every single time you're giving context to the model, you can see here, it was about 17% of the context windows. It was kind of like the maximum
Starting point is 00:03:49 working memory that the AI agent can keep in its brain. So you don't want to clog that up. If you talk to me for 30 minutes, you're probably going to forget something that I said at the beginning of the 30 minute conversation. So for each new task, you get the best quality out of work. with the model, you can just start new chats for each thing that you want to do. So when you look through here, like, it's not that I'm doing super complex, detailed prompts. I'm kind of just asking like, hey, looks like there was some layout shift on this video. Let's fix this script that I have. You know, let's replace this prompts here.
Starting point is 00:04:21 We want to just remove this custom component. Remove this file. We got this error in the editor and we said, could not find the file declaration for this module. and I needed to resolve how that worked. And it went and said, okay, you need to add this type in your file. So really the prompts are not too detailed. But what you'll notice that I do is that I explicitly tag in files when I want to pull them into the context.
Starting point is 00:04:47 I want to stuff them in the agent's brain. So when I said, when you go to a new item in our kind of left sidebar that has all the different links in our course or documentation site, it should reset the filter input and reset the sidebar. our outline to the starting state. And so I'm just very directly telling it what it should be doing. And it goes through. It thinks. It reads the files and makes some changes. And then again, it reads the linter outputs and it says, okay, the changes that the agent made are correct. We've got the right code. We know that it's passed all the checks and balances.
Starting point is 00:05:23 If you, like, if you've, and just this is actually a broader question, like, if you've never, if you're not a developer, like, should you even use this? Should you even use cursor or linter's or both? Yeah, if you're not a developer, there's kind of a spectrum of I don't want to look at the code, right? Or I'm interested in just kind of building an app and I do want to take over the code and actually start to learn what it means to build products, build software. There's a growing number of tools, I think, that are making it easier for people
Starting point is 00:05:57 who never really want to look at the code to build software. And I think that that will exist and grow and people will do that. But from what I've seen, you kind of reach a point where eventually you kind of have to look at the code. And it's going to make your life a lot easier as you start to figure out how the code works. You don't need to be an expert. But you can start to kind of tune those skills. And it gives you a superpower that previously it was just a little bit harder to do. It's like you peeled back the layers of the abstraction to the code.
Starting point is 00:06:25 The code is the source of truth. And now you can just do whatever you want. Yeah, it's kind of like looking under the hood of the car. 100%. Right? The analogy I like to give is in the future, there will always be people who love their cars. You know, they go buy different parts and they pull up the engine and they tweak all of the different, you know, they buy parts online and they change everything about their engine setup or the exhaust or whatever. And then there's the millions and millions of people who just drive cars.
Starting point is 00:06:54 And like both are legit and valid and fine. There's going to be a ton of people who build software and can build. build products. And then there's also going to be people who, you know, artisily write code by hand every day and don't use AI. And that's the thing that they love. And that's also valid. I think both will coexist. Real quick, I need to tell you about something that's helping me sleep better at night as an entrepreneur. I was running multiple companies with money scattered everywhere, zero spending visibility and making growth decisions pretty blind. I knew there had to be a better way and my friend told me about Brex. So I switched and now I have mission control for every
Starting point is 00:07:36 dollar. Spend management and visibility, virtual cards for my team and earning cash from the same day treasury product. I was leaving so much money on the table, but not anymore. I have a financial operating system for our businesses to make decisions so I can spend smarter and move faster. And it's been a total game changer. I'm loving Brex so much. I reached out to them and asked them to sponsor the pod. Start sleeping better. Your financial OS is waning.
Starting point is 00:08:12 Brex is giving SIPP listeners $7,500 in perks at brex.com slash sip. Cool. Okay, I took some notes on this. What else do we need to learn? Yeah, I want to show a different story. screen. So going back to the normal kind of cursor window that most of you are familiar with, I have a few rules and command set up that are helpful in my project. So this one, I'm writing a lot of content here, like docs and educational material. And I've kind of built this mega prompt
Starting point is 00:08:47 of everything that I like about writing. And there's some things on voice and tone. There's some things on, you know, being specific. But then I also just built this list of band words. And I'm sure I've cribbed some of these from different places online or books that I've read. But I've just tried to like delete the like marketing speak out of people's brain. So like mission critical like performance, uh, seamless. Like some of these things are fine and all rules can be broken, right? But this is just a helpful list of me trying to delete some of these overused words or overuse phrases. And my most recent edition here is also trying to catalog some of the LOM patterns, like the junk that it spits out. Like, this is the most recent one I've seen people talking about.
Starting point is 00:09:32 Like, it's not just X. It's Y. And like, once you see it, you can't unsee it or the LLMs all generate the same style of writing. So this has been helpful for me as kind of just a quick pass when I'm writing something. It's like, hey, am I making sure that I'm not doing anything, you know, completely robot sounding. Yeah, this is really smart. I should do this because I do a lot of writing. And I do this manually right now. So the fact that this can just be somewhat automated is really big.
Starting point is 00:10:04 Beyond writing, what are other common use cases that you can use rules for? Yeah. Yeah, I'm happy to send you this prompt, by the way. Another one is custom commands. So this is a little bit more of a detailed command for things that I like to do when I'm reviewing code. So if you're if you're newer to coding, some of these things might seem a little overwhelming, but you can kind of dial this up or dial this down. The idea holds true, though, which is that you have the agent. And inside of here now, I can run slash code review. So I've got
Starting point is 00:10:33 this slash command. And that slash command is just driven by this file, this markdown file. We can make whatever we want. We can do code review, security review, vibe check. Like we could, we can do whatever we want here. And inside of my code review custom slash command here, it's just little gotchas that have kind of bit me in the past. Like, hey, did you think about what would happen when there's no internet? Did you think about what would happen when the application is loading information? Did you handle that with like a nice loading spinner? Did you write good test?
Starting point is 00:11:05 Did you write like smaller number of tests that are really good versus just spamming a bunch of garbage? Did you change the authentication? If you did, you might want to run and do a security review. Did you have, you know, places where we might want to speak. things up with caching, like some of these more advanced software engineering terms and concepts. And just building these own kind of customized commands and customized prompts for your use case has been very helpful for me as well. Yeah. I'd imagine in the future, you don't have to quote me on this. In the future, you would think that a lot of these like agents, so to speak, would come like
Starting point is 00:11:41 stock with cursor. Yes. Because so many projects require, require this. Yeah, this is a good time I can show you a couple other things, which is one of these kind of code review bots. We used so much internally, just cursor building cursor, for almost a year that we decided to actually turn it into a product. And it's called bug bot, and it allows you to do essentially what we just talked about. The code review prompt that I had was more of kind of my own preference, not just kind of finding bugs. but we have another one called BugBot, which just to give the context of this repo, I've got a docs repo for Cursor.
Starting point is 00:12:21 I wanted to add some docs about extensions. So I actually kicked this off with an agent. And if I want to make any follow-up changes, I can just tag at Cursor on GitHub, and it will just go make the changes for me. But then I got this comment from BugBot. And BugBot from Cursor was like, hey, by the way, I think you missed some of the other language
Starting point is 00:12:42 So we have our docs internationalized to a bunch of different languages. And it was like, you missed a few, bro. So I need to go through and pick some of those things. So this is the built-in code review bot, basically, which you can make one, you can make some that are custom. So with our CLI, which I can show in a second, you can run the CLI in your GitHub actions or whatever your deployment platform of choice, your CI platform of choices.
Starting point is 00:13:07 So this one, for example, you could audit your repository for security vulnerabilities. And you just dump the CLI into this CI script. And you can run the cursor agent. So the agent that I just showed that was in the cursor editor, the GUI, you can run it headlessly. You can run it just behind the scenes through the CLI. It's the same logic, the same idea, the same power. But now I'm giving this prompt and I'm running it basically in automation.
Starting point is 00:13:35 And I can just automate away and do whatever I want. So you could automatically update your docs every time somebody on the team merges the PR. You could automatically fix things and push commits back to your branch if the CI fails. So if your test failed or something else fails. And this is just like a few of the ideas. There's so many different things you can do with this where you can have complete control and automation over what you're doing. And another thing I wanted to show is here was another example of where I used an agent to kick off a PR. And I actually went ahead and included the screenshot down below. I got a report on X that this button didn't work. So I'm in Slack. And I just kind of paste it in what they said. And then I said,
Starting point is 00:14:16 at cursor, here's the repo, investigate this bug and fix it. And then it comes back and it says, okay, here's the fix. I go out to the PR. I look at the code. I go test it. I'm like, yeah, seems good. And it just saved me so much time. I didn't have to go open up the editor. I just kicked it off from Slack on my phone. It was amazing. Yeah, like, first of all, I actually had no idea this existed. I don't know if this is new or not. But this idea, like this is, this is cool because this is about a lot of people are vibe coding. A lot of people are prototyping, but, you know, prototypes are cool. But we, you know, we want to create people listening to this, want to create production ready code. And a big part of that is, you know, software that
Starting point is 00:14:59 scale, software that's secure, being quick on, you know, when you do have customers being quick on fixing bugs. So I think what's cool about this is it, it gets us closer to there, it gets us there. Yeah, and the idea is basically that same cursor agent you can use in the editor. You can use it from Slack. You can use it from the web. So if you go to cursor.com slash agents, same idea. I can just go here and kick off prompts and they can run in the cloud.
Starting point is 00:15:27 So they run in this secure virtual sandbox. In the same way, I can do it in the editor when I have local files on my machine. So I'm on the go. I'm like in the car. And I can just go to cursor.com slash agents and kick things off. Similar to other of the vibe coding prototyping tools, similar idea here where I can integrate with all of our kind of production repos and just fix little things like this.
Starting point is 00:15:47 Like typo changes, docs issues, the padding's wrong. I want to change the color. Like little things like that. To your point really helps with having great customer service and being able to turn around bug fixes super, super fast. I can try to find and pull up the tweet from Linear, but Linear has this amazing policy where, oh, here it is. They have this amazing policy where they have a zero bug policy.
Starting point is 00:16:12 And they use cursor. If you look, this is inside of linear. Let's see if I can make this a little bigger. Maybe not. Well, PM reports a bug. The AI categorizes it. The engineer who's triaging just tells cursor, hey, investigate this and fix it. It opens up the PR.
Starting point is 00:16:31 They fix it. And they accept the change. And they just turn this around just incredibly fast for basically any issue that gets reported. And I think a lot of teams are going to start operating in this way. This isn't going to solve like, it's not going to say, just build me a billion dollar SaaS, make no mistakes. But this is like bugs, small things, you know, little things, the drudge work of building
Starting point is 00:16:50 software. Well, I also think that, you know, if I'm, you know, if I'm a customer and I'm on a, I'm on linear's website and I see that, you know, linear has a zero bug policy. And I'm, you know, comparing Jira to linear. And I see zero bug policy, I might be more likely to buy the software. that says that. 100%. So there's like real value, right?
Starting point is 00:17:12 Like there's real like positioning and marketing value when you actually say something like that, which is huge alpha. A million percent. And the last thing I'll just show quickly is like I mentioned, we have the headless way you can use cursor agent. You can also use this in the CLI. If you're the type of person who prefers like VIM or you prefer jet brains or you prefer other editors or maybe you just really like the terminal. I think more advanced engineers love.
Starting point is 00:17:37 this stuff. So I could say in here, like, let's add end-to-end test with whatever tool you want. I could just say playwright, or you could just not even say what tool for testing, submitting, props in the chat. Sure. And it's the same idea, right? It looks similar. It feels similar. It has the ability to work with basically any AI model, call different tools, which are essentially like skills. So you give the model skills to go read files, write files, search your code base, look up things on the web. It's like you're training it with all these skills. And then it can go and make changes. You give it this kind of ambiguous or maybe not ambiguous, but this broad task.
Starting point is 00:18:21 Like just go add tests. Make it good. Make it great. And it can go and kind of figure out what you want to do. It can run terminal commands. It says, hey, what do you want to do? Do you want to allow kind of installing things? I'm just going to put it on YOLO mode.
Starting point is 00:18:33 Auto run all commands. Great. Just do whatever you want. That's fine. This is the full vibe. And it can manage the to-does. It's going to go install the dependencies, set up the configuration file. So very similar thing here with what I was showing kind of in the visual editor.
Starting point is 00:18:50 This is cool. This is very cool. I mean, I personally, I'm not super advanced. So personally, this is like a bit, a little bit, it's cool to see, but a little bit daunting to me personally. Yeah, I feel that. But, like, I know that. that there's, you know, I'll call them real developers, like, seeing, you know, who do feel more comfortable in an environment like that. Yeah, it's, I personally do not daily code with a
Starting point is 00:19:15 CLI. I, I like being able to stop and review the code in the editor, kind of click through the files. That's just the way I've built software forever, and it still clicks with my brain, but some people definitely enjoy that way, for sure. Before we head out, is there anything we're missing around if someone is going to use cursor today, you know, how can they get the most out of it? I think that for a lot of people, they have this tendency to make their conversation, this append only, they just continue in one chat forever. And I don't think they realize, I noticed this with a lot of people getting started. People are just kind of graduating from vibe coding into building a real production app. And they're like, it was great at first, but then it got bad. And they're trying to figure out
Starting point is 00:20:01 like, why did it get bad? Did it get bad? Because there's just a lot more code now. Did they secretly make the models worse? Is there some conspiracy? And almost always when I work with people and try to debug what went wrong, they're just trying to give the model way too much stuff. So like I mentioned with that context window, if it gets up to 100%, cursor can automatically summarize and keep going. But you don't really actually want to do that. Because if you get to like 80 or 90%, it's just very likely that there's so much junk in there, so much context, that the model can get confused. And there's actually been some early research that has shown in long context tasks, especially with models that can have a million tokens of context, so just a ton of stuff.
Starting point is 00:20:45 You don't really want to be kind of running that as your daily way of coding where it's like, I just give it 500,000 tokens of context. It just gets really confused. And they have measured this kind of quality drop off as you get further and further up that chain. So I would just be very mindful about how much context you're providing. And for new tasks, for new features, start a new chat, you know, start a new window and kind of start from scratch again. What's the craziest thing you've seen built with cursor? Like in terms of software, you know, I've seen some tweets, people being like, oh, people using, you know, platforms like cursor, they can only build, you know, little software apps.
Starting point is 00:21:20 Is that true or can you build, you know, some serious software apps? Yeah, I think a few that have been fun for me. One is seeing the new generation of people who can just build software now that previously wouldn't have been able to do that and see what they come up with that is just completely, it's not what I would ever imagine. So we did a meetup a couple days ago, and a few people brought their parents,
Starting point is 00:21:49 their parents brought their kids to the meetups. And there was a six-year-old kid coding with cursor, which is mind-blowing me. I was stacking Legos and, like, sucking on my thumb or something, when I was six years old, I don't know. And like six year old, like building with AI is just amazing. So that's one thing. The other thing that I've seen that's amazing,
Starting point is 00:22:08 when the marginal cost of writing software is zero, when coding is easy. When coding, you can just generate a bunch of code. There are certain types of things you can build that previously you would just never do that. A great example is very, very detailed and thorough debugging tools. So you run into a problem in your app. And sure, you can like add some logging, you can try to step through all of the editor things.
Starting point is 00:22:33 Or you can ask the AI to write a complete visual interface for you to debug and figure out what the heck is going wrong. Now, this doesn't make sense for every single issue that you run into, but I've now seen a couple instances where people built these like custom heads up displays where they could step through what was going on the application. Or they built this like side by side AB test thing where they were migrating from app A to app B. and they could like review each change along the way. You would never build custom software for that in the past. Like it's throwaway.
Starting point is 00:23:04 You would use it once and then be done with it. But when writing code isn't the hard part, it's like, well, heck yeah, I want a visual GUI to watch this migration. That sounds awesome. Totally. And I also think, I mean, this whole era of they call it personal software, right? Yeah. So, you know, this idea that, yeah, you might just want to create this disposable piece of software
Starting point is 00:23:24 for this one use case. And it makes your life easier. so you're doing it. There's also this idea that there's probably a really big business to be created in creating personal software for companies too, right? Like a lot of people listen to this show, Startup Ideas podcast. So a lot of people here have ideas. And, you know, I think that if you're trying to, you know, one of the simplest businesses
Starting point is 00:23:48 to start is go and just use cursor and build personal software for some vertical. You know, is it healthcare companies? is it fintech companies? Is it, you know, boring businesses? I think there's a huge opportunity there. Yeah, quick plug. I actually wrote a blog post about personal software, learob.com slash personal software
Starting point is 00:24:07 that talks a little bit about this. It's super inspiring and exciting for me. Like this whole era of people being able to just build things that they want, I've seen so many people build amazing things in this way. And you mentioned that you were talking with Logan about nanobanana from Google. And I've seen people talking on, recently about the capabilities of that model are so good. You can just go into cursor and build a vertical of some AI generation, image generation app that is going to be 10 times better than anything
Starting point is 00:24:40 else that exists. So removing backgrounds or trying on clothes or architecture like before and after photos, like things that people who haven't caught up to the speed of technology, they haven't seen the latest versions of the models are like, wow, how the heck did they build this? This must have taken So much work. And in reality, it's like, it's just a model call now. And you're making it accessible to hundreds of millions more people, basically. Have you seen Peter Levels tweets over the last 24 hours about banana banana? He's like, yeah, his, his mind is blown of how good it is, right? So, and he, you know, can you actually pull up his, his ex account? Yeah, I'm pretty sure I saw what you're talking about. He was, he was dropping some, uh, amazing knowledge for people just like, the thing I love that he does is,
Starting point is 00:25:26 I think he inspires a lot of people to just think bigger and really try to say, you could also be a entrepreneur. You could also just build these amazing things. Yeah, I think he just, he saw what, you know, obviously he's been in the space for a while because he's been building photo AI. So he's been playing with the models. And I think he said it's, you know, net. Oh my God. Show what's inside area 51. That's another use case.
Starting point is 00:25:52 No, it's true. Yeah. He had one about, this is a good one. If you're not building a mini startup with nano-bonanono today and launching it tomorrow, you're missing the opportunity of a lifetime. This image model just made hundreds of new startups and apps possible. Your only limit is creativity and how fast you can ship. So true.
Starting point is 00:26:12 Like that's banger advice. Right. So I think like your point is with cursor, you just call the model. Like go in, I mean, you have to come up with a good idea, right? Yeah. And you have to have some distribution or understand how to get distribution. But there's this like window right now to create software with this model. Yeah.
Starting point is 00:26:36 Like imagine this in an app form. It's like you can drag the map around on the web and then you can like turn it into exactly this fancy image that you want to see. And then maybe on this image there's different button filters. You can apply different styles. Like maybe there's a slider that slides it throughout. history. So you do the arrow pointing at San Francisco like downtown on the Embarcadero. And then you can slide it from 1930 all the way to 2020. And you know, back in the day in the Embarcadero, there was the like over before I think it was the earthquake or something. There used to be like above ground train,
Starting point is 00:27:14 I think. And that was all along the Embarcadero. So you would see that and then you would see it go away. And the models are going to know about that. Like that would be really cool. The other thing to think about is a lot of people talk about personal software for these utilities, but I actually think personal software as distribution software is something that not a lot of people have talked about. So how do you create a piece of software that goes viral on X or gets a lot of traction that builds you the distribution that you can basically use it almost as a lead magnet to get and then sell your actual piece of software? Yeah, I actually, I'll show you something that.
Starting point is 00:27:55 I don't know exactly how to put it into a blog post yet, but what you've described, I've been sitting on for a while and I've been thinking about. And I've been calling it a distribution engineer. I just keep Apple notes because, you know, why not? And indie hackers know this, right? They build in public. It's not necessarily about getting followers. It's about getting distribution. And it's the same when you look at basically any other part of building software. If you build docs, well, you want people to read them, right? So they need to be distributed. If you're building a community, you want to be more than one person. So you have to figure out distribution.
Starting point is 00:28:30 Distribution is all you need. It's not really about necessarily just the product, but you want the product to actually get used. And there's something here because in the past I've talked about how front end and back end went to more product engineers. You were caring a lot more about the product. And now that product is becoming easier and easier to build, there is something here to this distribution angle where, okay, I've got a product. and I'm an entrepreneur. I'm trying to get it out into the world. Figuring out distribution is huge.
Starting point is 00:28:57 It's huge. Lee, always a pleasure having you on. You just, you're the go, man. I'm excited that you're now at Cursor. I'm not affiliated with Cursor at all. I just think it's a cool product. And yeah, man, let's get the comment section going for Lee. I'd love you to come back on.
Starting point is 00:29:18 Do like, you know, people listening, do like this video if you want more of this. your feed. And I'll include links to follow Lee on all social platforms. So go ahead and follow him there. Lee, anything you want to leave us with? Man, thank you so much. It's been a blast chatting and all your recent guests have been fired. So keep up the good work. I appreciate it. Take care my man. See ya.

There aren't comments yet for this episode. Click on any sentence in the transcript to leave a comment.