AI transcript
0:00:03 It’s like faster than light speed travel has just been invented.
0:00:06 For many of the developers and programmers I talk to today,
0:00:11 they’re like going to Disneyland just because how many great tools there are to help them move faster.
0:00:14 We do spend a lot of time just trying to be very honest with ourselves.
0:00:17 What is the new behavior being created? Where is stuff getting used?
0:00:20 Infrastructure never goes away. It just gets layered.
0:00:24 In this case, it’s definitely all the infrastructure that we’ve been using and leveraging in the past
0:00:27 are still very relevant, but it’s definitely getting layered by having this fourth pillar.
0:00:30 Software was always the disruptor.
0:00:33 One of the most exciting things about the AI wave is like software is being disrupted.
0:00:34 Like we’re being disrupted.
0:00:36 This is a pretty big deal.
0:00:38 It’s by far the biggest thing that I’ve seen happen sort of in my life.
0:00:42 Is AI the fourth pillar of infrastructure?
0:00:46 Today on the podcast, we’re joined by Martine Cassato, Jennifer Lee,
0:00:52 and Matt Bornstein from A16Z’s Infra team to unpack how infrastructure is evolving in the age of AI.
0:00:56 From compute, storage, and networking to models, developer tools, and agents.
0:01:00 We get into what infra actually means today, how it differs from enterprise,
0:01:03 and why software itself is being disrupted.
0:01:06 We also talk through the rise of technical users as buyers,
0:01:08 what makes an infra company defensible,
0:01:14 and how past infra waves from cloud to COVID to the current AI boom have shaped how we invest and build.
0:01:16 Let’s get into it.
0:01:21 As a reminder, the content here is for informational purposes only.
0:01:25 It should not be taken as legal, business, tax, or investment advice,
0:01:27 or be used to evaluate any investment or security,
0:01:32 and is not directed at any investors or potential investors in any A16Z fund.
0:01:37 Please note that A16Z and its affiliates may also maintain investments in the companies discussed in this podcast.
0:01:40 For more details, including a link to our investments,
0:01:44 please see A16Z.com forward slash disclosures.
0:01:51 We’re here today to discuss the state of infra.
0:01:53 First, can we get a definition of infra?
0:01:55 Where does infra differ from enterprise?
0:01:56 How do we think about it internally?
0:01:59 I would say infra is basically what makes software work.
0:02:02 We’ll probably get pretty deep into a set of technical definitions.
0:02:04 You mentioned sort of networking, storage, compute.
0:02:06 Where does AI fit into that?
0:02:09 But I think at the simplest possible level, if you want software,
0:02:13 infra is what engineers are using behind the scenes to make all this possible.
0:02:17 And our formal definition internally is technical buyer, right?
0:02:21 So it’s the stuff you use to build the stuff, the stuff you use to build apps.
0:02:25 And if it’s used by a technical user, we consider it infrastructure,
0:02:29 whereas something like, let’s say, vertical SaaS could be used by a flooring company
0:02:31 or by a marketer or by sales.
0:02:32 That would not be considered infrastructure.
0:02:36 And technical user, for the record, is developer,
0:02:39 data scientist, analyst, cybersecurity professor.
0:02:40 Yeah, right.
0:02:41 There’s a DevOps, right?
0:02:43 There’s a wide range of sort of like people.
0:02:44 These are our people, right?
0:02:46 Like the kind of nerds behind the scenes.
0:02:50 And in the system terms, I think about it as compute, networking, and storage,
0:02:54 but also all the tooling that goes around the developer’s day of what you’re using
0:02:58 to build software and what are the tools and products that are operating
0:03:01 this ever-growing, more complex software as well,
0:03:05 all the way to semi-technic users that may want to either prototype
0:03:08 or tinker with building applications.
0:03:10 We’re very interested in anything in the technical domain
0:03:12 and used by technical people.
0:03:15 So you mentioned compute, networking, storage.
0:03:16 How should we think about models?
0:03:18 Is this the fourth layer of how do they interface?
0:03:19 How should we think about that?
0:03:22 I certainly think of it as a fourth layer of infrastructure.
0:03:27 It’s certainly leveraged and built on top of all the three pillars we’re talking about.
0:03:29 It has a lot of demand of compute.
0:03:33 And of course, it’s trained and also producing a large amount of data.
0:03:40 And to leverage and use these models for our purposes, latency and networking capabilities
0:03:41 is also very important.
0:03:45 But it’s going to be as prevalent as any piece of infrastructure software.
0:03:48 I don’t know the analogy these days anymore.
0:03:49 Is it a database?
0:03:51 Is it sort of like a new form of compute?
0:03:55 And so really, to me, it’s like a fourth pillar that incorporates everything,
0:03:59 but also provides intelligence for the software we’re using and building today.
0:03:59 Yeah.
0:04:01 So I think this is exactly right.
0:04:04 I think it’s probably worth asking like why a piece of infrastructure is a piece of infrastructure.
0:04:09 And generally, a new piece of infrastructure changes the way that you program computers
0:04:11 and then changes the stack that’s around it.
0:04:12 Like it’s got different memory requirements.
0:04:14 It’s got different latency requirements.
0:04:19 And so it just requires rethinking how we build software and how we build infrastructure.
0:04:21 You know, I would say in addition to compute networking and storage,
0:04:26 I would say distributed systems would also be included just because things like state consistency
0:04:29 required you to think about like proximity and guarantees.
0:04:33 I would say databases probably did too because it changed our programming model.
0:04:34 You have different guarantees.
0:04:37 And these models very much fit in that for a couple of reasons.
0:04:39 I think Jennifer’s exactly right.
0:04:42 Like you just build different data centers and different chips if you want to build these
0:04:43 models.
0:04:44 So it has that impact.
0:04:47 But programming them is like non-obvious.
0:04:50 Like we’re just still trying to grapple like how you program with them.
0:04:52 Like they don’t really listen to you.
0:04:54 Sometimes they do the coding themselves.
0:04:59 And if I were to try and distill like what is the one biggest difference that these models
0:05:01 provide to infrastructure, it’s the following.
0:05:04 I don’t remember ever in the history of computer science,
0:05:08 where we’ve, from an application standpoint, we’ve abdicated logic.
0:05:10 Like in the past, we’ve abdicated resources.
0:05:12 Like you were like, give me compute.
0:05:13 Give me swords.
0:05:14 Like these abstracted resources.
0:05:18 But the logic, the yes or no, like the what it’s doing, always came from the programmer.
0:05:21 But in these ones, we’re like, come up with the answer for me.
0:05:24 And so it’s requiring us to rethink what does it mean to be a programmer?
0:05:25 What does it mean to be software?
0:05:26 Et cetera.
0:05:28 So it’s clearly very fundamental to computer science.
0:05:34 And I would say, again, to Jennifer’s point, it’s very, very much a new piece of infrastructure.
0:05:37 And I think a lot of people are trying to reason by analogy.
0:05:39 You sort of alluded to this, Jennifer.
0:05:42 It’s like, oh, is it like a database because it can answer queries?
0:05:48 Or is it like a network because it’s sort of non-deterministic and we need to handle retries and weird edge cases?
0:05:52 But like, I think people are really just trying to figure out how to program these things, which you sort of said, Martin.
0:05:58 But like, we’ve got to start from a blank sheet of paper, which is what makes our jobs like really exciting right now.
0:06:01 Because there’s a lot of people trying to figure it out and coming up with new ideas.
0:06:04 Many of us have been in computer science for a long time, right?
0:06:08 We’ve been in our schools and in our operating lives and in our investing lives.
0:06:12 And like software was always the disruptor, right?
0:06:15 Like we disrupt the taxis or we disrupt like sales.
0:06:17 We disrupt the back office or we disrupt everything.
0:06:21 Like one of the most exciting things about the AI wave is like software is being disrupted.
0:06:22 Like we’re being disrupted, right?
0:06:25 Yes, it’s disrupting software and eating software.
0:06:26 I know, I know.
0:06:28 Like, oh, so we have to think about it.
0:06:29 Software is a self-eating.
0:06:30 Yeah, that’s right.
0:06:37 Honestly, I think this is the first time I could honestly say that like the profession that I’ve dedicated my entire life to is being disruptive.
0:06:39 And it’s very exciting because it’s eating itself in a way.
0:06:40 Yeah.
0:06:42 Yeah, and it’s tempting to be a curmudgeon, right?
0:06:44 Because we’ve all been doing this our whole lives.
0:06:47 So it’s like really being open to and embracing the new stuff.
0:06:48 Stuff is like the key thing.
0:06:51 What still applies is infrastructure never goes away.
0:06:52 It just gets layered.
0:06:56 In this case, it’s definitely all the infrastructure that I’ve been using and leveraging in the past are still very relevant.
0:07:00 But it’s definitely getting layered by having this fourth pillar, which is AI and models.
0:07:05 What’s different from past super cycles versus what can we learn as we enter this new one?
0:07:08 So there’s two things that happen.
0:07:14 So one of them is often when you bring the marginal cost of something down, like with compute, we did it for computation.
0:07:17 And for the internet, we did it with distribution.
0:07:20 It increases the TAM a whole bunch.
0:07:23 So for one, you almost always see this massive TAM expansion.
0:07:29 And part of that tends to be because the TAM is bigger, you’ve got new users.
0:07:34 And because you have new users, like there’s normally like a new behavior that happens, right?
0:07:41 This is very much the case with the internet, which is like people weren’t used to going to a computer and talking to everybody around the world on top of the internet.
0:07:46 And existing companies don’t know really how to think about new behaviors.
0:07:50 Like they’ve built these sales motions and operating things around like the old behavior.
0:07:53 And so you see TAM expansion, you see new behaviors.
0:07:59 Those new behaviors provide white space for challengers, new like startup companies to come and to go ahead and fill those models.
0:08:02 And I think we’re seeing exactly that happen with this one as well.
0:08:06 Like clearly this market is massive if you look at how successful these model companies are.
0:08:10 But also you’re seeing use cases that like computers just never really have done before.
0:08:11 And you’re seeing that too.
0:08:16 And so in that way, I think it rhymes very much with say the internet and it rhymes very much with probably even the microchip.
0:08:20 Maybe I’ll answer that question just from my personal experience.
0:08:26 I’m always like sort of a tools person and also wanting to like having tools fulfilling certain creativity.
0:08:36 Because I came to coding and computer science as a late bloomer after my 20s and really enjoyed all the tools available for me at that point of just building software and like learning computer science as well.
0:08:42 Now we just have massive and massive leverage in trying to create anything as long as you have a good idea.
0:08:44 And like Martin laughed at me about this.
0:08:50 Like I was a bigger like local no-code champion for let’s say the last five, 10 years.
0:08:55 Because again, these are tools for people who have good ideas but may not be like educated in the computer science term.
0:09:02 But the real tools of the world, the Wix and Squarespace’s, like you can build applications, can build software easily with these tools.
0:09:12 But now you’re given like the next level of thought partners, tools to really as any role in the company, prototype software interfaces for your end customer, for your end user.
0:09:14 As long as you know what they need, what they want to see.
0:09:19 Like you can really realize these ideas really quickly in like at your fingertips.
0:09:20 So low-code’s finally happening.
0:09:22 It just takes a lot of code.
0:09:23 It just turns out the code is natural language.
0:09:27 I know, it’s so funny because when Jennifer joined the team, she was very excited about low-code.
0:09:29 But from my view, low-code is like Python.
0:09:32 It’s like a scripting language.
0:09:33 Interpreted languages.
0:09:35 And PM is low-code.
0:09:37 So we kind of had to bridge that gap.
0:09:41 And it was in a way like a bit irreconcilable until AI came out.
0:09:45 And it’s very, very clearly like what the promise of low-code was.
0:09:46 And so you’re right.
0:09:47 It really is disrupting software.
0:09:51 So when I was a kid, right, the internet was sort of a new thing.
0:09:55 I just remember really vividly there was this movie with Sandra Bullock called The Net.
0:09:57 And she orders a pizza from her computer.
0:09:59 And this was like completely mind-blowing.
0:10:02 And like now, actually, this is a common user behavior.
0:10:06 But like what we’re dealing with now is just so much bigger than that, right?
0:10:11 I just think it’s really hard to, like I think some of these points about how will the infrastructure evolve,
0:10:14 like how will the companies adapt and things like that are probably transferable.
0:10:15 But this is a pretty big deal.
0:10:17 It’s by far the biggest thing that I’ve seen happen sort of in my life.
0:10:19 Let’s zoom out and take this long view.
0:10:21 And Martina, you’re actually the perfect full circle because
0:10:24 weren’t you the first infra investment ever as a portfolio founder?
0:10:27 I think it was either me or Okta.
0:10:30 But I will say me and Todd were like the infra portfolio.
0:10:35 Fun one LP days when they would trot us out in front of the LPs.
0:10:36 It was like me and Todd from Okta.
0:10:38 So for sure, I was one of the first two.
0:10:41 At what point did we develop a clear infra practice at A’s and Z?
0:10:46 So we always had strong infra people, right?
0:10:48 So like Ben Horowitz is an infra guy.
0:10:50 And honestly, I would say Mark is.
0:10:52 Like he masquerades as a consumer guy.
0:10:56 But he’s actually revolutionized the way we use computers in this deep infrastructure way.
0:10:59 And by the way, many things came from that JavaScript, et cetera.
0:11:02 We had Peter Levine, Zensource.
0:11:03 We had Scott Weiss.
0:11:05 And so like there’s always been deep infra.
0:11:08 But when I joined the firm, we didn’t think of it as infra.
0:11:10 We thought of it as enterprise, right?
0:11:16 And so you’re either in the consumer team, you’re in the fintech team, or you’re in the enterprise team.
0:11:31 And the thing about just classifying this stuff as enterprise, the go-to-market motions for something that touches technology and being able to reason about that is so different than reasoning to the go-to-market motion that’s purely through like sales, right?
0:11:40 And we’ve just learned over time that like we do deep market diligence as a firm, and we do deep diligence on companies before we invest in them.
0:11:47 And that the type of diligence we do if it was deep infrastructure just required a different type of junior partner and type of analysis.
0:11:58 So over time, we realized that companies where you can evaluate more by like the business model, the market buyer, the unit economics, you know, those kind of class of companies are just sufficiently distinct.
0:11:59 So we decided to just pull them apart.
0:12:01 And then that’s why we have the apps fund.
0:12:03 And then, of course, the infra fund.
0:12:14 If you think about enterprise, there is, of course, the horizontal piece of it, but also a lot of vertical enterprise, whether applications, buyers, sectors, where infrastructure is almost always horizontal.
0:12:21 And that’s another thing we realized along the way of we still want to like appeal to these like technical audience and technical buyers.
0:12:28 But we want to think about sort of the space in a horizontal fashion where these technology can be distributed to all these different sectors and verticals as well.
0:12:30 And it impacts how we think about the stack.
0:12:36 It impacts how we think about what is going to drive the form of like how the stacks integrate with each other.
0:12:38 It’s just like different from enterprise generally.
0:12:39 Yeah.
0:12:40 So it’s actually a very, very important distinction.
0:12:41 I’m glad you brought it up.
0:12:46 So like technical buyers tend to be centralized buyers in a way, right?
0:12:48 Like IT will buy compute network and storage.
0:12:51 And yes, you’ve got the compute person, the networking person, but it kind of rolls up to IT.
0:12:53 And developers are kind of a centralized buyer.
0:12:56 So like you can understand IT and you can understand the developers.
0:13:06 But when I was looking at vertical SaaS apps early in my investing career, to understand how to sell into a flooring company, you have to understand the flooring market.
0:13:08 And that’s entirely different than like the pet food market.
0:13:10 And that’s entirely different than the construction market.
0:13:16 So I felt like there was no real central software buyer for these kind of vertical.
0:13:20 So as you get further away from core infrastructure, you get away from this notion of a centralized educated buyer.
0:13:23 And just the level of analysis becomes very different.
0:13:24 I think that’s exactly right.
0:13:32 And there’s even sort of like the horseshoe theory of software buyers happening now where you have like consumers over here and then you kind of work up to like apps.
0:13:36 And like you would think that infra is way over here, but it’s actually that thing back around.
0:13:43 Like developers are making a lot of the decisions and a lot of the like marketing and sales to developers looks more like consumer these days than it used to.
0:13:45 That’s an incredibly important point.
0:13:47 I was researching the stats the other day.
0:13:55 When I first joined venture or maybe even just started thinking about infrastructure developers still like in the low tens of millions and they were becoming like the next generation of consumers.
0:13:58 Now they’re definitely the next generation of consumers.
0:14:01 It’s going above 50 million on the way to even bigger than that.
0:14:04 Now we’re talking about language being a programming language for everybody.
0:14:07 Like they are making decisions just as a consumer.
0:14:17 So we’re, of course, like training ourselves to also understand how developers as individuals adopt tools, but also like IT buying centers as customers and enterprise organizations.
0:14:18 I like evaluating tools.
0:14:24 So there’s just a lot to learn and figure out given these are the technical audience we really care about.
0:14:24 Yeah.
0:14:32 I want to get to how we think about our investable universe and what sort of subcategories are mature versus newer or sort of ripe.
0:14:35 But before that, I want to better trace the evolution a little bit.
0:14:37 So maybe Martin, we can start with you.
0:14:45 If you had to categorize, like since you’ve been investing, like the different waves of infrared or like maybe the different inflection points at which it changed how we even thought about it.
0:14:46 Oh, totally.
0:14:46 How would you characterize it?
0:14:49 Let’s just say for like the life cycle of the firm.
0:14:51 So we started with 2009.
0:14:52 And that was actually pre-cloud.
0:14:57 And so a lot of the early investments were right in the cusp of cloud.
0:15:02 And like, for example, my company, like the cloud was out there, but it wasn’t sufficiently deployed.
0:15:04 You could use it as a core thesis.
0:15:07 And a lot of the early investments were like this.
0:15:11 And we talk about it in terms of tech, but it rips through the entire business model.
0:15:14 Like early software was on-prem with a perpetual license.
0:15:17 That’s just different economics and different analysis, right?
0:15:20 And so like the pre-cloud installable software area was one.
0:15:22 And then we saw the cloud transition, right?
0:15:26 So we went to recurring revenue, totally different deploying model, totally different operating model.
0:15:33 And during that time, we’d see things like net dollar retention being more important, expansion being more important, gross churn being more important.
0:15:34 Gross margin.
0:15:36 Gross margin being more important.
0:15:37 Like everything changed to that.
0:15:41 By the way, meanwhile, of course, we saw consumer being disrupted by mobile, right?
0:15:43 With the rise of the Ubers and the Lyfts and the Airbnb’s.
0:15:55 And then again, we’re seeing it happen again during this AI, which I would say the AI transformation of the last three years has been the most dramatic I’ve seen in the last 30 years of being in this industry.
0:15:59 And there’s one interesting blip along that path, which is COVID.
0:16:07 We come from the realm of like enterprise sales and like being on the ground and deploying things and like that totally evaporated.
0:16:15 So like actually that was a dramatic shift as well, but it was driven by this kind of force majeure as opposed to a secular technical wave like the other two did.
0:16:26 I would say one of the benefits COVID brought is there was already the trend going of like developers buying and adopting tools like this bottom-up motion for infrastructure and for dev tools.
0:16:34 It got accelerated during the COVID time where lots of people just like tinkering, trying out products and tools and also more people building dev tools during that time.
0:16:45 I feel like there was a flourishing ecosystem just of these like PLG or product-led dev tool companies that are giving birth to now where we’re seeing a lot of like AI dev tools are coming up.
0:16:51 There’s nothing developers like better than being forced to stay home and not interact with other people and write code.
0:17:00 Okay, that’s a good overview.
0:17:02 Let’s go deeper into the present a little bit.
0:17:11 Can you guys share how we think about the different subcategories or landscape that kind of makes up and from we could also plug some examples of portfolio companies spaces where we made some bets.
0:17:13 Here’s a few important categories.
0:17:18 Developer tools, meaning anything developers use to make their lives better, easier, faster, more efficient.
0:17:21 Cursor is probably our top developer tool company right now.
0:17:23 And before that, GitHub, right?
0:17:24 Yeah, GitHub before that.
0:17:26 So we’ve seen very much.
0:17:30 And Jennifer, you’ve actually backed a bunch of interesting dev tools companies in the last few years too.
0:17:32 Yeah, from Levi, Stimless.
0:17:35 And there was a long time where the dev tools was written off by VCs, right?
0:17:37 Oh, yeah, the TAM was too small.
0:17:37 Yeah, exactly.
0:17:42 I mean, at the time of GitHub, would you ever have imagined a repository would be a huge company?
0:17:44 It was like almost a joke, yeah.
0:17:47 Right, and people were unsure about the business model and all these things.
0:17:50 Small TAM is the classic like red flag for infra investing.
0:17:53 If you’re at home listening to this and someone tells you small TAM.
0:17:54 They’re not an infra investor.
0:17:56 Infra creates TAM.
0:17:58 If there’s one takeaway from this thing, it’s TAM creative.
0:18:03 So yeah, so like I think dev tools, you’ve got core infra, which is compute networks and storage, right?
0:18:05 This is like to IT.
0:18:08 And then you tend to actually be quite a bit above the core infra stack.
0:18:10 So maybe you talk through kind of the areas you focus on.
0:18:17 I think about both like how developers are like using tools to improve their efficiency, but also how customers are getting value out of that as well.
0:18:21 So a lot of packaging, maybe dev tools into SaaS forms.
0:18:23 Like I’m investing in this company called Pylon.
0:18:28 It is a SaaS company that does customer support, but fundamentally it’s like being a data pipeline.
0:18:34 So that’s like core infrastructure that’s very good at connecting with systems and providing context to a lot of like agents and AI models.
0:18:35 So to me, that’s infrastructure.
0:18:39 And we’re spending a lot of time on, of course, like the cutting edge AI research.
0:18:41 So a lot of foundation model investing.
0:18:44 And we can probably numerate for the next 10 minutes.
0:18:54 I will say the reason that we’re a little bit skittish on this question is early in super cycles, it’s very hard to distinguish between an infra company and the application companies.
0:18:56 And the reason is because the TAM is so small and so new.
0:18:58 The new technology becomes the app, right?
0:18:58 Right.
0:19:02 So let me refer to like the original super cycle that started the firm, which is the internet.
0:19:09 Like Netscape, I remember when it came out, like it was a consumer thing or at least a student in school thing, right?
0:19:16 And so this is one company which everybody was downloading from an FTP server, Netscape, and using it as individuals.
0:19:19 The enterprise didn’t know what to think about it and banned it or whatever.
0:19:24 And the same company that built JavaScript, that’s building this core technology, is also doing the browser.
0:19:26 And over time it matures.
0:19:30 And then, of course, you have all of these internet companies and all the applications show up.
0:19:32 We’re seeing the same thing in the AI wave.
0:19:35 Like, is mid-journey, is that an infra company?
0:19:37 They built a model or is that an app company?
0:19:39 Well, it’s both in this sense.
0:19:42 And so I do think that at this stage, it’s very hard to distinguish.
0:19:44 It’s exactly right.
0:19:48 Like, it’s very hard to answer if OpenAI is an app company or it’s an infra company.
0:19:55 It already is building like infrastructure that’s like a cloud running these models for different sector and different use cases.
0:20:15 But at the same time, they’re also supplying the voices to these large-scale enterprise use case that are like fine-tuning, cloning your own voice and distributing that through API.
0:20:17 So it’s sort of both.
0:20:20 Another area we’ve done a lot of work is data systems.
0:20:22 And this goes all the way back to Databricks.
0:20:24 And there’s sort of been these two branches.
0:20:31 One is this like kind of back-end data-eng driven big data systems, Spark, Kadoop sort of thing.
0:20:35 And the other is this sort of data analyst, more tabular snowflake kind of thing.
0:20:40 And I think as a firm, we’ve been super, super active and super aggressive, you know, investing in companies like Databricks.
0:20:47 I mentioned Fibetran, DBT, which you guys invested in together, Hex, which is doing really, really well, Tabular, which was acquired by Databricks.
0:20:50 So we’re still, I think, really, really bullish on this.
0:20:55 Unfortunately, AI has sucked the air out of the room for a lot of data companies from a bunch of different angles.
0:20:57 But I think we’ll continue to do more of this as well.
0:21:02 How do we think about defensibility for AI companies, whether it’s an app layer or the model layer?
0:21:05 Do they all have their respective sort of areas of defensibility?
0:21:07 Or how has sort of our notion of defensibility evolved?
0:21:11 So we once wrote a blog post that there was no defensibility anywhere in the stack.
0:21:13 For anything?
0:21:13 For anything.
0:21:15 And yet people make lots of money.
0:21:16 Yeah.
0:21:25 You know, the argument at the time was like, okay, like NVIDIA has sort of a moat because chip designs are hard to copy.
0:21:31 But if you go sort of up or down, it’s kind of like, okay, they’re all sort of manufactured at the same place, right, at TSMC.
0:21:36 If you go down, if you go up, the cloud providers provide effectively the same product.
0:21:39 Like the models are training on the same data and have like similar capabilities.
0:21:42 The apps are all kind of like all using the same model.
0:21:46 So that was sort of the naive theory, I think, when we were just trying to understand this at the beginning.
0:21:47 And I think maybe it was true at the time.
0:21:54 What Martine was sort of alluding to a second ago is, meanwhile, every company at every layer of the stack is doing like fantastically well right now.
0:22:00 And during this kind of initial phase of industry development, which we sometimes call the Brownian motion phase,
0:22:05 like I actually think it’s really hard to make sort of pronouncements like this about what’s going to work, what’s not going to work,
0:22:07 where’s value going to accrue, et cetera, et cetera.
0:22:09 App companies are doing really, really well.
0:22:12 And like we’re pretty clear past the sort of wrapper phase.
0:22:14 Like I don’t think there are any wrappers anymore.
0:22:16 Like building good products with AI is really hard.
0:22:20 And the founders doing it now have like really good kind of intuition for how to do it.
0:22:23 The models are clearly like pushing the whole industry forward.
0:22:27 And like they’ve built huge companies from out, you know, so it’s kind of all working right now.
0:22:30 And I think you could actually make a case for how defensibility will work.
0:22:33 It’s quite different from the way defensibility has worked before.
0:22:34 And maybe you guys want to add on to that.
0:22:40 Yeah, on how defensibility worked for infrared companies before, largely it’s really hard to, let’s say,
0:22:47 if you’re building like a new database, like a new framework, it just takes a lot of expertise in the domain of understanding
0:22:52 what has happened in the past, where did the field come through, and what are the innovations that needs to happen
0:22:58 to polish, let’s say, like a software into this new abstraction to provide to developers.
0:23:01 Maybe one example I’m thinking of is like DuckDB.
0:23:06 It’s like such a high-performance, small, but really nimble database.
0:23:08 It took four years for the team to write it.
0:23:10 To replicate that is really hard.
0:23:16 And that’s generally what happened in the past infrastructure space is like it takes these experts a lot of time
0:23:22 to build like a new piece of security software if it’s like YubiKeys or if it’s, again, like Databricks on Spark.
0:23:29 But now as the AI infrastructure comes through, like I think a lot of those defensibilities still stays and are true
0:23:34 because these are earned secrets of what are the downfalls and guarantees other software run into
0:23:39 where these founders know sort of the past and also looking into the future.
0:23:43 But I do feel like the adoption phase is just like really massive.
0:23:48 Who is going to earn the distribution and earn sort of the developer attention is going to be a different game.
0:23:52 Can I just do a quick mental model of what has suited me very well in thinking about this?
0:23:55 I think the sloppiest thinking in our industry is around defensibility.
0:23:57 It’s just we’re just so sloppy about it.
0:24:00 And so maybe this is worth the price of listening to this podcast, like this mental model.
0:24:05 So the industry tends to go through these expansion and contraction phases.
0:24:06 Think of like the Big Bang or something.
0:24:08 Like it expands and then it contracts.
0:24:09 So what happens when it expands?
0:24:14 When it expands, zero-sum thinking is deadly because you’re just getting more market.
0:24:17 We’re clearly in an expanse phase, right?
0:24:21 Everybody is like, oh, NVIDIA can’t like sell more chips, but they keep selling more chips.
0:24:25 Oh, like the hosting platforms can’t continue to get margins, yet they keep continuing to get margins.
0:24:26 I mean, Matt said it perfectly.
0:24:26 I totally agree.
0:24:31 So if you’re in the expansion phase, then there’s just more to sell.
0:24:32 You should be aggressive investing.
0:24:34 So what happens in the collapse phase?
0:24:36 So look at any layer of the stack.
0:24:39 So in the collapse phase, which things start to consolidate again, you have consolidation.
0:24:42 But what is the end state of consolidation?
0:24:46 The end state of consolidation will always be an oligopoly or a monopoly.
0:24:48 It’s not like layers ever go away.
0:24:54 If you have an oligopoly, say the clouds, then you have what is effectively price fixing, but it’s tacit, right?
0:24:58 Which is everybody is like, we’re going to price it this, and we’re going to maintain our 30% margins.
0:25:00 So you still have value there.
0:25:01 You have margins.
0:25:07 Or in the case of like a monopoly, you’ll end up with, say, like an Intel at the time.
0:25:08 Then you can also maintain margins.
0:25:12 So in none of this, do you lose margins, right?
0:25:14 And I just think this is why people think so sloppy about this.
0:25:18 People use the words like commoditization and no defensibility.
0:25:22 That tends to be a battle between layers of the stack.
0:25:28 But the only way you can do that is actually move down the stack and enter somebody else’s layer, which is incredibly hard to do.
0:25:28 And you do see it.
0:25:34 Like, so of course, Google is going to build their own chips and they start moving down the stack.
0:25:39 But that’s a very, very different layer than somehow Google playing the different layers off against each other.
0:25:49 And so I would encourage anybody that does invest at least in infrastructure to not think zero-sum and to realize that historically, every layer of the stack has maintained some level of value and margin.
0:25:55 And if not, it was because a layer above them managed to verticalize themselves.
0:25:58 But then it’s that one player against the rest of the world.
0:26:02 Yeah, I mean, it’s like faster than light speed travel has just been invented, right?
0:26:04 And we’re sending all the spaceships out in all directions.
0:26:06 And there’s plenty of planets and stars to claim for everybody.
0:26:09 Like, you know, we’re not even close enough to each other to fight over one planet.
0:26:10 For the AI wave, yeah, for sure.
0:26:14 But it will slow down and then the consolidation will happen.
0:26:18 But I guarantee you’ll just end up with these great companies that maintain margin.
0:26:21 Like, AWS still has great margins.
0:26:22 Google still has great margins.
0:26:24 And still growing at insane speed.
0:26:26 Databricks, too, is growing at incredible speed for that.
0:26:27 That’s good.
0:26:32 You know, I think people underestimate how hard these problems are in many cases, right?
0:26:35 You’re sort of applying consumer thinking because this is how we live most of our lives.
0:26:41 It’s like, oh, wouldn’t it be relatively easy to move to a different part of the stack or take out your competitor or someone, a customer could just switch back and forth.
0:26:43 And it’s just different laws of physics, I think, in infrared.
0:26:48 It just turns out, in general, the switching cost of the infrastructure piece is so much higher.
0:26:52 Even with, like, API business, people tend to think you can just switch over to another API.
0:26:56 There’s so much logic embedded in calling the API in the software itself.
0:27:00 There’s a lot more switching cost compared to your regular SaaS software consumer software.
0:27:03 Yeah, totally, because you’re actually integrating systems, right?
0:27:06 It’s not necessarily a person who can just have a preference for one thing or another.
0:27:06 You’re sort of integrating.
0:27:07 For sure.
0:27:09 Sam Altman once had the advice to startups last year.
0:27:15 He was like, if you’re worried about us improving our models, you’re in a tough spot.
0:27:19 But if you get more excited about your business by us sort of improving our models, then you’re in a good spot.
0:27:21 Do you think that’s a helpful framework?
0:27:22 I think it’s helpful for open AI.
0:27:27 I want to say that, too.
0:27:35 If, you know, A16Z, if you think us investing in this company isn’t good for you, then if you want to buy from our companies, that’s great.
0:27:40 There’s a very open question that’s actually a technical question.
0:27:46 It isn’t a business question, which is how much does general training generalize, right?
0:27:50 So we know in the pre-training world, it generalized really well.
0:27:56 So you’d create one model, and that model was just as good at code as it was at, like, writing a poem or, right?
0:27:57 So we know that it was very general.
0:28:04 And in that world, sure, as the models get more powerful, then they can do all of the things, so they compete with all of the things, right?
0:28:14 But it seems clear to me, and again, this is an observation and it may not be correct, that as we get more into the RL world, that you make some trade-offs.
0:28:16 And then let’s say I RL something for code.
0:28:18 It’s not going to be as good as something else.
0:28:19 And, like, you’re making these trade-offs.
0:28:24 And in that world, then it’s not the case that the model is going to generally be good.
0:28:26 So I think it’s great to compete at the model layer.
0:28:31 And so, again, I think this is maybe a reasonable rubric, certainly for OpenAI to have people believe.
0:28:35 Maybe a reasonable rubric if you believe that these models are going to be generally great.
0:28:38 But I just don’t think it holds up to how things are going to play out.
0:28:40 This was a debate we had two years ago.
0:28:48 I think whether the general model and the most capable model will rule, or a lot of small, medium-sized models that are very good at specific tasks, that’s going to be the future.
0:28:49 It turns out both are true.
0:28:50 Both, yeah.
0:28:54 When we’re talking about complex systems, you cannot just use one model that drives everything, at least not today.
0:29:11 But you can compose very capable and powerful models to, like, take certain tasks and also chain together processes from, like, processing a document to, like, feeding in a model to have some reasoning and give you back really clean and structured data to make decisions and put it into your application to serve end users.
0:29:17 Like, that’s a complex system that invokes many model calls instead of just, like, one big model’s task.
0:29:23 Did you guys have any reactions, or is it worth talking at all about Karpathy’s talk?
0:29:25 Did that framing resonate with you?
0:29:27 Did you have any sort of differences of how you would frame certain things?
0:29:32 One thing he mentioned is that he thinks it’s not the year of agents, but the decade of agents.
0:29:34 Perhaps it’s not as immediately upcoming as we might have thought.
0:29:36 Probably should have talked about it more.
0:29:44 There’s something he said recently that I thought, and he’s actually responding to somebody else that I thought is actually very insightful.
0:29:49 I actually thought his talk was great, but I thought his talk was kind of an overview of what, you know, a lot of people know.
0:29:51 I thought it was a pretty good general overview.
0:29:54 I saw the tweet today about who knows how old it was.
0:29:57 So there’s this idea of prompt engineering that people have talked about.
0:30:00 And somebody, it wasn’t Karpathy, but Karpathy piled on top is this.
0:30:02 It’s really not about prompt engineering.
0:30:03 It’s context engineering.
0:30:06 And so what is context engineering?
0:30:12 So if you’re going to call a model, you have to know what to put in the context in that prompt.
0:30:14 And what tools do you have to do that?
0:30:18 Well, you could use other models, but at some point you’re probably going to use traditional computer science.
0:30:19 You’re going to use things like indexes.
0:30:21 You’re going to have to do prioritization, et cetera.
0:30:27 And to really drive the best performance out of those models, you do want the context to be correct.
0:30:30 And I do think it’s probably the right framing of this problem.
0:30:38 And the next step is in as much as we’re going to provide formalism to how do you use these models, to how do you use existing tools, to how do you improve the performance.
0:30:42 You should be thinking about what’s the right way to get the right context into those models.
0:30:52 And I bring this up because, like we said before, new infrastructure pieces create new patterns and new methods of software and building systems.
0:30:56 And this is a great example of that kind of emerging before our eyes and people reasoning about it.
0:31:02 And I truly believe in five years, we’ll look back, we’ll come up with a whole new set of formal ways to build software.
0:31:06 And they will have strong guarantees and we’ll understand them and there’ll be all the tools for it, et cetera.
0:31:20 The way I think that relates to our world is if you think about what is the new form factor of infrastructure that needs to become part of this context in engineering, it goes back to a lot of what we’re obsessed about with data pipeline.
0:31:24 How do you feed the right data and context into the models or into the context?
0:31:30 And how do you have agencies’ tools or infrastructure that will provide a discovery and guarantees the observability of these tools as well?
0:31:33 Like it’s the classic infrastructure problem that’s still unsolved.
0:31:34 So it’s a very exciting time.
0:31:38 There’s a few different types of infra founders, right?
0:31:44 There’s the sort of infra founder who loves solving really messy, long tail, like nasty problems, right?
0:31:48 There’s a type that kind of just gets fed up with a problem and they’re like, I’m going to solve this finally.
0:31:49 I’m sick of this.
0:31:53 Then there’s the type that just sees the world in a new way, right?
0:31:55 And it’s kind of like, this is actually how we should marshal these resources.
0:31:57 And like React is a great example of this.
0:32:01 We had all these like kind of progression of front-end development frameworks.
0:32:03 And finally, React was like the way that stuck.
0:32:06 And for years now, it’s been sort of the default front.
0:32:10 So like, I think what Karpathy’s talking about is trying to figure that out, right?
0:32:12 And I think his software 2.0 thing was really interesting.
0:32:15 We were investing in a bunch of like traditional ML companies at the time.
0:32:20 And I think software 3.0, I think he’s sort of right about that too in sort of directionally.
0:32:41 One of the difficulties of having any conversation around AI is it just exploits this weakness in the human imagination to dump all of our fears and hopes and dreams into this anthropomorphic fallacy, right?
0:32:43 And this goes all the way back to the Promethean legend.
0:32:46 And so let’s talk about even this context, right?
0:32:49 We’re building systems to build other systems.
0:32:51 Those systems have constraints, right?
0:32:55 And so you can fail on either side of this when it comes to this anthropomorphic fallacy.
0:32:58 On one side, you can be like, this stuff doesn’t work.
0:32:59 You shouldn’t use it.
0:33:03 You should only use traditional things, which, okay, that’s clearly not the case.
0:33:03 It seems very useful.
0:33:13 But on the other side, you can like believe they’ll solve all of our problems and you don’t need formalism and you just kind of like go to the beach and you come back when AGI is done and it’ll do it for you type thing.
0:33:29 And so part of our job and what we spend a lot of time talking about is trying to find that pragmatic, non-blinkered, non-pessimistic middle despite all of the rhetoric.
0:33:30 And then you hear all the rhetoric, right?
0:33:34 The stuff is going to like, no, we’re not going to have to work and we’re all going to be on.
0:33:35 The beach.
0:33:37 Right?
0:33:39 Or, you know, like it’ll kill us, like the whole thing.
0:33:43 And I think where we’ve landed is this is a real disruption.
0:33:44 It is changing all of software.
0:33:47 It’ll look something, place different, but it is still going to require professionals.
0:33:52 And I do think that the statement it’ll require professionals is a very meaningful one.
0:33:56 It means that you actually still need people that understand the specifications of the systems.
0:33:57 And not everybody agrees that.
0:34:03 Some people are out there like, listen, you will never need a programmer again because people are going to just say some high-level thing and it’ll show up.
0:34:11 And the only one statement I’ll say to that is formal systems came out of natural languages for a reason.
0:34:15 And like either you care about specifying what you’re designing or you don’t.
0:34:17 And if you do, you need to be a professional.
0:34:22 And that’s why every professional discipline, even though they started with a natural language, has ended up with a formal system.
0:34:25 What is your mental model on coding specifically?
0:34:28 Will there be like fewer engineers who are just higher powered?
0:34:33 I think the best way to think about this is simply that we’re going to have more developers.
0:34:40 I think it’s very unlikely that we’re going to shrink development teams because we have amazing new tools.
0:34:43 That’s just not how these markets have worked in the past.
0:34:45 I think exactly the opposite is going to happen.
0:34:51 It’s like we’re going to be creating so much great software and it’s going to be so accessible to so many people who may work at a big company or may just be sort of hacking on the weekend.
0:34:53 I think that’s by far the simplest way to think about it.
0:34:57 And it gets back to Martine’s point of you can’t anthropomorphize these models.
0:35:02 A model is a file on a hard drive in a computer somewhere.
0:35:06 And when you run a Python script, you can transform one piece of data into another piece of data.
0:35:07 Like that’s what this is.
0:35:11 And programming is a fundamentally creative job, right?
0:35:16 You are literally creating things in the most strict sense of the word, which is you’re creating software that doesn’t exist before.
0:35:20 And that’s something only a person can actually do at some level of abstraction.
0:35:26 So I personally think this is a huge boon for programmers and you have to change the way that you’re working.
0:35:28 And it’s like a huge productivity boost.
0:35:29 And I think that creates more, not less.
0:35:31 I cannot agree more.
0:35:44 I feel like for many of the developers and programmers I talked to today, they’re like going to Disneyland just because how many great tools there are to help them move faster, like build things they have always wanted to do on both side projects and also their main job.
0:35:50 I do think it also changes the dynamic of like how people are picking up new languages, picking up new frameworks.
0:35:58 And it is, again, a next level of iteration speed, given what we’re seeing with AI agents and also AI coding tools.
0:36:01 Here’s another, I think, useful mental model on this stuff.
0:36:04 Like I think it’s worth asking the question, why do people buy software?
0:36:07 Like why does someone buy some random SaaS tool?
0:36:09 Is it because it’s so hard to build it?
0:36:10 No.
0:36:12 Like most SaaS tools are like crud.
0:36:15 Like they’re just these basic kind of read-write databases.
0:36:16 They’re all the same.
0:36:17 So why do people buy them?
0:36:30 And Aaron Levy, who’s the CEO of Box, I think said this so beautifully, the reason people buy software is because somebody else made the decisions of what the workflow should be and what the operational logic should be and what data is important.
0:36:31 How you use that data is important.
0:36:40 Like creating a product is a lot of understanding what is being used and guiding the user along that direction.
0:36:42 So if not, I’ll just give you a compiler.
0:36:46 Like you do whatever you want or I’ll just give you a database and you do whatever you want.
0:36:54 There’s a reason that we have a proliferation of vertical SaaS and it is this kind of articulation or this transfer of domain understanding.
0:36:57 And that just doesn’t go away independent of how you create the software.
0:37:08 And so we will still need to design products based on whatever problem is being solved, guide people so that they’re the most effective with them and they can understand the best.
0:37:15 And we did this with assembly before and then we did it with high-level languages and then we did it with high-level frameworks and then we’re going to do it with AI.
0:37:19 But like the fundamental process of that articulation will not go away.
0:37:22 And it’s totally orthogonal to creating the software itself, right?
0:37:28 It turns out to be a much harder problem to go out and collect requirements from an unknown set of users with an unknown set of needs.
0:37:31 And like figuring out what to build, that turns out to be much harder than actually building it.
0:37:35 So what do you think is the average number of lines changed in the PR in the industry?
0:37:36 Two.
0:37:40 But it shows you to the point.
0:37:45 Like it literally is understanding the need from the business and the need from the user and making some minor tweak.
0:37:48 That is the long tail that goes into software.
0:37:49 And by the way, it turns out it’s two.
0:37:50 Well, I think that’s the median.
0:37:51 It’s the median is two.
0:37:55 I’ve written a lot of like GPRs in my life.
0:37:57 Just for the record, by the way, Martine said crud.
0:37:59 Crud is a technical term, right?
0:38:00 Create, read, update, delete.
0:38:02 We actually think applications are great.
0:38:03 We don’t think they’re crudgy.
0:38:04 They just really are crud.
0:38:05 Yeah, crud is it.
0:38:06 Just a footnote.
0:38:08 Good to know.
0:38:12 Jennifer, you were mentioning earlier how two years ago we were having this debate on generalization.
0:38:16 And what are the debates we’re having now internally or with your peers?
0:38:23 Or what are the main questions that we’re asking that we can’t wait to see how they’re going to reveal themselves in the next few months or next year that are going to impact our business?
0:38:24 Oh, gosh.
0:38:25 Every week is different.
0:38:27 What are some recent ones?
0:38:33 Definitely like how realistic are agents today like really producing production level software?
0:38:37 That’s more on the coding agent side, but also in general like the agent evolution.
0:38:42 Where are we in going from demoware to producing real value, tangible value?
0:38:43 What are some other ones?
0:38:46 Synthetic data is one we talk about a lot.
0:38:47 We’ve been talking about that one for 10 years.
0:38:49 Yeah, this is what’s so great about infra.
0:38:52 You can have the same debates for 10 years and they never quite go away.
0:38:54 It’s like change the background.
0:38:55 It’s like everything else is the same.
0:38:57 Yeah, consistency versus availability.
0:38:59 Literally every system has those trade-offs.
0:39:00 So this synthetic data thing, right?
0:39:02 It’s almost an information theory question.
0:39:06 It’s like, can you make models meaningfully better without introducing new information to the system?
0:39:09 And I think it’s now pretty clear you can do a little bit.
0:39:13 But the question is, does this lead to sort of like a self-improving utopia of models or not?
0:39:16 And I think we have some pretty strong opinions on the not side of that.
0:39:19 Generalization, Martine mentioned, is a pretty interesting one.
0:39:22 If you train a model to be really good at math, does that mean it’s going to be really good at other things?
0:39:25 Or is it just like really good at math, which I get excited about.
0:39:27 Not everybody gets excited about this.
0:39:30 Another one that we talk a lot about is like what these things are actually good for.
0:39:35 Just because the path we came from used a lot of AI.
0:39:36 Pre-gen AI used a lot of AI.
0:39:40 So there’s a lot of AI shaped holes in the enterprise, like chatbots and this and that.
0:39:42 And that’s very much on the brain.
0:39:46 And it seems to sometimes confuse the discussions from the new use cases we’re seeing.
0:39:52 Like if you look at the most common use cases of something like chatgpt, I think the top one is like companionship and therapy.
0:39:54 And then it’s like managing my schedule.
0:39:57 It’s like the top of the pyramid of need stuff.
0:40:02 And then number five is professional development, not like low-code development or whatever.
0:40:07 And so I think what is happening is we have this idea of what we thought AI was going to do.
0:40:10 And like just kind of the stilted attempts previously.
0:40:14 And then Jennifer actually ran product for a chat company prior.
0:40:16 And then what it really is good for.
0:40:18 And clearly there’s some overlap and convergence.
0:40:21 But it’s not nearly as big as people say.
0:40:24 And so we do spend a lot of time just trying to be very honest with ourselves.
0:40:26 What is the new behavior being created?
0:40:27 Where is this stuff getting used?
0:40:30 What is it just being trying to cram into places it’s not actually quite good at?
0:40:33 To that point, how do we think about agents right now?
0:40:36 What are they good for, going to be good for soon enough?
0:40:38 What is the state of them? How do we think about the broader conversation?
0:40:39 Coding agents are awesome.
0:40:42 It’s really amazing.
0:40:44 So I have a very simple way to think about this.
0:40:46 And I’m like the anti-agent guy, by the way.
0:40:47 I think it’s kind of a marketing thing.
0:40:49 This is the other thing about infra people.
0:40:51 We are like allergic to marketing, which is not always a good thing.
0:40:53 Which is a good thing you’re here, Eric.
0:40:54 So that’s what you mean.
0:40:56 Yeah, yeah, exactly.
0:40:57 Can you explain?
0:41:02 If you take the simplest definition that basically an agent is an LLM running in a loop,
0:41:08 a very simple way to think about this is errors propagate throughout the loop, right?
0:41:10 So if you have a small error, it gets worse and worse.
0:41:15 And this is why a lot of agents doing, say, general web browsing don’t perform very well yet.
0:41:19 On the flip side, if you have a way to correct those errors in the loop,
0:41:20 which is one thing that you have in code, right?
0:41:23 You can lint, you can interpret, you can try to compile and things like that.
0:41:25 You actually do see good performance over time.
0:41:28 That’s a very simplistic and maybe not quite the right way to look at it.
0:41:29 But if you can do this kind of error correction,
0:41:32 I think you’re seeing a lot of sort of improvement from this iterative approach.
0:41:33 I mean, it’s incredible.
0:41:37 I’m actually on the GitHub mailing list of a lot of the companies that I work with,
0:41:39 just mostly for interest.
0:41:46 And I have, even in the last week, seen a bunch of kind of cursor agent commits.
0:41:51 And even in the last 24 hours, the Slack integration, seeing it come from Slack.
0:41:56 And so I do think for kind of bite-sized tasks, you can articulate very well.
0:41:57 We’re starting to see them really work.
0:42:00 So in the coding space, I would say I’m a convert.
0:42:05 But to Matt’s point, like the, you know, go wander out in the woods and bring back a bear.
0:42:10 I think we’re a lot of errors you can run into.
0:42:15 Will we see more vertical integration or more horizontal specialization?
0:42:18 You know, historically, we’ve seen both.
0:42:21 And what’s interesting is we’re already seeing both now.
0:42:25 Apple, of course, has just been historically vertically integrated.
0:42:28 Microsoft and Intel, historically horizontally.
0:42:33 And often, companies will start horizontal and then go vertical.
0:42:34 So Google is horizontal.
0:42:36 It’s built on top of normal servers, but then they built their servers.
0:42:39 And then, you know, they built their own chips.
0:42:41 They built their own networking gear.
0:42:43 And so I think you always get a mix of the two.
0:42:46 What’s interesting about now is we’re actually really seeing both.
0:42:51 I would say that OpenAI is very much a vertically integrated company now with ChatGPT driving a lot of it.
0:42:54 I would say Anthropic, a lot of the usage really is more horizontal.
0:42:56 And they’re doing a great job of that.
0:42:57 I think we’re seeing this on the model layer, too.
0:43:00 Very interesting discussion we haven’t had, but it’s a very interesting one.
0:43:06 It’s like open source, quote unquote, really seems to work with these models just because you can’t, as a user, recreate it.
0:43:11 So if you look at BFL, they’ve done a great job building like a horizontal layer for these models.
0:43:16 But then you’ve got companies like Ideogram, which have built a great kind of vertical experience as well.
0:43:20 And so I would say for AI, we’ve got already this early on great examples of both.
0:43:22 And I don’t see any reason that that will change.
0:43:22 Yeah.
0:43:28 I think from the business front, it just poses new interesting questions and challenges, too, of how do you capture the value?
0:43:35 You, of course, horizontally can capture the value through being able to address every single use case by providing that to developers or enterprises.
0:43:37 But if you vertically integrate, you kind of have to pick the lane.
0:43:38 Do I want to focus on image models?
0:43:40 Do I want to focus on graphic designers?
0:43:43 Do I want to focus on, you know, people who are generating photographies?
0:43:54 You have to understand the market and the user personas use cases pretty well to capture the maximum value where you probably can take an easier path to just provide APIs so everybody can use it.
0:43:55 I think this is a great place to wrap.
0:43:57 Guys, thanks so much for coming on the podcast.
0:43:58 Thank you for having us.
0:43:59 Thank you.
0:43:59 This is fun.
0:44:04 Thanks for listening to the A16Z podcast.
0:44:10 If you enjoyed the episode, let us know by leaving a review at ratethispodcast.com slash A16Z.
0:44:13 We’ve got more great conversations coming your way.
0:44:14 See you next time.

Is AI the Fourth Pillar of Infrastructure?

Infrastructure doesn’t go away — it layers. And today, AI is emerging as a new foundational layer alongside compute, storage, and networking.

Erik Torenberg interviews a16z’s Martin Casado, Jennifer Li, and Matt Bornstein breaking down how infrastructure is evolving in the age of AI — from models and agents to developer tools and shifting user behavior.

We dive into what infra actually means today, how it differs from enterprise, and why software itself is being disrupted. Plus, we explore the rise of technical users as buyers, what makes infra companies defensible, and how past waves — from the cloud to COVID to AI — are reshaping how we build and invest.

 

Timestamps: 

00:00 Introduction 

01:49 Defining Infrastructure in the AI Era

03:15 The Fourth Pillar: AI’s Role in Infrastructure

06:01 Historical Context and Evolution of Infrastructure

08:20 The Impact of AI on Software Development

10:18 Investment Strategies and Market Dynamics

17:02 Developer Tools and AI Integration

20:57 Defensibility in the AI Landscape

22:16 Founders’ Intuition and Industry Progress

22:26 Defensibility in AI Infrastructure

24:00 Expansion and Contraction Phases in the Industry

24:35 The Role of Layers in Market Consolidation

27:43 The Future of AI Models and Specialization

29:27 The Decade of AI Agents

29:54 Context Engineering and New Infrastructure

34:23 The Evolution of Software Development

42:13 Horizontal vs. Vertical Integration in AI

43:54 Conclusion and Final Thoughts

 

Resources: 

Find Martin on X: https://x.com/martin_casado

Find Jennifer on X: https://x.com/JenniferHli

Find Matt on X: https://x.com/BornsteinMatt

 

Stay Updated: 

Let us know what you think: https://ratethispodcast.com/a16z

Find a16z on Twitter: https://twitter.com/a16z

Find a16z on LinkedIn: https://www.linkedin.com/company/a16z

Subscribe on your favorite podcast app: https://a16z.simplecast.com/

Follow our host: https://x.com/eriktorenberg

Please note that the content here is for informational purposes only; should NOT be taken as legal, business, tax, or investment advice or be used to evaluate any investment or security; and is not directed at any investors or potential investors in any a16z fund. a16z and its affiliates may maintain investments in the companies discussed. For more details please see a16z.com/disclosures.

Leave a Reply

Your email address will not be published. Required fields are marked *