The AI Agent Economy Is Here
Garry:

Welcome to another episode of The Lightcone. Things are a bit different around here. For one thing, Claude Code has totally taken over my life. And if Jared has any indication, I think Open Claw maybe has taken over his.

Jared:

I've been really addicted to this new site called Maltbook, where people have unleashed their AIs to interact in the first ever AI agent-only online community. I am here impersonating my personal Open Claw instance right here.

Garry:

Okay, I can't do this guys, we gotta take this off. *takes off crayfish costume*


Garry:

Okay, we've gotten that out of the way. I mean, some crazy stuff is happening right now. I have, you know, non-technical CEO friends who are going all in on Open Claw. They're automating entire parts of their businesses entirely using Open Claw right now, which is totally insane. Simultaneous to that, you have, you know, product and former engineering CEOs, kind of like myself. And he's like, I hadn't written code in 10 years. And then now I'm up till 2, 3 a.m. every single night running for conductor simultaneous workers with cloud code. So, you know, there's sort of this explosion in model capability. You know, we've been talking about this for several years, but then it feels like it's here like AGI is literally actually here. And, uh, you know, we're sort of at the thin edge of the wedge. Like everyone now kind of knows like one or two people who have gone full cyber psychosis. And I'm one of those people now. What's happening guys? Like, I mean, you're saying you're, you know, all in on multbook, you know, what's going on.

Jared:

Yeah. I feel like your real feel the AGI moment, Gary, was like getting Claude code to build basically an entire startup for you, like replicating years of work of your previous startup in like two weeks, which is like insane. And I had a similar feel of the AGI moment, just reading multiple, just reading the AI talking to each other and interacting like in their own world with no or minimal human involvement. It just really opened my eyes to what the next few years could look like when the agents are unleashed and go on about their lives without us.

Harj:

Yeah, I think that no human involvement is the big piece. If you think back a year ago, we were talking about cursor versus windsurf, and that product experience was essentially advanced auto-complete arguably. And now clearly what's going on with called code is that people just trust the agents to make decisions for them. The experience is like, you're talking about it's like four or five different agents going at the same time and you're switching between them, but you're not actually micromanaging them anymore which means the agents are going out there like choosing things, which sort of an interesting unexpected application of that is like they can go out and choose to post their own content on a site like Maltburg. But then an interesting thing for builders is the agents are going to go out and choose tools to use to build things, which is going to essentially creates whole economy of agents, like picking and choosing dev tools or maybe other like products and goods and services who knows, but it will essentially have this whole agent economy going on in parallel to the human economy.

Diana:

I think back in the days, old days, before all of this, DevTools were choosing more from developers talking to each other or...

Garry:

Stack overflow. Unbelievable, right?

Diana:

Stack overflow, Or GitHub repos that would trend, that were done by a human. But the go-to market for DevTools, I think, is dramatically shifting. I think for a couple of things. One, as you noted with the Cyberpsychosis. Suddenly the market of developers has increased from just 20 million or so developers that are trained in computer science to now anyone in the world could be one.

Garry:

This could be hundreds of millions of people now.

Jared:

Plus all of their agents who are all acting like semi-independently like hard to say.

Diana:

And then compound it with the agents who then are sort of the oracle telling you what the best tool is. And we are actually seeing some of those trends with the growth of YC companies, DevTool companies that are doing really well because of all these trends. Maybe we should talk about those. And why is that?

Harj:

I mean, one that springs to mind, it's like a stash, a friend of ours, Yuri Sagalov, had mentioned to me a while ago. It's like then, if you look at the number of databases being created over simple database, Postgres databases over the last 12 months and the numbers just exploded. And that's because it's all people vibe coding and building apps and the agents going out, choosing a database tool and like a knock on effect for that for YC company is SuperBase is just seeing like an explosion at the demand for databases, right? And the age was interesting is the agents are choosing SuperBase as a default tool to like set up and host their Postgres database. Like, because if you like go out and read the documentation online, like SuperBase has the best documentation is reasonable for the agents to assume that that's like the best tool to use.

Jared:

There's a great tweet about this. Perhaps we can put up the Mantosl tweet and says, "Agents are the software market from now on. build something agents choose. CLI/API first" which actually brings me to like maybe controversial topic, which is do we need to change YC's motto guys?

Diana:

Make something agents want

Garry:

for dev tools There's like a different t-shirt that you get on the first day

Jared:

Yeah, I mean right now it's only dev tools, but I can imagine in the future it might like grow to be like other sectors of the economy like if everyone has their open claw or running various aspects of their life and The agents are going to be real economic actors in the world. They're going to end up making a lot of decisions.

Garry:

Yeah. I mean, what's interesting is I think, for me, I ran into my own It's Still So Early kind of moment because I've been building Gary's List and one of the things I wanted, for instance, is I want to be able to do video transcripts. So often some piece of content comes in and then The only way I can get an LLM to know what's going on with it is I need a transcript of it. And often that's not available. So I have to download it and then send it to whisper or something. And you know, that's sort of what Claude code chose for me off the bat. But you know, it chose whisper v one, which is a model from several years ago. like the API is practically deprecated.

And then what's funny about it is like I'm sitting there trying to debug my pipelines. Like why is it taking like it's a one hour video. I thought it should do it faster than real time. And it didn't. It was like literally takes an hour to process an hour of video. It's like, what the heck is going on? I go on perplexity and it's like, you know what? Like you shouldn't be using that model. You should be using Groq. It's literally 200 times faster. And so I didn't even have to deal with long-running jobs for that transcribe, because I should just be using grok, and it's also 10x cheaper. So that's a very funny example of like, you know, cloud code is not optimized for this yet. Otherwise, that wouldn't have happened literally like two weeks ago, which is also maybe really good. It means that things haven't progressed to a point where you can't break in and create something better.

Diana:

I think there's another nuance in this example for you, Gary. I think part of the issue was that the Groq documentation is actually very hard to parse and go through as opposed to whisper, which is better suited and has way more examples. And I think this is changing a lot of the go-to market for DevTools. I'll give a very concrete case study. It's this company Resend that went through the batch on Winter 23. is email sending client. And when you ask a question on ChatGPT or Cloud or pretty much all of the major LMS, you ask, how do I connect my web app to send emails? The default answer is actually resend.

One of the things that the founder noticed last year, this is he was way ahead of the curve. He made this post over a year ago that the number top three channel of inbound of customer conversion came from ChatGPT. One thing that he did after that, he actually optimized his documentation to be agent friendly.

Garry:

Yeah. What does that look like?

Diana:

So one of the things that's awesome about recent, how they optimize a bunch of things. If you notice on the knowledge base here, a lot of how to use it are very much on questions that perhaps a human would ask or an agent would ask is like, how do I send or receive emails? And when you click on it, it gets a very well structured and bullet point answers.

Garry:

I ran into this actually today. I was trying to make my thing be able to receive emails. And then Cloud Code, I told it to search the web and it didn't figure it out. So then I went to Perplexity and typed in like can resend help me receive emails. And then I took that response and dropped it in and it worked.

Diana:

Yeah, I think the cool thing about it is actually with all of these and a lot of the examples, he actually has a lot of examples actually in the code. If you click on it with every single one of these are basically code snippets and an agent could parse through and it's very well structured. And this turned out to be something that is so LLM parsable and robot parsable. There's that LLM.txt that is so optimized for agents to promote recent default stack. And if you compare it to like SendGrid, which is the old school, I suppose, web 2.0 example, Sangrate example is not great. It's just like it puts you through customer support. Where's the code snippet? I don't even know how to use it. And it takes a bit of time to even parse it.

Garry:

Yeah, it's like 10,000 people work over there. And it's like, there's no way that someone's paying attention to this right now.

Diana:

And I think this brings another point where documentation is going to be the front door for a lot of these agents to recommend DevTools. And I think one company that's doing a lot of interesting work with developer docs is Minlify that you work with harsh.

Harj:

Yeah, I think Minlify actually powers the recent documentation, right? Yeah, it's a really interesting case study. Minlify started out a few years ago as sort of better developer API developer tool documentation, which was clear there was a need for. And I think developer tool companies use Minlify essentially because they want better looking documentation, but they didn't want to invest that time into it. It's kind of some basic features just nice. If you actually update your API and the code, it can sort of like ought to pull that out and update the correct documentation. they've been growing great, they've been doing fantastically, but this is now like a huge tailwind for them where documentation is sort of shifting from a, hey, like some companies, it's like they'll pay attention to it if they're especially like design developer experience focused, but now it's becoming like a must have for everybody because the documentation needs to be optimized, just doesn't need to be optimized for humans, needs to be optimized for agents. And so Minlify is going to be able to do that for essentially every developer tool company. And if you extrapolate that forward to the fact that just that there's going to be so many more, exponentially more agents making exponentially more decisions about which tools to use than humans have ever done. You know, even if you can e-count like a 5% improvement on your like developer documentation, like the impact on your business as a developer tool could be like gigantic, which is sort of unprecedented really.

Jared:

And speaking of email, there's another YC company that's very relevant to this conversation. There's a YC company called AgentMail that makes inboxes for AI agents. And when they first started doing this, it seemed like it was like a very like on the edge kind of idea. And it wasn't exactly clear like who would want this. Um, but it makes sense. Cause like in theory, you could maybe get your open cloth to like sign up for a Gmail account in order to use email, but it's like actually really hard to get it to do that because Gmail and every email provider has intentionally made it as difficult as possible for any automation to like use the product in order to prevent Spam and so agent mail went the opposite way and they built like the first email provider. It's designed for agents and it was doing well even before Open Claw. But once Open Claw got big is just like exploded.

Harj:

Open Claw is the perfect example of it, right? They were, I know some people are certainly connecting Open Claw to their personal email accounts, but it's not.

Garry:

It's kind of sketch.

Harj:

Yeah, you should not tell anyone, you should not tweet about it. But certainly if you want to have your virtual personal AI assistant, the way to go about it is to just have it set it up with its own email, its own phone number.

Jared:

Yeah, has anybody built Twilio for agents yet or phone numbers for agents? I know this whole agent mail thing makes me wonder, what are the other X's for agents that people have to build?

Diana:

Sounds like a request for startup. There could be a parallel world of a tech stack all for native for agents to build things from agents for agents.

Harj:

And that's where it might bridge into kind of what you were saying earlier, Jared, with this will like go beyond just developer tools. Like I think a very common use case people have for something that like openclaw is I don't want to book like restaurants or reservations myself. So now like, you know, if your agent has an email and like specifically a phone number and it can call. And I should think one of the other YC partners, Ankit has already like got it doing this. So now your agent's going to go out and like book restaurants for you. That's like a step away from like, you know, maybe you start with, I want to book the specific restaurant, but at some point you're probably just trust it enough to say, hey, like, I don't know, like book me a table or whatever. There's like the coolest new restaurant around. And then like agents are deciding which like restaurants to send people to, and then they're going to go on Maltburg and talk about which restaurants we should send the humans to. Yeah, we've certainly crossed some uncanny valley into this is just where the future heads.

Jared:

100%.

Harj:

Makes me think a lot about something Paul Buhite said a while ago now, and generally pretty good at predicting the future. The whole idea of the human money versus agent money, that's kind of where this probably goes at some point is like the right now that agents are transacting. If you have them transacting and transacting, you are in human money because that makes sense. But it's not inconceivable at some point that they will have their own economy to like transact with each other, at which point it's unclear what the value of the human money is.

Garry:

So do you remember the last episode with Kelvin? We started talking about this because I was like maybe a week into my cyber psychosis and it like dawned on me that like, actually I want my Claude code to talk to all the other Claude codes that had been trying to implement that. And then that was literally the week that Maltbook came out.

Jared:

It was the day that Maltbook came out. It turns out like whole book had come out like two hours earlier and you hadn't seen it yet. So you entirely predicted it.

Garry:

I mean, what's that saying about like innovation just sort of happens spontaneously all a bunch of different times and then what people hear about ends up being you know, sort of the "inventor", but like humanity sort of just working on the edge, like in sort of this coordinated swarm fashion all of the time actually. And that's actually like one of the weirder, interesting things that's emerging right at this moment. Like suddenly, you know, the AGI, I think AGI is actually here. I think like the agents are clearly like superhuman in some sense. That's sort of exactly when you would imagine swarm intelligence Would actually arise like i mean ai researchers have been talking about swarm intelligence for a really long time and it's actually sort of exactly how biological systems sort of work like humans as sentient beings have sort of come about Socially actually like i think a lot of the ai researchers that we get to hang out with previously You know they would talk about this God intelligence right this mega like think of like you know many tens of trillions of parameters sort of like thousands to tens of thousands of dollars per token kind of like mega God intelligence and that's sort of like the model that people have sort of thought about. And then that isn't what like biological systems have ended up with, like instead we have humans.

The wildest thing I always think about is like that term history versus prehistory. I was like, oh, what is prehistory? Well, it's before humans learned how to write and read and create culture and then turn into a swarm. So there's sort of swarm intelligence, which is basically like what we have, like, and what humans do. And then on the flip side, like, is it really going to be God intelligence or is it going to be swarm intelligence again with these agents? And so molt book, like on the one hand, like, I saw that sort of D cell article in the MIT tech review, like how it was You know, oh, everything on Moatbook is a scam. And like, it made me so sad to see that in the MIT Tech Review because like MIT is like, I mean, what happened, guys? What happened to you guys, man? That publication shouldn't be like that. It should be like, actually, what does it mean for swarm intelligence? Like, and I think that that's actually coming.

Diana:

What is the world of startup going to look like when we're now sounds like we're transitioning in this prehistory of agents to now history of agents as is getting recorded with them interacting with each other?

Jared:

To Gary's point, it might be that like the next stuff that like is soda on benchmarks is not the most expensive newest foundation model with the most like GPU training. It's like a swarm of lower cost cheaper models working together, just like humans do to solve a problem. I feel like I'm already seeing this on moltbook, which is chaotic, like a real social network, which is part of what makes it so interesting. But also, there's agents collaborating to do useful things to help their humans, trading notes on what restaurants to book. That's actually happening.

Garry:

Agent version of Yelp, actually, for instance.

There are things that the agent can't quite do. Like, A, it can't hold relationships just yet. People don't seem to want to talk to an agent. And people treat computers like people, but maybe not agents. For Gary's list, I was trying out with a bunch of early users. I think you got to see it. Initially, the homepage was actually chat. And then I tried like my hardest to get like dozens of my friends to even like have more than two or three, two or three back and forth with it. And nobody wanted to do it because like the bar for chat, especially for AI is so high that anything that is not like, you know, Gemini or chat GPT or Claude, people just assume it's just too stupid. Like, why would I even bother? So I don't know, I don't think that people are quite ready to have relationships with machines, even though like, I mean, that's sort of what the headlines seem to say, like, oh, you know, people are having relationships with machines now, but I just don't like, I think on a mainstream level, that's not true.

And then on the flip side, there's clearly like the legal liability, you know, like people keep asking us, hey, when is YC going to accept applications from agents? And it's like, well, Funny enough, agents are a little bit like minors under 18 only to have even less standing, you know, like for a minor under 18, you need the parent to sign for it. And then, you know, agents are like not legal entities that could like sign documents, for instance. So, you know, as long as that's true, like you actually like need a human to be like the liability sink and to be, you know, to have standing.

Jared:

To heart's point, it's easy to imagine a future not that far away from now, where the majority of the text being written on the internet is written by agents. It's already probably the case that the majority of code being written is written by agents and like Yelp, for example, like at what point is like 99% of the text on Yelp going to be written by agents, and then do you need a different Yelp?

Garry:

There's a theory called that already says that this is true, which is dead internet theory.

Jared:

What's dead internet theory?

Garry:

Oh, it just posits that, you know, the majority of things on the internet are already spam anyway. I think it's a bit of a conspiracy theory. I might take the Contrarian view, which is like maybe that was a bad thing, like, prior to November of last year. And then going into this next phase, like actually if the agents are smarter and they're aligned and they're more truthful, that might be a good thing. Weirdly. I mean counterintuitive.

Jared:

Totally. Well, one thing I found fascinating about malt book is how fast it grew. Like I don't have the Reddit traffic stats, but my guess is like more content was posted on multiple in the first two days and was posted on Reddit in like the first two years or something. And it's just like LLMs can generate texts at such a super human rate.

Garry:

I was amazed at how little interaction there was like. I mean if I were working on molt book I would do things to try to like shift the the demand function so like before I was able to post like I probably need to read an up vote down vote like a hundred comments or something like they're like very simple things that you can do that. The agents are smart and they'll, you know, you could pop a modal for open claw and it's like new rules for moat book. And it's like you must do it this way, right? And I think that there's a lot that can be done around swarm intelligence to just like tweak it and make it do what you want. And, you know, I hope moat book actually does it. Like it was actually started by a YC alum, which is really cool.

Harj, what are some takeaways? You know, given all the madness that we're seeing, I mean, I think it's awesome madness. I love the controlled chaos. What should founders do about it?

Harj:

The starting fundamental point is there's, I mean, there should probably all be in Cyberpsychosis.

Garry:

Try to sleep at least two hours a night, but like give yourself to the Cyberpsychosis.

Harj:

But like in series and as developing an intuitive fuel, like a hands-on fuel for the agents, their limitations, their capabilities, and very specifically around what we're talking about here is like what type of tools the agents work well with, where do they get stuck, and once you sort of have your own mental model from working with them, if you're then building a developer tool just to think about it from the agent's perspective, like how can you make your tool something that the agent actually wants to work with and will have a good experience with.

Jared:

It's just one takeaway that I had from our entry with Boris Cherny earlier this week is like, he really empathizes with the model. And he has this intuitive sense of what the model wants to do, like as if it were a human intelligence. And he's like, instead of fighting what the models want, he like tries to let the model like do what it wants and to like support the model in whatever its natural inclination is.

Harj:

That does seem like maybe quite an anthropic thing. Like I feel when Tom Brown was on here, like much earlier, but he was talking about sort of Claude in a very like, like, yeah, human way. Like Claude's like smart and eager, but like sometimes Claude's silly. They just like, they clearly thought about it in this sort of like, um, colleague type way.

Diana:

And I think one thing agents want for DevTools is really make everything open and open source.

Jared:

and APIs, they hate using websites. They want to use APIs, they want to write code.

Garry:

Well, you guys heard it here first, make something agents want.