Uncapped #20 | Guillermo Rauch from Vercel
Guillermo Rauch is the founder and CEO of Vercel, creators of v0 which is one of the most popular AI app building tools that’s helping power the online presence of companies like Porsche, Under Armour and Nintendo. In May 2024, Vercel completed a $250M Series E at a $3.25B valuation and was recently named to the Forbes Cloud 100. Originally from Argentina, Guillermo became a self-taught developer at the age of ten, and has been a passionate contributor to the open-source community ever since. He is the mind behind foundational JavaScript frameworks like Next.js and Socket.io, and has built tools that power some of the internet’s most innovative products, including Midjourney, Grok, and Notion. We covered: Vercel’s early insights State of affairs for codegen Implications of AI for developers Skills of the future Product building taste --- Timestamps: (0:00) Intro (0:28) Prequel to Vercel (4:32) Vercel’s early insights (8:13) State of affairs for codegen (17:18) Codegen evolution (19:37) Perceived vs realized productivity (27:53) Fault attribution (31:56) Internet being a house of cards (35:33) When codegen will be exceptional (40:18) What kids should be learning (47:42) Chasing the dragon vs listening to customers (50:46) The next internet (51:58) Reverse engineering success (55:50) Making it work as a dad and CEO (58:14) Taste in building product --- More on Guillermo: https://vercel.com/ https://x.com/rauchg More on Jack: https://www.altcap.com/ https://x.com/jaltma --- https://linktr.ee/uncappedpod Email: [redacted email]
- Published
- Published Aug 6, 2025
- Uploaded
- Uploaded Jun 12, 2026
- File type
- POD
- Queried
- 00
Full transcript
Showing the full transcript for this episode.
AI-generated transcript with timestamped sections.
[00:00] You've been coding for hours and hours. He didn't even know what the output was. He was just impressed by the fact that someone could be so locked in. And so I think programming taught me that. It taught me how to focus. It taught me to be disciplined. It taught me to receive this negative feedback from the compiler and overcome it. I do think, you know, we'll need to find what the next version of that is, because I don't think it's going to be programming necessarily. All right, Guillermo, thank you so much for making the time for this. I'm really excited to chat with you today. People are excited on X as well. [00:30] into CodeGen, but before we go there, can you talk about what you worked on before Vercel, you know, with Next.js, other projects, and maybe how that fed into what you built at Vercel? I had a startup before Vercel that I exited to automatic. [00:44] parent company of WordPress.com. And it was quite a successful journey for me because it was my first startup. It's nice to have an exit. But also one of the meta things that I learned, I was a CTO. One of the meta things that I learned is... [00:56] As a CTO, how can you influence your team in the best possible way? Like they are going to engineer the right things. They're going to have the best tools. The one thing I did... [01:03] that was revolutionary for my team was spending a lot of time in getting the CI/CD process [01:10] meaning continuous integration and continuous deployment of the code that they would write, get it as efficient as possible. Meaning you write a little feature, you push code to get, you get a URL back. [01:21] I built a real-time system. My background was in writing real-time frameworks. So I was obsessed with real-time streaming of data. And so people would push to Git, and then I would give them this URL that had a commit
[01:35] My comment was called LearnBoost. I think it was like learnboostdemo.com. And so imagine that you're almost editing... [01:44] the internet, [01:46] in real time. That was the feeling that I wanted to give my employees. [01:50] And obviously I did a lot of other things. I chose technology stacks and whatever. But when I would ask my colleagues, what was the thing that was most impactful in your time here? It was that... [02:00] iteration velocity, the deployment velocity, the tooling being really neatly configured. I always do the exercise in my head of you show up to a new company. Isn't it nice that Apple kind of figured out operating system and hardware and I give you a new laptop? Actually, you probably, I don't know about you, but I look forward to having a new laptop. It's so new and nice. And that's only because they figured out this bootstrapping problem of like everything is ready to be used. I wanted to give that feeling, but for your development tools to my team. [02:30] - Versus you're setting up a whole environment. - Yeah, yeah, install these 20 million things. [02:37] Fight the tools. Takes you two days. And then maybe you get to work on something. Yeah. And so that was by far the most impactful thing that I did. And I wanted to, you know, it was sort of subconscious at the time, but essentially I wanted to turn that into a company. I couldn't wait to, you know, you have that insight because then I kind of saw that not every company had that. [02:56] WordPress was really good at deploying WordPress.com. [02:59] But I noticed that if you had a new idea and you need to bring it to life, and it kind of makes sense, like they evolved to host a really important dot com. And so they hadn't thought about that zero to one experience for any new idea that a developer would have. And so when I realized that it dawned on me, I couldn't wait to leave and say this could be a huge business opportunity because the cloud was starting to take off. And the cloud was known also for its reliability, robustness, scale, et cetera.
[03:29] is like just point and click. It was this really difficult process of configuring and figuring out instances. And so sort of in parallel, it was this convergence of ideas, make developers really productive and happy, give them the best possible tools I built in X.js, but also figure out that cloud part that a lot of companies would put off until too long. Like you get to the point where, you know, I meet companies that are operating at massive scale that are afraid of deploying. [03:59] around Black Friday and things like that. So this is not obvious to me. I kind of discovered that when I started Vercel, but... [04:05] I thought it was all going to be about the instant feeling for developers, which is a big part. But then as I started talking to enterprises, it was this idea that as they become bigger, they become stagnant. They become ossified in their old infrastructure choices. And you could imagine now with AI, that problem is 10x in terms of importance. Like we have models coming out every day. There's just like two new open source models last week. Imagine a company that is ossified in its deployment and infrastructure choices. [04:35] Did you have most of the insights that turned out to be true about what Vercel was? Or was it much more of, you know, the problem area, you know, some of these customers, but you figured it out as you went? [04:46] I had a lot of things that were based on first principles thinking. So literally measuring the speed of light and how fast can you shuttle files on a laptop to a container in the cloud that starts a build process. And how fast is that build process going to be? It's funny. I was listening to DHH on Lex Friedman, and he was saying the gold standard of DX was set in the 90s by PHP. PHP is a technology that only required of you to modify files in a folder. Imagine Dropbox.
[05:16] deployment. [05:17] You go into the magic folder, you edit a file, and it's live on the internet. [05:21] And so that was from first principles, I was chasing that dragon. There are a bunch of things that I didn't know. I think Vercel ended up focusing a lot on... [05:31] the front and side in the beginning of our journeys, I realized that the biggest gap was, or the biggest opportunity I would say, was backend code was really important, but the differentiating experiences of the internet were more front and heavy. So when you look at something like ChatGPT today, [05:48] A lot of what it's doing is happening right in front of your eyes in real time. It's thinking, it's streaming. You start working on a document and it splits the application in two and there's a live document here. You cannot do those things without powerful frameworks that are focused on the front end. And that was the alpha in the market. Like if I had come to market with like, again, another runtime like PHP, people would be like, oh, I have to learn a new language and what's in it for me? [06:18] of the world, you have to learn a new thing. You might have to migrate, this is like, it's the M word. It's like, you tell an enterprise you have to migrate. So what's in it for me? - Yeah. - And what we realized, I actually posted some stats today that were bewildering. [06:32] about a really large retail chain that moved on to Vercel recently, I realized that by [06:39] giving people the great developer experience, [06:42] But without business outcomes, it was also going to be an incomplete equation. So when you move to for sale, you now realize business outcomes. Your stuff gets faster. Your stuff gets more dynamic. You're able to iterate faster and build AI products. So that didn't come...
[06:56] like overnight, obviously, and it's very hard to bootstrap the zero to one, but the idea that it can give you receipts, I think it's pretty novel in the cloud itself. The cloud, in fact, [07:06] in its initial conception, has a really bad financial equation because companies have data centers. They've spent tons of money in buildings, in racks, in servers, in storage appliances, in people. And then you ask them, OK, begin the journey to migrate to the cloud. Yeah. OK, cool. So now I'm going to pay for all of that. And concurrently, I'm going to pay for the cloud bill. [07:28] Cool. And what do I get at the end of it? What am I going to see? And so I think what's benefited me is I've always been a really visual design person. So if there's nothing I can see or feel at the end of that rainbow, [07:43] Then the software engineering project was just, you know, kind of pointless to me. And so we focus a lot on actually working backwards from your resulting URL that you deploy in Vercel. Even if you didn't do big A-B test studies and whatever, it's just going to feel better. And then we're going to teach you how to work backwards into the technology so that you start from that strong starting point of user experience. I think it's totally novel in the cloud. Like the cloud has always been about implementation details and primitives. [08:13] I think that's a good transition moment because what you talk about here is, you know, starting from the end and then working backwards. And I think a lot of code gen is in some ways, you know, there's maybe some analogies there. That was a lot about the beginnings. Now is sort of fast forward all the way to today, where I think code gen, you're kind of at the center of both the thinking and sort of where the technology will be.
[08:43] are actually doing with the products today. And it's not working. [08:48] in such bewildering ways quite yet. You know, like there was a study recently sharing that like people thought they were 20% faster. Turns out they were actually 20% slower, which seems like, you know, very surprising in some ways. But you know, we talked about this, and it actually wasn't that surprising to you. [09:04] But on the other hand, there's probably never been a market, at least that I've seen, that has more excitement, more market pull. Companies are scaling revenue probably faster than... [09:13] anything in this space. And so how do you see the state of affairs like today? Like, you know, like what's going on out at the offices in here, like this exact hour? This is a super hot topic because at Vercel, we monitor the idea of landing something very closely. Like to us, it's not just about writing the code, is that you land it. And in fact, you're hired [09:36] the bar for what you consider to be landing, the better for you. - Landed means fully deployed and usable? - Even better. Like landing means that you've seen some business outcome. [09:45] - Okay, so all the way through the phone. - Right, and again, this is not always easy to do, because you also have to balance it with a healthy dose of shots on goal, but you have to be disciplined about what it means to land your software. And again, this is just from that principle of always working backwards, and there is some [10:02] pixels on someone's screen that also will result in some kind of business outcome. You know, conversions, signups, new information, vibes, whatever you want to call it. But I do encourage people to think about the idea of like landing. And I do think one of the emergent
[10:16] things that we're seeing is there's almost like a bottleneck in landing today. It's almost like code generation has been solved. Everyone's sharing their stats about 50% of my company, the code is coming from AI, 80%, 90%. So I do think we have to be rigorous about, well, do you just have a bunch of PRs that nobody is reviewing? Do you feel that way? Do you feel that code generation is roughly speaking solved at this point? So let me give you a framework of how I think about it. I think on one extreme of the [10:46] and tools that cater to a very broad set of users. That's where VZero, our agent lives, and you see products in this category that are saying, "You don't need to know how to code. "Everybody can cook," is our motto, right? So you go to VZero, you put in a text prompt, and we create an application. [11:06] On the other end of the spectrum, you have an engineer that's been working at 20-year-old code base. [11:12] And they want to, quote unquote, write code faster. They have a solid mental model of how the code works. Obviously, there's gaps in their knowledge. They might be more new to the team. You know, they might be more senior. [11:25] They might forget certain things. So there's a lot of gaps that AI, I call this, [11:30] AI assisted engineering or agentic engineering. There's an engineer that's sitting on that chair that is being augmented by AI. [11:38] And so when you look at it from this perspective, I think, you know, you hear it as a statistic of more and more of this code basis that people are working on. The code review, the patch is increasingly coming from AI rather than the human. And so the reason I think code is I can see the line of sight of when code gets fully solved is that.
[12:01] We will continue to make the models better. They'll get statistically more aware of all of the patterns in the world. This is almost like a self-fulfilling prophecy, right? The models are learning from all the code that we're writing, from the code that gets rejected, from the code that gets accepted. [12:16] And so more and more of this code, I think, will straight up come from the agent. The problem that I'm seeing today is that for the most mature agents, [12:24] engineer projects, it's unclear that the human can fully trust the outcome of the AI. Meaning that, yes, we're generating a lot of PRs, we're generating a lot of code. [12:37] the bottleneck has shifted to reviewing that code. I've been sharing an anecdote that I heard a couple weeks ago from a company in the ecosystem where the agent generated at PR, [12:49] It did exactly what the engineer wanted to do. So this is the mode of thinking where like the AI is just reading your mind, but you're giving it a little bit of direction. And so you're like, as an engineer, like, thank God. But the AI deleted a crucial line of code. This happens a lot with models, by the way. You take Sonnet and you realize that it's good at instruction following, but it's not perfect. It kind of goes off the rails just a little bit. [13:13] in a [13:15] Very heavy duty mission critical production code base. One line of code can literally mean the distinction between like the whole internet goes offline or everything works perfectly. One line of code could be a cloud infrastructure file that deletes a critical resource or a line of authentication code. You've been seeing some vibe shift a little bit on the is the code that gets generated by AI secure on X and so on.
[13:41] And so, [13:43] When that PR went to review... [13:45] I think this is what we where I think a lot of the focus will shift and we're certainly making a lot of investments here. We need to have agents give you a higher baseline of confidence that the code change is actually good, that it's safe, that it follows best practices. [14:03] And so we have agents producing the code. I think now we're going to have agents reviewing the code. And again, the human being needs to be there still in the loop. Does this problem have anything to do with who wrote the code in the first place? Or is this merely just a problem that exists for a large code base? In other words, like a 30-year-old company that's now trying to use AI that is making mistakes as it's trying to navigate the code base. Is that a different thing than a large new code base today that was generated by AI code? Or is it not relevant? I think so. [14:33] So one of the things that we do with VZero, and again, because we cater to everybody and not just developers, is we're more opinionated. [14:40] So I think the way that this world is going to split is that when you're building a Vibe coding platform, you're more vertically integrated. [14:48] Because if you're more vertically integrated, and I'll make this really concrete, V0 produces Next.js code. Vercel builds Next.js. [14:56] We have integrations into a particular set of database partners. So we can continue to work very, very, very closely on monitoring these known quantities. And actually, I think that if you take that more constrained approach, you could actually exceed what a human being is capable of.
[15:13] Because I can take all of the best practices of security in the world and I can embed them into the model. And the model can now say, okay, like I will refuse to do something that's really dumb from a security perspective. Now, consider this world where you need the model to be almost like beyond super intelligence. You need to know the entire history of your business. [15:34] All of the semantics of the code [15:36] It needs to know about runtime interactions of that code, because keep in mind that just working on the code base is a very incomplete model to go off of. The human is thinking about all the known data that happens at runtime. Obviously, it's kind of sloppy, realistically, because you kind of know about it in your brain. You know, oh, our baseline throughput is a thousand requests per second. So I have to be really careful in the algorithm I'm writing in this hot path. How does the LM know about that? [16:06] Thank you. [16:07] The LM would actually have to ingest [16:09] all of the runtime data. Think of it as like piping all the logs and metrics, et cetera, into its brain. And then it also has to know about every possible programming language [16:21] cloud platform, deployment tool, et cetera, et cetera. And so you also asked something that I thought was really interesting. You said, is this different for companies that are adopting AI today? And they've been writing code for decades. I do think there's also a... [16:35] human habit delta. I think there's people right now that are being born into this world. And so they will learn the ins and outs of how to be careful and wield this tool correctly or not. But I do think that we're all learning as we go. The jury's still out in like, what is exactly AI engineering one-on-one? There's almost like you still need a curriculum, which kind of defeats the point of the ideal of like, oh, you don't need humans. Totally. It just seems like if there's
[17:05] And you have new people going in and they get to start from scratch and they all know the new way versus an old house that you need to go completely retrofit. And the people working on it are learning the new tactics. That's right. Seems like it could be very different. Totally. And I think what we're seeing from the Next.js side, I actually literally tweeted earlier this morning like – [17:23] There should be a convention for... [17:26] agents to advertise to tools that they're agents and not humans wielding the tool. So the tool itself can be polymorphic. It can work. It can adapt itself a little bit differently when it's being wielded by the agent. So if you're building a house and you're a human, I give you the hammer that is adapted for your motor skills and the shape of your hand. But if you're an agent, you're like, you know, awesome. And you're like, from a motor skills perspective, [17:56] expose a different interface. And this really uncovers an enormous potential that exists today, which is [18:02] The idea that you can create a whole new set of languages, runtimes in frameworks that are custom tailored for agentic engineering. And so that goes back to like our vision with V0 is that it actually could be the case where almost like a self-driving car, [18:19] The self-driving car, [18:21] You know, and it's [18:22] version today has some limitations. Waymo cannot go on the freeway still today, right? And it's not in New York, whereas Uber just took over the whole planet immediately. [18:34] But –
[18:36] Waymo has a lot fewer incidents. [18:38] it literally does not make a lot of the mistakes that humans make. So I want the tools like V0 to go in that direction where you're almost constraining in a realistic way what it can do. You're not overselling its potential, but the things that it does do, it can even exceed what a human would do otherwise by hand. So that's the spectrum of flexibility. If you're using cloud code or a cursor, anything is possible. You can work on any code base. [19:08] zero is more opinionated. It opens the top of final to everybody in the planet and it's [19:15] Hopefully we can continue to steer it to a place where the output quality is almost more of a guarantee. And this is actually also what I would encourage everyone to think about with regards to AI. We need to raise the bar where AI is not just a slop generation machine, right? Like we should be thinking kind of like a Waymo, like, oh, look at that in this dimensions. It's way better than what a human would do. [19:45] proceed than genuine? There's a lot to unpack there. I was speaking recently to a CIO of a very, very large engineering workforce, maybe one of the largest in the world. You know, there is obviously the cultural resistance to new things. So like, obviously, you know, there's always that caveat and whatnot, especially at this scale. But one of the things that he pointed out that resonated was they spent a lot of time.
[20:07] evaluating the perceived versus realized productivity gains. [20:12] of AI tools. And he mentioned that the gap between perceived and realized was extremely significant, meaning that in order to finally roll out the assistance, which they did, people thought, "This is the second coming of Jesus. "This is like best thing that's happened since sliced bread." When you would ask them from like anecdotal perspective. But then when you measure what actually gets landed, [20:35] Yes. Not so much. And I bet it's because there's like a multi-step process. And in some of the parts, now all of a sudden you're going like turbocharged. In other ways, you're going slower than you used to. And you just focus on the parts where you started flying. That's right. But also there's the vibes that are changing. Right. And this is where I'll make the anti case of that. I'll say, look, one of the hardest things about software engineering. [20:58] And I've always, you know, when people would make the joke of like, developers have it so good. They go to Google and they have their lunches made and whatever. That's like a perception that built up with like the HBO series. And like maybe the people that have never engineered could be, you know, persuaded to think that way. Because you sit on a table, you have your nice laptop, you're drinking your smoothie or whatever. But in reality. There's also the Day in the Life series, you know, those little videos of people sharing. Yeah, exactly. [21:28] - That was good. - I show up to the office, I make my tea. - Those are funny, it's 10:30, yeah, it's good. - Think about that engineer that you just described that feels the weight of the world on their shoulders because that line got deleted. And literally what happened as a result of that is one of the world's most recognizable brands in the world, .com, went down. - Gets linked, yeah.
[21:46] and that that pressure that weight and it's not just even on the runtime and operational aspects right it's also and this is why bursell by the way we we worked so hard to eliminate those failure modes because of my own experience of like what it's like to hold a pager totally it's one of the worst feelings in the world it's a bit like when uh i mean it's not exactly the same thing but it's um you know when somebody does some task and gets paid a huge amount for a small amount of time and [22:16] This is so true. The operational aspect is just so underrated and overlooked. But there's also another one, which is the build time aspect, which is, yeah, you are looking at a laptop, but your brain is like literally in pain. Just like the hyper-focused, like, you know, Aspie style of like, I can only do one thing at a time. And it's a lot of negative feedback loops. [22:46] You could go hours and hours and hours. I sometimes read Slack messages from our engineers like, holy crap, man, I just spent three days struggling with this problem. And it was this little thing over here. Like, it's an emotional roller coaster. [23:01] And now you're in this new world of, like, agent marketing. [23:06] do that thing and now the agent swallows all that nastiness because there's a very important thing [23:13] which is the world has now hardcore upgraded from assistants to agents.
[23:19] One of my internal things that I repeat is like agent is a new model. If you pay attention, you know, V0 launched a platform API, which is basically like a very high level agent that you can automate. You can, if you were Squarespace and you wanted to reinvent yourself, you could use a V0 platform API to create your own website building agent. If you look at Cloud Code, they launch an SDK. [23:43] and people are integrating in various ways. So what an agent is, is that it's the LM on steroids, [23:49] is the LLM focused on an output. Because the LLM, when it first appeared, it was focused on request response. [23:57] Write me a poem. [23:59] translate this to Spanish, translate it back to English, make it funnier, explain it like N5. So it was all about, you know, you ask for something, you get it back. Now it's get me an outcome. Now it's get me an outcome. And that is absolutely phenomenal because that's how we went from chat GPT replaced Stack Overflow for asking programming questions to now it's like, [24:19] Build me an awesome website. [24:21] There's a really funny meme of a really jacked chat type, which is build me something, don't make mistakes. And so going back to the psychology of a developer, think about what that does to you. You went from struggling to, [24:35] this silent struggle that most normies would not know about, to you're just completely in control. And then, so we added a sound to V0 when the generation is completed. People have said it's almost like hitting a jackpot because the sound only happens when the agent went through all those errors, all those intermediate states that a human would have suffered with. And now, okay, once we've rendered successfully, we give you the sound. And so now I do think we have to study the
[25:05] and emotional implications of that and also put them into the pile of like productivity because maybe now you feel better and the productivity outcome is unknown this is sort of a goofy question but um and i'm not you know an engineer but um my uh my co-founder was and a lot of good friends obviously have been what's been described to me is that struggle that multi-day struggle results in the most like you know satisfying happy moment at the end and that [25:35] Yes. Oh, absolutely. Will we lose some of that sort of like hunt that some people find? Yeah, I think it depends. Maybe it doesn't matter. It depends on the individual. So V0 can be used by my kids. V0 can be used by PMs, designers, people that are focused on building products. And so they didn't have that feedback loop of like, I'm writing code. I'm analyzing the error. There's still a sense of like gratification when you get something that matches your vision, which is really powerful. [26:05] my idea into the right prompt and I steer the agent into the right outcome. And there is a huge amount of satisfaction from that. But there is a meta problem here that I do think about, which is that [26:17] Have you watched Wall-E? Yeah. And like we're floating like the future is like fat blobs floating and slurping. At some point in the in-year or a long ways away, we can talk about it. But like, you know, if all the hard problems take away, do we become that guy? Yeah. It's like sitting back. Yeah, I do think about that. And I think everybody enjoying leisure constantly would be a huge problem. I don't think it would be a huge problem. I don't think we're going there personally. I'm curious if you do. But I think that would be a huge problem if that happened. Some people have brought this up, right? Like,
[26:44] When you're solving all of those programming problems, you are building a stronger mental model of the world. You are discovering patterns, acquiring knowledge. You're testing your discipline. I think the discipline part is underrated. I remember my dad. I always remember this one afternoon. I had just gotten my new developer setup. I was super motivated. My bedroom was next to a hallway, and so people would walk past all the time. And I was so locked in. I [27:14] non-stop. [27:15] And I remember two things. My dad walked in one direction and then he walked back. And to me, it was like 10 minutes had passed. And he's like, dude, like, how do you do this? You've been coding for hours and hours. And he didn't even know what the output was. He was just impressed by the fact that someone could be so locked in. And so I think programming taught me that. It taught me how to focus. It taught me to be disciplined. It taught me to receive this negative feedback from the compiler and overcome it. [27:45] because I don't think it's going to be programming necessarily. Again, like all of it was still funny. I still I'm in the game of like, I try to read every user problem, every error message, everything gets reported on X, I read. And yesterday I got an escalation from a startup. [28:01] It's like, I think Vercel is broken. And they escalated through the VCs because they wanted to bypass any support mechanism, whatever. [28:08] And I read the message and I see the error right there in the message. [28:12] So it was a complicated stack trace. For nerds, it was a three-
[28:17] linked error objects. So like the structure is error, error, error. But the error was right there. [28:23] The explanation was right there for why it happened. There was no problem in our runtime. And again, my posture here is that every problem that a customer has is my problem. In fact, every problem the internet has, I see as my problem. I try to absorb the whole weight of responsibility. But very concretely here, I told the customer, it's right there, it's this. And in this case, it was another vendor. [28:44] that was down, returning a 502 error. And so my lesson from there is that I do think that vibes are shifting. I don't think people are gonna read anymore. - They won't even read a single error one. - So again, going back to my model of like, I'll solve the problem, and then if there's another problem, I'll redefine the problem to be bigger. [29:04] we are working on an agent that will [29:06] compress any metric anomaly. So the PM working on this was super happy to get my forward. - Yeah. - Because we're working on basically, [29:15] I call it going from problems to solutions. [29:18] The old cloud was problem, problem, problem, problem. Cloud was data. The new world is here's the solution. [29:25] Here's the PR or here's the insight. So it was a kind of epiphany for me of like, we need to double down on that. Because this complex error message stack was for machines. I can make the case that we should have never given that to a user. - Should have shown like a natural language error in some way. - Correct. - Yeah. - And in fact, probably what this customer wanted was, and I mean, this is kind of like,
[29:48] maybe too hardcore for today. But here's the email that I should write the CEO of that other company. Like, go and complain to that vendor because it's not us. But by the way, I think this is going to resonate strongly with a lot of people that build platforms and infrastructure. [30:03] Fault Attribution [30:05] Correct, precise fault attribution is one of the hardest problems in platforms. One thing that would always frustrate me about the internet was people would give a lot of shit to the Google Chrome team. [30:17] They would say that it consumes too much memory. [30:20] And that makes absolutely no sense because – [30:23] It's the web pages that consume the memory. How does that nuance not get lost to an end user? People just think they started mimifying it. Like if you've ever seen this guy that eats a lot of things, it's Chrome eating all the available memory in your machine. And there's things that Google Chrome can do. Like they can evict tabs more aggressively, which has its own set of downsides because it's like, oh, I shut down this app for you. Huh? [30:47] because I wanted to save memory. And there is, of course, the amount of engineering that it takes to do really good memory compression. I don't even want to get into. But... [30:55] Fault attribution, so what they ended up doing, I think they still have it, is that if you hover the tab, [31:00] They say how much that website is consuming and you should take it up to that website. And there's also this really interesting question of like, I love a web that's extremely powerful. The vision of the web put forth by Apple is that the web should only render like it should all look like Wikipedia. [31:16] It's like a glorified e-book reader. [31:18] I love the fact that the web is this insanely powerful platform. But when you give people more power, you get into this fault attribution problem. And the cloud has it in spades because your visitor only cares about the fact that if you go to hotwebsite.com and they're going to buy something, it works end-to-end. But if you have a lot of vendors in the pipeline,
[31:39] then how do I tell you, the developer, oh, it was this company that laid you down. It was not Purcell. And so agents can solve this for us. And by the way, it seems like something small and I'm like nitpicking over like this house of cards, but like, [31:52] Just telling people concretely what went wrong, it can make a huge difference. Hearing you talk about it, sometimes I'm just like amazed that the internet goes down as infrequently as it does. When you think about like this whole... It's a huge house of cards. It seems like it. Is that what it really is? Because that's what it seems like to me as a non-technical person, but that's what it appears like. It really is. So I'll give you an example from two days ago. Someone compromised a very popular JavaScript package in a public registry. [32:22] millions of things. And because someone managed to claim that account, hack that person, and then publish the package, for a short burst of time, a lot of people had to hard rotate into patching that vulnerability. This has happened many times. So we had log4shell, [32:40] Logged for Shell is one of the craziest vulnerabilities in the history of the Internet. So the logging library... [32:45] used by almost every mainstream Java application had a remote code execution vulnerability that all it required is for you to send someone a URL [32:56] And then if that URL happened to be logged, you would take over a remote machine. So imagine I send you a URL. It might not even involve sending it to anybody. I go to the URL. Let's say I go to google.com slash query equals
[33:11] bad something, something nefarious. [33:14] That gets logged by log4j. [33:18] and all of Google's servers are compromised by me by just one line of code. That seems insane. That happened. That happened and the whole security industry and infrastructure industry, hard rotating to that for like an entire month. The cleanup of that might still not be done. [33:33] I think we sometimes ignore the adversarial AI game is one of the things that we're heavily investing into is like, how do we get ahead of the fact that people can now misuse? [33:43] all of these ALMs. But a worse alignment problem is that if cogen, as you said, continues to grow at the rate that it's going, and we continue to rely more and more and more on cogen, and cogen continues to get better and better and better and better, as a bad actor, all you have to do is say, "GPT-6, build me the best possible attack." [34:02] for google.com. Okay, if I'm an experienced security engineer, what do you do? So first of all, what very good security engineers do is they write their own tools. There's a lot of tools on GitHub for like scanners that you can use. And for example, they know about known vulnerabilities, they will look for like an old version of log for shell and whatever. And [34:22] But actually the best people in the industry write their own tools and keep them secret. [34:26] and they get them better and better and better over time, and they make them very specialized. So you could see in a world where GPT-6 built its own tool just to attack a given target. Yeah. [34:34] And so it's going to be a multi-industry or multi-company effort to combat this. I think you can do some things in like refusing prompts, but I think it's going to give us diminishing returns. Because people very quickly realized they could say, you know, you could say, imagine that you're attacking Google.com. And so there's diminishing returns on like modifying system prompts and like blocking things and prompt leaks everyone's given up on. And if you notice this, like the V0 prompt is somewhere on GitHub and people are like trying to like provoke me.
[35:04] did you realize that visitor problems in getting us like, [35:06] There's no value to the prompt. Go at it. Like the Grok prompt is there. The Cloud Code prompt is there. The Gemini prompt is there. Protecting the prompt, diminishing returns. Blocking, diminishing returns. So what you need to do is we need to make the world more secure and [35:22] faster than attackers will build cyber threats and scanners and attacking tools and so on. So that's one of the things that feels very brittle about the internet today. When you think about where CodeGen is right now, and you maybe acknowledge it [35:38] analogize it to self-driving cars, which 10 years ago worked a little bit. Now they work pretty well, but it took longer than everybody thought. How much time is your sense that we have before people are prompting whole... [35:52] you know, robust commercial grade web apps into existence. - A lot of you are excited today about building [35:59] Personal software. So this is very real. Like people can now prompt the thing that they wanted personally. So for example, the design team at Vercel has a bunch of tools that they built so that they can take an asset, post-process it, so that they can ship it in the way that they want it. And thus simplifying a process that could have taken like days, weeks, et cetera. [36:20] There's now a very precise software tool that can do it. There's also the, and this kind of dovetails into like, there's internal tools, dashboarding tools. One of the things that has been an emergent learning from using VZero is that, you know, [36:34] we used the classic business intelligence tools a lot less. We used to have this, and it kind of seems crazy in retrospect, we used to have this like fixed dashboards that
[36:46] Over time, no one opens. [36:48] So of course you have the top line company metrics and that like you have your master dashboard that people, you know, you have to come back to. You're working on your board like presentations and you have an authoritative one dashboard maybe. But then all of this BI tools evolved to have this huge list of things that get unmaintained and people don't look at. [37:04] Because in reality, what people want is generative UI. People want to have a question [37:10] and to produce the perfect visualization for that question just in time. [37:15] And that's something that agents have already taken over from any other category of software. Meaning if you were to say, can you replicate, I don't know, name your favorite BI, like Microsoft Power BI, can you replicate it with Vibe Coding? I would say absolutely freaking not. If I have to create a platform that supports 10 million enterprise grade customers and whatever, it's very hard to compete one-on-one to the entire platform. [37:45] sneaky is I don't I no longer go to that big bloated platform because I can just in time generate exactly what I needed. [37:54] And so it's a different conception of software. It's not that I was replicating what existed. It's that I'm shifting the way that I build all together. Yeah, it's not that somebody's going to build a new company competing directly with that. It's that each of those customers will just make their own little thing. And that's already happening. And again, the rigor of that is even arguably higher. The quality of the visualizations, the component system that it fetches for rendering the data, all of that looks better, is faster.
[38:24] they add it same day. I had an anecdote. So I presented yesterday to give you an idea of how VZero is expanding. So a lot of it is PLG just like a Purcell. They start using VZero, et cetera. But this CTO... [38:37] at a company, basically started Vibe Coding [38:40] in his own personal account, [38:42] when he was talking to a customer. This is a CTO, not a PM, et cetera. A person that would have never written a UI, a front end code in their life. And so what happened is their customer was saying, [38:54] "If you don't give me this feature, "we're basically gonna churn over time." Classic conversation that you get with your customers. What he did is during the conversation, he vibe coded, okay, let me understand exactly what you want. So he vibe coded a version of that feature. The guy in that same conversation, 30 minute conversation said, "That's exactly what I want." So this is the other immersion to use cases. You basically built, [39:17] An end-to-end version of what the customer wanted plugged into your data source. And now it can be, if necessary, it can be merged into the mainline platform. So what the guy told me, and this is what he had me present V0 to the rest of their entire field CD organization, is I want everyone to build this way. [39:36] I want our data to be exposed into this Vibe Coding platform, so we're not left behind. And the announcement was, this feature is going live in Q4. But now this is important, right? He did Vibe Coding in 30 minutes, but to be merged into the mainline monster, [39:51] It's not so easy. [39:52] You don't just vibe code, you know, the production system and whatever. And this is why I was arguing that to merge things into monsters...
[40:01] monster code bases, things with like millions of customers, et cetera. [40:05] You need slightly different tools, slightly different techniques. And I think that's why the world will continue to partition further into like this highly specialized tools for each kind of problem. Yep. Agents, basically. What do you think a kid who wants to create software in the future should be doing right now? Because in the past it was more clear, like learn to program. Right. [40:35] What would you spend your time on now? The best advice I've ever gotten on how to improve my software engineering is [40:42] was have a product idea in mind. If I tell you go and master programming, like it's topology and math, it's weird. Like it's, where do you focus your efforts on? What language do you learn? It's like everything is a problem and nothing is a problem. And so... [41:01] What I would say is, if you started with something like VZero, [41:05] you're starting to build that muscle of, what do I really want? What do I want to build? What am I visualizing in my head? [41:12] And I do know that this is kind of a somewhat controversial topic because there's a whole line of thinking in psychology that some people can visualize and some people can. Have you heard about the visualization power of people? It's like different kinds of eyes in Naruto. Like the amount that you can picture in your head varies by person. Yeah. But I do think that we have to exercise that muscle. It very well might be that what we call taste.
[41:36] It's actually that ability to refine that idea that you loosely have in your head and refine it and refine it and refine it and visualize that next state. [41:47] is like instead of next token prediction, it's like next refinement prediction that you're doing in your head of like, this is what it needs to look like. That's interesting. For people to absorb it positively. That was something I was going to ask you about was because, you know, taste became a buzzword. And, you know, I think it can have meaning, but it can also be kind of meaningless. But it feels like there's something there. And that's actually a pretty good, it's like the best attempt at a working definition I've heard, that it's your ability to sort of like visualize a future. And you can actually see how that would explain [42:17] see a trend early or to see a talented person when they meet one or those kinds of things. I also think it's people focusing on that end of the rainbow that we talked about. Like, how much are you getting distracted by the side quest that went into building the thing versus, okay, what is it going to do when it lands? What does it look like? And I think this is why we [42:39] You know, the world has to change its focus a little bit. The cloud has been all about like that low level, like it's like material science. And yeah, materials are extremely important. I think Vercel can do a good job at curating some of those for you so that you can actually put your focus on the sky. Like what is that next thing that you're going to give the world?
[43:09] what the blog post that announces your product looks like. And I do want to build a world where people are looking at that. And it was really interesting, by the way. So a couple of weekends ago, [43:21] I had my, you said 13 year old. I said to my six year old, he walked into my office and he said, [43:27] What do you do? [43:28] Like, what are you doing? And I said, because at that very time, I was Vibacoding. I was like, well, I'm creating software. I'm creating something. And then we got into this conversation. I was like, could he create a game? [43:37] And he said, well, what game idea do you have? And he said, a soccer game. [43:42] And so we built the soccer game. I'm going to share it on X because it's dope. But the hardest thing in that process of back and forth with him was he had the idea of the soccer game. That was legitimately his own idea. It was really hard to get him to... [43:55] Asked me what the next thing, what the refinement of his idea would be. And that didn't come naturally. [44:01] So in the end, what we ended up building is a game where you dribble the ball. [44:06] and we count, and we make it harder as it goes, and it looks really pretty. [44:10] The pretty part probably came from me. My lesson there was that [44:16] Again, you have to build this muscle of understanding there's an audience out there. There's something that technology is capable of. And there's an interest. He's interested in focusing on soccer. And how do you bring all those things together into prompts? [44:31] into asking the machine what you want to see in the world. I almost think this is the new, because we quote-unquote provocatively have solved code generation, because keep in mind, you can go in Vizir and you can also ask it to build this data visualization that prevented the churn of a customer for a security company.
[44:49] And so because the platforms can now do all of these things, it boils down to ideas and [44:55] It boils down to capital allocation. [44:58] Tokens have a cost. So if anything is possible, you know, may the best idea win and it'll get enough tokens behind it that we can keep developing it. Right. And so I think that's going to be the skill of the future. I hope my kids learn it. I hope my kids are able to do that idea translation really quickly in that mapping. Does someone still need to understand the lower levels of the code underneath it all? You know, we didn't get into that at all. And we could build a pretty banger game and we could keep going, going, going. [45:28] Look, again, as the world becomes more agentic. But like 50 years from now, you know, when all the people who know the deeper levels of code today are no longer in the game, could we have a world where you have a billion people who only know how to vibe code, but nobody knows the stuff underneath? Well, I mean, we're kind of in that world already. [45:45] Right. Like a lot of people have no clue how their garbage collector of their programming language works. I mean, a lot of people are pouring effort into interpretability of LLMs because we do not know how they arrive to the answers they do. Right. We will need it. [46:02] We will need guardrails. We would need ways to interpret and define the semantics. I do think it always boils down not to how the instructions in the processor get written out, but... [46:14] and executed, it boils down to that relationship between investment and
[46:21] You know, how much are you willing to pay for a certain level of performance, for example? [46:28] outcomes like what do you want out of this system it's just a crazy thought that there's just layers of abstraction and in the future people just won't need to know the like ancient layers but they'll they'll be driving it all but nobody needs to know it the world might just be driven by economics [46:44] You know, energy allocation. You know, there might be a world in which we've perfectly solved this transmutation of energy source to intelligence. Because if this is scaling, loss of test time, compute, etc. continue, then we pour more effort into the task and we get the outcome that we wanted. Now, the question will be not everyone will have the same token budget as everybody else. So it really boils down to like who crafts the most compelling vision of the future. [47:12] And the storytelling, by the way, this is a human, this is where her might have just nailed it. The storytelling is how you... [47:20] persuade the world that your idea is the one that is worth allocating tokens into. Maybe there's a world where like your seat round just gets dumped 100% into tokens. And all you're doing is like going around the world is like, I have this vision of the future. Here's a quick vibe code that I did in VZero. But if you really wanted to see it at like planet scale, we have to pour a lot more tokens into this thing. And that's how you get to like the one person billion company and so on. At the beginning of the conversation, you used a term I really liked, like chasing a dragon.
[47:50] some founders believe that you should just have a super clear vision and will it into existence like creating a movie. There are some founders who are much more... [47:59] iterative and talk to customers and see what it is. And there's pivots and you get there that way. What I observe about you is that you talk a ton to your users. You seem extremely flexible of mind, but then you also use this term chasing a dragon. And so it seems like you've got both of those. It's one of the hardest things to do. Is that how you think about even now, as you think about a new product or evolving, is it this combination of chase a dragon and then listen to get your way there? This is the magic of how you build a PLG and enterprise business. The [48:29] that conversation that I just talked about is like, [48:32] What do you need? What is your concrete pain point with this technology? And like, let's build it together and let's evolve it. But it has to be mixed with the vision of the future. Because otherwise, you're not going to see the next platform shift. You're not going to see what the next generation of coders and builders are excited about. So you have to have that first principle thinking that I sometimes call it internally work backwards in science fiction with a healthy dose of like, well, we're also supporting some of the largest dotcoms on the planet. [49:02] and we have to build things that are very conclusive of problems today, in the current world today, right? That is the magic of, that's something that can bring success to a lot of people. Now, I'll make the counter case of that. Agents can do their own research. So as V0 becomes more agentic, one of the things that it can do is search the web. [49:20] So it used to be that
[49:22] humans would say, okay, my boss is asking me to create this really cool animation that does this and that. And so you start, sometimes you know a lot of things and that's why we hire experts, but you also go on, go off and do research. And so now think about how agents are just LLM calls in a loop. So an agent is just something that's calling JGBT repeatedly in quote unquote. Now [49:52] Sometimes the AI can go off and search 300 different websites and read them for you and then digest them. That will be wielded by the programming agent. [50:03] And so in that world, the program in Asian can do the user research. And so if you said, okay... [50:09] I want to build a soccer game. Okay, go off and do research about what are users saying in your community forums? [50:18] What are people saying on X? I can have the PM agent, essentially, as part of this multi-agent architecture. And by the way, a lot of what I do is talk to users. So I talk to users and say, okay, like search for my keyword. And, you know, okay, there's this 10 complaints, let's stack rank them. [50:35] There's also research what Salesforce is saying about pipeline and opportunities, etc. So I do think the world will become more and more agentic, but I don't believe there's going to be one agent to rule them all. This is the promise of what I call the next internet. [50:49] the transition from HDB to MCB. [50:51] If MCP
[50:53] allows us to deploy agents that are highly specialized, then the world becomes a collaboration between agents, [51:00] as opposed to one agent to rule them all. [51:03] And that is true to my opinion. [51:05] taste for what the web and the internet should be like. I always loved the web because I rejected the idea there's going to be a platform keeper that decides what gets on their platform and what gets off their platform. [51:17] and controls everything. [51:18] This is the example of like, people literally were just regurgitating what happened when Elon bought X and then Apple wanted to... [51:26] take X off the app store. And so we cannot allow that. We cannot allow a world where like people can arbitrarily take you off the internet, right? And so I want a world where MCB wins because that will mean that there's all kinds of Asian choices. [51:40] The companies can rethink themselves as... [51:44] Instead of just having a front end of pixels, I have a front end of tools and a front end to my data. And MCB is emerging as the new front end instead of for humans, for agents. Particularly when I was running Lattice, but just in general now, one of the things I most look up to in companies is extreme coherence. When the product and the customers and the culture and the employees all sort of make sense together. [52:14] example to me where I'm just like, it's so different. You know, it's secretive. It's got all these different things about it, but it all makes sense together. It seems to me like you with an open source background, with the sort of way you're thinking about the future being sort of developer focused, it seems like there would be a culture and a type of person and, you know, the way you run the company that must match that. Yeah. Does that just emerge naturally? Or is there a way like, how do you think about making that all? It emerges naturally, but you
[52:44] you just take it for granted and encourage everyone who runs a business to think about this. Like I call it reverse engineering your success. Do you know that you can be successful and not fully understand why? I think people don't talk about this enough. All the time. I think many of the most successful people are like that. And like, oh, it's because they did A, B, and C. You might have succeeded in spite of A, B, and C in some cases. Yeah. And so reverse engineering your success is actually something I devote a lot. It's like, there is a quote about like, it's harder to predict the past than predict in the future. Predicting the past means [53:14] It actually came from one of the creators of quantum physics. - It's really good. - Reversing the past means that you understood the sequence of tokens or reasoning traces that lead you to where you are and you leave out all the noise. And I think for us, the culture that we built of openness and transparency, I tweeted the other day that I love working behind the scenes to help our engineers present their own work [53:40] Meaning I helped them, hey, like I learned these things from X where like if you say this, maybe you're just being too verbose and like it would look better if you give this example and whatever so that I coach them on how I think about presenting my work. But I want them to own that storytelling. I want them to learn the, oh, this is how I talk to customers. This is how I engage with the community. This is how I receive feedback.
[54:10] you don't get as an engineer the direct signal. But now to your question, I mean, this is amazing, at least to me. Was that something natural? It was emergent, but now it had to get reified [54:22] into our culture. [54:23] We need to say that's who we are and that's what we believe in and that's behind our success. But it didn't, that understanding of, "Oh, there's all these little things that made you successful," [54:34] Because some of them are second order effects. Like you said, what I always loved was open source. [54:40] Well, it turns out that if you love open source, [54:42] it leads to this open contribution culture. It leads to a higher level of transparency. I got feedback from one of our colleagues that, [54:51] comparing... [54:52] There's this idea of compare Slack workspaces. How was the Slack that you joined different from the Slack of the company you just left? It's a very important exercise for you to do. And he was saying, well, the Slack adversaries, it's just pure information. There's no direct message, threat, group, what, it's just so much information. People learned how to digest what they were working on, and in a way, it almost feels like an internal Twitter. [55:19] And of course, companies need a healthy separation between internal and external. And at Vercel, because we're responsive for so many critical workloads, privacy and compliance are extremely top of mind for us. But there is a vibe of like, it's like an internal Twitter in the sense of like, [55:35] Insight, insight, summary of something that I just learned by working with a customer, screenshot. And that is an emergent culture that then you have to say that's working for us. That's who we are. Let's keep doing it so that when people join, it's not by accident.
[55:50] That's how we work. One of the things that strikes me about you is not only are you running a big company, you're also deep in the technology, which is amazing to be able to both run the org and know all the technology. I thought I have a lot of kids and they take a lot of time. You really have a lot of kids. I know you're a runner. I'm not trying to ask, what's your secret? But how do you make it all work? Is there anything that you've picked up over the years through parenthood, through building a company as time pressure has gotten heavy on you? Is there anything that you've... [56:19] picked up or adapted that you think is broadly useful? Yeah, I think there's actually a tweet by your brother, Sam, that I always loved, which was... [56:27] You know, it doesn't matter what ladder of success you've achieved. Working out is still hard for everybody. Day in and day, I do not want to go to the gym. Confronting that thing that I do not want to do. [56:38] every single day. This is why I don't care about what type of exercise, what's hot, CrossFit. I think that's something that's been different about me. It's like I've never followed any fitness trend. I'm so anti-fitness trend. I have done things that were falling off the papillary cliff. I boxed for many years. [56:57] I would go every day to the gym from 6 a.m. or 7 a.m. to a boxing gym in the dog patch that, like, the order would tell me, like, I don't know why, like, classic Western boxing is not as exciting anymore to people. Because I think it's because MMA has been growing and whatever. I love classical boxing. And same with – I love calisthenics. And so I do things that are, like, off pattern.
[57:27] mental health, teaches discipline to my kids. My kids love walking into my office. I'm in the Peloton and they're like, holy shit, why are you doing this? They asked me why a lot. Like, why are you doing this? And I explained, they're not going to get it for a long time, but they need to learn. And I think everyone needs to learn that like, there's something about our own [57:44] individual personal development. It has to do with that confrontation of things that are hard. And that's what I was giving the caveat to make sure that whatever relationship you have with that coding agent is one that challenges you and you're learning and you're better for it at the end. It's expanding. It gives you more capabilities. You're taking something away from it. You're just becoming the Wally guy. So my recommendation is avoid the Wally future. You're just like a [58:14] The last question I wanted to ask you, back to the taste question, and sort of, you know, you described it as this ability to sort of visualize something that hasn't come true yet and how it might iterate and sort of see the path there. Is that something that can be learned or improved upon? And if so, how do you do it? [58:44] at the bottom of the tree and you're like, you say your dharmas and whatever, and you go into the nothingness. I see my, you know, really hard work at this morning for 30 minutes of high intensity interval training as a meditation of sorts. Meditation confers a particular attribute, which is presence.
[59:00] For instance, gives you clarity of mind and allows you to capture nuances, reactions, little things about the world. You're just more tuned in. And I do think that one way that you can improve your taste and your product building skills is being more attuned to the actual reaction from people. Because you might say, like, here's my thing. And people say, awesome. [59:20] It's like, is that an awesome of like true joy? Can you be present in a way that reads the world more precisely? Very hard to have high taste if your brain's off thinking about the next email or the next meeting you got to go to or whatever. [59:35] All of those things, focus, presence, self-honesty. And I think this also comes from that place of confidence and like that almost like meditative state of like, [59:45] can you actually confront the negative reaction or are you running away from it? [59:50] Because the best thing you could do for your product is to read all of the negative feedback about it. Can you do it? It's like it's almost like running on a treadmill and be like, oh, shit, like my boxing trainer would do this cruel thing. So this is in the dog patch for those that don't know, not too far away. [1:00:04] maybe like a couple miles away from the, or a mile away from the Giants stadium, the baseball stadium. And we would work out for an hour and 29 minutes. And then on the last minute, he would say lap to the Giants stadium and back. And I was like, you just pushed us to a world of pain that is unbelievable. And then you threw another crazy thing on top. And so that was the process of like, there's just always more than you can do. And I do think that there's a level of tolerance of pain
[1:00:34] can always work on and get to greater and greater heights. And you can link this to product building that [1:00:40] You have to face and seek that negative feedback from the world. And by the way, a lot of people want to help you. This is actually the nice thing about it. Like so many people want to help you and want you to build the right thing. And you call this out when we talk about enterprises. People really want, they're invested in your success. Yeah. Just don't get in the way of your own success. Yeah. It's a great place to end it. Guillermo, thanks a ton for your time today. This was great. Thank you.
Want to learn more?
Ask about this episode