Everything Lee Robinson said on any show that made the record, most notable first. Each card names its show and opens the statement there.
Robinson: Linters and tests allow AI agents to self-correct autonomously
“Inside of this code base, which I can show in a second, I'm using TypeScript, I have a linter set up, I have formatting set up, 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 havin…”
Robinson: Software builders eventually need to inspect code as abstractions peel back
“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 t…”
Robinson: Engineering is shifting to distribution as building products gets easier
“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, …”
Robinson: Start fresh AI coding chats per task to optimize context windows
“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 window. This is like kind of like the maximum worki…”
Robinson: AI-assisted software builders and artisanal hand-coders will coexist
“There's going to be a ton of people who build software and can build products. And then there's also going to be people who, you know, artisanally 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…”
Robinson: Linear uses Cursor agents to enforce a zero-bug policy
“They have a zero bug policy 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…”
Robinson: Zero marginal cost coding enables disposable custom debugging interfaces
“The other thing that I've seen that's amazing 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 t…”
Robinson: Product taste is an extremely valuable skill in the AI era
“I'm not the design expert, but I like to think that I have an opinion and taste about what a good product looks like. And in today's day and age with these tools, like in a lot of ways that can be an extremely, extremely valuable quality because I kind of know…”
Robinson: Cursor dogfooded automated code reviewer BugBot for a year before launch
“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.”
Robinson: A six-year-old child was coding with Cursor at a recent meetup
“So we did a meetup a couple of days ago and a few people brought their parents brought their kids to the meetups and there was a six year old kid. Coding with cursor, which is mind blowing to me.”
Robinson: v0 thinks in Tailwind CSS, enabling exact class prompting
“V zero thinks in tailwind. So if you've ever used tailwind CSS before, you can just tell it kind of explicitly the tailwind class that you're looking for versus letting it, you know, try to figure out, figure it out on its own.”
Robinson: v0 generates production-ready React components using shadcn/ui
“V zero is built on top of this system called shad CN UI that allows you to build your own component library. And the idea with V zero is you should be able to take the code that it generates and it's not throw away code. We're trying to give you real react com…”
Lee Robinson: v0 can design backends from plain-text relationship descriptions
“You might not even know what the SQL code looks like. You can just say, I need a table for users and emails, and the users and emails are probably related in some way, and it can help you design the back end for your application as well.”
Robinson: v0 defaults to Tailwind CSS to enforce design best practices
“That's one of the things that vZero is going to do by default is use Tailwind, which inherently uses a design system. It has a grid of colors that are going to allow you to kind of stick to some of those best practices.”