Anthropic's Boris Cherny: Why Coding Is Solved, and What Comes Next
Boris Cherny, creator of Claude Code at Anthropic, joins Sequoia partner Lauren Reeder at AI Ascent 2026 to talk about where coding goes from here. He explains why he hasn't written a line of code in 2026, why he now ships dozens of PRs a day from his phone...
Featured in
- Published
- Published May 4, 2026
- Uploaded
- Uploaded Jun 11, 2026
- File type
- YouTube
- Queried
- 00
- Source
- youtu.be
Full transcript
Showing the full transcript for this video.
AI-generated transcript with timestamped sections.
[00:00] Okay, I'm excited to introduce our next speaker. Show of hands, who here uses Cloud Code? [00:07] Okay, show of hands, who here has Cloud Code psychosis? Come on, guys. It's okay. It's okay. My team lovingly says I have Cloud Code psychosis, which may or may not be true. We're delighted to have Boris Charny with us today. Boris is the creator, the father of Cloud Code. [00:30] of software development. And we're really grateful to you, Boris, for taking the time to speak with us today. We know that the entirety of software development kind of rests on your shoulders. So thank you for taking an hour of your time to be with us today. And interviewing Boris is Lauren Reeder from our team. [00:45] Thank you. [00:46] Thank you. [00:52] getting our chairs. [00:53] Thank you. You took my opening line. I usually ask who here uses Cloud Code. That was a lot of hands. That's awesome. [01:01] Thank you for joining us, Boris. It's very special to have you here. As a room full of builders, I think you are changing building entirely. And so I'm very curious to explore how you think about the future of software, coding, and what we should spend all of our free time on.
[01:31] textbooks about code, including programming and TypeScript. And I think last time we chatted, you hadn't written a single line of code in the last year, or at least so far in 2026, which is quite the change. There's also a little known thing back in middle school. I wrote a guide about writing basic for TI-83 plus calculators. And I just, I searched it. It's actually still on the internet. It's extremely embarrassing, so please don't search it. But it exists. We will definitely [02:01] So we're going to do, I'm going to start with a few questions here. Maybe we'll start with a little bit of the history of cloud code, how you started it. And then we're going to have a lot of audience Q&A for this one. And so start thinking about your questions in the back of your head and would love to turn it over to you all soon. [02:14] Yeah. And also, real quick, so for people that use Cloud Code, do people use the CLI mostly? Like, okay, majority CLI? [02:22] That's a lot. Majority desktop? [02:26] Okay, majority VS code or Jeferin's IDE. [02:30] Okay. [02:31] That's actually not a what? Okay. Other? [02:33] Thank you. [02:34] I like iOS mostly these days. [02:37] Okay, cool. Yeah, so I started QuadCode kind of accidentally in a lot of ways. I joined this team back in late 2024. It was sort of this incubator within Anthropa called Anthropic Labs. And the team kind of served its purpose. We created QuadCode, MCP, and the desktop app. It was a team, it was just a few of us. So very much like innovation team. [03:01] We built the thing that we wanted to build. We disbanded the team. Now the team's actually back together for round two. Mike Krieger, who's the chief product officer at Anthropic and used to be one of the founders at Instagram, so he's leading that right now.
[03:14] So the reason that I started to work on coding is we felt like there was this product overhang. [03:23] And I'm guessing people here use that word a lot. [03:26] But we definitely use this word a lot within the lab. [03:30] There's this idea that the model can do all this stuff that no product has yet captured. And in late 2024, when we were looking at coding, the way that we did coding, the state of the art at the time was type ahead. [03:41] Because you open your ID and you press tab, and you can complete one line at a time. [03:45] And that was the thing that Sonnet 3.5 enabled for the first time. But the feeling was we could actually go a lot further than that. And the model was almost ready for the next big step. So we don't have to do type ahead anymore. We can just have the agent... [03:58] write all of the code. [04:00] And so I built it, and it just really didn't work for the first six months. It was, like, not very good. It was barely usable. I used it for maybe 10% of my code. [04:11] or something like that. And even after we released quad code initially, it was not a hit. [04:16] There's a lot of people that used it, but it did not have this exponential growth that it has today. That started with Opus 4 in May. [04:24] And I remember that very clearly. That's like when the exponential growth started and then it kind of inflected with every model release. Like it started with Opus 4, then 4.5, then 4.6, now 4.7. It just kind of keeps inflecting. [04:35] So [04:36] But essentially, we were trying to build this thing that was like pre-PMF, and we knew that it wouldn't have PMF for six months because we were building for the next model. [04:43] And that was the idea pretty much the whole time.
[04:46] And, you know, for Anthropic in general, we've always just been very focused. We've always cared about business and enterprise and safety and coding. That's just always been kind of the way that we wanted to build. [04:57] And so at some point, we kind of knew that we wanted to build a product. We didn't know exactly when. [05:00] So this kind of ended up being the product that [05:03] It's an incredible story, especially that it was an accident. So you've said on the record that you think coding is solved. If this is one of the three best for Anthropic, can you tell us more about what you mean by that and what might still not be solved or what secondary problems might come? [05:20] All right, I can ask another question for them. Who writes 100% of their code by hand? [05:27] Who writes 100% of their code using an agent, like quad code? [05:32] Okay. Who's like somewhere in between? [05:35] Okay, so like 50% solved. [05:37] I mean, for me, it's like, for me, it's 100%. Like the, the quad code code base, you know, it leaked. So, you know, people know, it's pretty simple. It's just like TypeScript and it's react. Like there's no big secret. There's nothing really complicated. [05:53] The reason we picked TypeScript and React is it's very on distribution for the model. So when we started building the code base, the model was not as intelligent as it is today, so the language and the framework mattered a lot. Nowadays, it can write whatever, and it can pick up new languages, new frameworks. It hasn't seen. But back then, you wanted to do something pretty on distribution. [06:11] Thank you. [06:12] Because of that, I think fairly early, we got to the point where the model just wrote 100% of the code.
[06:17] And for us, this happened sometime in October, November last year. And so for me today, you know, like the model writes 100% of my code. [06:25] I write somewhere, usually a few dozen PRs every day. [06:28] There was a day last week I did like 150 PRs in a day. That was a record. I was just trying to kind of push to see how far I can get it. [06:34] But yeah, for me it's just solved But this is not the case everywhere [06:39] There's very big complicated code bases. There's kind of weird languages the model's not good at yet. And, you know, as everyone here knows, it's getting there. Usually the answer is just wait for the next model. [06:49] Can you actually tell us about your personal setup? You walked us through it the other day. It is pretty wild. [06:55] Yeah. So I shared my personal setup like six months ago or something on Twitter. And it's funny, I actually, I shared it, I didn't realize that it would be surprising for anyone. That was just like the way that I coded. And it's changed since then. It's changed. And so now actually most of my work I do from my phone. [07:14] And so, I don't know if you guys won't be able to see this, but I have... [07:20] So I have like the quad app. [07:22] And if you open the Clawed app, [07:25] On the left-hand side, there's this little code tab. [07:27] And I just have a bunch of sessions going. [07:31] Um, [07:32] You probably can't see it. How many sessions? [07:34] - Usually I have like maybe like five to 10 sessions. And then the sessions usually have a bunch of agents. So I think currently probably like a few hundred agents going. [07:43] Usually every night I have like a few thousand that are doing kind of deeper work. [07:47] There's a few ways to manage it.
[07:48] One is that you ask Claude to use a bunch of subagents to do work. Actually, the thing that I've been... [07:54] Finding myself using more and more is a loop. [07:57] So this is /loop. And it's just like the coolest thing. It's like the simplest thing that works. [08:02] All it is is you have Claude use Cron to schedule a job for some point in the future, and it's a repeat job. [08:09] And it can run every minute, every five minutes, every day, kind of however often you want to schedule it. [08:15] And at this point, I have dozens of loops that are running for stuff. So I have one that's babysitting my PRs, like fixing CI, auto rebasing. I have another one that keeps CI healthy. So if there's a flaky test or whatever, it'll go and fix it. I have another one that grabs feedback from Twitter and kind of clusters it for me every 30 minutes. So I just have a bunch of these loops running at any time. [08:37] I sort of feel like loops are the future at this point. If you haven't experimented with it, highly, highly recommend it. [08:42] And we also just launched routines. [08:44] which is the same thing but kind of on the server. So even if you close your laptop, it keeps going. [08:50] So that's your personal setup. Tell us about what you think teams will look like in the future. How do you extrapolate from all the work you're doing to keep everyone on the team moving forward, understanding the context? Or do you think we need to let go of a lot more agents to make it work? [09:03] I think, you know, it's so hard to make predictions, but I'm here to make predictions, so I'll try to make some. [09:12] I feel like the way that things are going is generally there's going to be a lot more generalist than there are today.
[09:19] And-- [09:20] Today, when we talk about generalists, I think largely we're talking about people that are still engineers. So they're still writing code, but maybe they're kind of product engineers. So maybe when we say generalists, it's like they do iOS and web and server, for example. That's like a generalist in engineering. [09:35] But I think the thing that we're going to start to see a lot more of is generalists that are cross-disciplinary, [09:40] So this is engineers that are really good at product engineering, but also really great at design, or really great at product and data science and engineering. [09:48] um [09:49] I don't know, it's something that we're starting to see on our team. So actually, like a lot of people on the Cloud Code team, [09:56] are generalists across disciplines, everyone on our team code. So like our engineering manager, our product manager, our designers, our data scientists, our finance guy, our user researcher, every single person on our team writes code. [10:10] And so... [10:11] you know, like they're specialists in something, but now also everyone's just coding. Yeah. [10:15] And... [10:16] I'm seeing some nods, but I bet also it's actually not that surprising to people in this room because I bet you're seeing the same things. [10:23] I have one more thread of questions and we'll open up to the audience. So we talked a bit about what's changing with coding. I'm curious about what you see changing in the world of software or software products. [10:33] I think as we see AI making writing code 10 or 100x cheaper, [10:39] What happens to the value of the products that are produced with software? Do we have a Saspocalypse on our hands? How do you think this plays out? And again, you're going to have to make another prediction. [10:48] The Saspocalypse question is my favorite question.
[10:55] I think there's two things that are going to happen, and I don't think either of them is the thing that people have been talking about. [11:01] I think one is – is anyone here an acquired listener? [11:06] Like the Acquired podcast? [11:08] Yeah, it's like the best podcast. [11:10] I actually, I got to do an Unplugged with them the other week, and I just, I felt like I got to, like, meet my heroes, because they're just, like, the hosts are the best. [11:19] Okay. [11:20] So they have this idea of seven powers. And this is like Hamilton, he wrote a book about this. And this is kind of the seven moats in business. And I think what's going to happen is because of AI, some of these moats are going to get more important and some are going to get less important. [11:33] And so like for example, one that gets less important is switching costs. [11:37] because you can just use the model. [11:39] And you can kind of port from one thing to a different thing. Another one that gets less important is process power. [11:45] Because for companies whose moat is like workflows and process and things like this, [11:50] Quad is getting really good at figuring out process. [11:52] And especially with 4.7, it can just hill climb anything. [11:55] So if you give it a target and you tell it to iterate until it's done, it'll just do it. [11:59] I think this is the first model like that. So I think these are going to get less important, but I think the previous modes actually still matter. So this is like network effects, scale economies, cornered resources, things like that. These are not really changing with AI. [12:13] I think the second thing is if you look at the number of startups today or like maybe in the next, you know, the past 10 years, I think the number of startups in the next 10 years that are just going to like disrupt everything is, [12:22] is going to increase like 10x. [12:24] Because right now you can be a tiny startup, you could build a thing that's as valuable as a large company, and you can actually compete head-to-head.
[12:31] Because the large company has to evolve their business process. They have to evolve the way they work. They have to retrain everyone to use technology. They're going to face a lot of internal resistance to that. [12:40] Thank you. [12:40] But, you know, no one here has that problem. [12:44] If you're starting fresh, then you can kind of build with AI natively from the ground up. [12:48] So I don't know. I think it's the best time to build. It's the best time to be a startup. There's so much disruption coming. [12:54] So there is hope for us after all. Thank you, Boris. I would love to open up to audience questions if anyone has anything they would like to ask. [13:02] Dan? [13:05] Thank you. [13:05] Thank you. [13:07] Hi. Yeah, I'm curious. You said that you built a [13:12] six months before there was product market fit, but now, given that the models are good enough, how much do you attribute the success of Cloud Code to [13:19] the model versus product decisions and the [13:22] feel the product. [13:24] Thank you. [13:24] I think it's probably a mix [13:27] Yeah, I think it's a mix. I think if you asked maybe a year ago, the ratio was maybe something like 50-50. Maybe, I don't know, if you asked me six months ago, the mix would be 50-50. What about in two years? [13:37] Oh, two years. I don't know, dude. We plan one week out. Six months. Sometime in the future. [13:42] And by the way, I think the reason it was 50-50 is... [13:46] I did YC back in the day. I was the first hire at a YC company, and I did a bunch of startups. [13:53] And in startups, like, the thing that they drill into, and especially in YC over and over, is build something people love. [13:58] Thank you. [13:59] And so it doesn't matter what the product is. It doesn't matter, like, the model and all this stuff. You still, in the end, have to build a thing that people love.
[14:05] And I think that's why the product matters, is we pay so much attention to the little details. [14:10] so that as you use it all day, it's a really great experience. [14:14] I think as the model's gotten better, the harness kind of gets less important. [14:18] And I think, like, a thing that we're thinking about right now is, like, how do we evolve the harness? So, like, how do we make loops more of a first-class thing? [14:25] How do we make it easier to run a lot of agents? You know, besides, you know, like sub-agents is one idea. There's a bunch more stuff that we're cooking. [14:32] But I think in a year, the model will be much better aligned. [14:36] And so all the safety mechanisms that we have today around prompt injection and kind of static verification of commands and permission modes, human in the loop, all this kind of stuff is just going to be less important. [14:47] because the model will just do the right thing. [14:49] um, [14:50] So, yeah, that's my prediction. Thanks. Thank you. [14:55] You want to toss the box, Dan? [14:58] Thank you. [14:58] Great. [15:01] To zoom out a little bit from software, I think Cloud Code did a cultural change a few months ago where it democratized... [15:09] building software. You can see shop owners building their own software for themselves, or even programming microcontrollers to control the light when someone opens the door. So, [15:19] Do you see in the future [15:21] Um, [15:22] building software becoming a skill like I know a Microsoft Office. So it's a thing that everybody can do, not just people in the tech industry. [15:30] Oh my God. Yes, yes, yes. I think it's going to be even more than that. I think it's going to be, I don't know, it's going to be a skill like, yeah, like I know how to send a text message.
[15:39] Thank you. [15:40] I think – [15:42] My two genres are essentially sci-fi and tech history. This is what I read a lot of. I think in tech history, there's one thing which I think to me is the clearest parallel for what's happening right now. And this is in the 1400s. [15:55] the printing press in Europe. [15:57] And what happened was before the printing press, essentially 10% of the European population was literate. [16:03] They knew how to read and write. [16:04] They were often employed by kings and lords that were not literate. [16:09] And their job was to read and write. And this is not something that everyone knew how to do. [16:14] The printing press was invented, then there were two more presses, and in the 50 years after the first printing press, [16:20] There was more literature published in Europe than in the thousand years before. [16:24] And over the same period, the cost of literature, the cost of a book went down like 100x. [16:29] And then it took a couple hundred years because learning to read and write is hard. You need education systems and government and everyone can't be working on farms and so on. [16:38] But over the next few hundred years, literacy globally went up to like 70%. [16:41] And so, you know, now we can all read and write, and you don't need a degree in reading and writing to know how to read and write. Although still, there are professional writers, and that is a thing that you can do. [16:50] So I think the thing that's about to happen, and it's going to be much faster than 50 years, is software will be a thing that is fully democratized, that anyone can do. And, you know, there's a lot of corollaries to this. So, for example... [17:04] with your writing accounting software. [17:06] The best person to write accounting software, I think maybe even today, is not an engineer. It's a really good accountant.
[17:12] Because they know the domain really well, and coding is the easy part. It's knowing the domain that's the hard part. And I think this is just obviously the future. [17:20] Thank you. [17:21] Thank you. [17:22] So... [17:23] One of the things Greg said was that you guys are living in the future a little bit because you get to have access to the models and the agents and [17:29] Cloud Code was an internal tool before he released it. Is the gap between where you guys are in engineering and the rest of the world [17:36] Is that a month? Is it three months? Is it six months? And is that gap getting bigger or smaller? [17:42] over time. [17:43] Yeah, so internally we use the same model as everyone else does. [17:47] For us, the dogfooding is really, really important, so we use the thing that everyone else here does. [17:52] We use a little bit of Mythos to try it, and then we use a lot of Opus 4.7 to dogfoot it and to write most of our code. [17:59] I think on the model side, there isn't really a gap. It's pretty much mythos, and that will become some version of... [18:06] some descendants of that will become available at some point to everyone. [18:10] I think on the product side, there's probably a far larger gap. [18:13] And that's just related to us changing all of our processes. Like if you talk to people at Anthropic, we use Cloud for literally everything. And our clouds are talking all day. Like as I'm coding, as my clouds are coding in a loop, they will communicate over Slack to talk to other people's clouds that are also running in a loop to kind of figure out unknowns. We have no more manually written code anywhere at the company. All of the SQL is written by models. Everything is just built by the models. Yeah. [18:38] So I think actually the place that we're ahead is not the technology, because the same technology available to us is available to everyone here.
[18:44] Because fundamentally, we are building a platform. [18:47] And so for us, it's really important that [18:49] developers can use the same thing that we're using, and that we dog food everything that we put out there. But I think there's actually a far bigger lead in kind of the organizational structure and organizational process. [18:59] And this is a place where, you know, [19:00] Hopefully we can talk about it in places like this, and everyone can kind of learn from it and also evolve. [19:06] Yeah, and I think that's one of the advantages startups have. It's so much easier to start there. [19:10] Jared? Yeah. Last time we talked, I think you'd mentioned, we talked a little bit about multi-agent, and I was very inchoate at the time at a prior Sequoia event. [19:18] and you mentioned that there were some things going down the pipeline, there's a thing you're thinking about. Now, obviously, there's slash batch, there's slash loop, there's sub teams, there's teams. Can you speak some to... [19:28] either at the model level [19:30] at the harness level, how you're injecting priors in the harness level, how the objective function is changing at the model level, to kind of make this experience around delegating work, spitting up agents better, because so much of the work is paralyzable. [19:41] You can do so many things so much faster. And I feel like I have to overlay my own intuition for when to paralyze things rather than the model kind of understanding that you can spin up 10 sub agents for something. [19:50] Yeah, I mean, on the product side, it really just comes down to prompting. [19:53] That's how it is. And so we tweak prompts to kind of help the model do stuff in parallel more. [19:59] But also, honestly, as the model gets better, it just naturally does this. And so something like loop, I found actually 4.7, it just starts doing. [20:06] which is really cool. It's like it does something like, you know, I'll tell it go pull this data query. And it's like, hey, I noticed that the data is changing over time. I'll start a loop and I'll give you a report every 30 minutes.
[20:19] And I'm like, great, can you send it to me over Slack? [20:21] and then it uses the Slack MCP to do that. So I think actually over time, it's not on users to figure out how to hold the tools better. And if that's the case, it's actually a product design problem and I'm not doing a good job. [20:32] It's really on the model to do this stuff better and on us kind of prompting it so it naturally does this. [20:38] Thank you. [20:39] So right now it seems like a lot of us use, like, Claude or... [20:46] codecs or these tools in the cloud to do a lot of our computing. But then there are some very vocal advocates of have your AI be local. And I could imagine over time as a [20:57] open weight models and other things catch up that this could be more of a possibility for people to get really high quality [21:03] coding assistance. I'm curious your vision of [21:05] Stay over the next like... [21:08] years or something like that, do you see the trajectory of everyone still really relying on the cloud centralized compute or... [21:15] Is there a pivot to, oh, we all just have our local agents that we can rely on and they don't get throttled and [21:21] other benefits? - Yeah, I think it, [21:25] Mm-hmm. [21:26] I don't know. There's maybe a few ways to answer that. I think maybe the most fundamental way to answer that is it doesn't matter. [21:32] Because I think now we're getting to the point where the model is just able to figure it out. [21:36] So I think, like, by a couple of years from now, the model is just going to be doing all the code. It's going to be starting the agents. It's going to be building the environments. And so, like, if it decides, like, actually I'll use, like, local models to do this, you know, that's what it'll do. [21:46] I don't think these will be decisions that we are making as engineers anymore.
[21:50] We have time for a couple more questions so I can toss this out. [21:54] Jamie? [21:56] Thank you. [21:57] - Mr. - Thank you. - It feels like one of the great decisions with Cloud Code was making use of the fact that a lot of developers' tools and workflows are local. [22:07] But that isn't necessarily always the case for sort of general knowledge work with cloud tools. I'm curious how you're thinking about this with Cowork, of how do you give Cowork enough access to the tools that we use to be powerful the same way that Cloud Code is for developers? [22:22] Yeah, that's a really great question. I know when I was at a big company, we took like [22:27] five years moving all the environments to remote [22:30] It's just like so much work, especially at a big scale. [22:33] But for knowledge work, largely, it's there already with Salesforce and Docs and things like that. [22:39] For us, it's always just the simplest answer. It's just MCP. [22:42] So the same MCP connector that you have in Quad AI, you hook up Salesforce, you hook up Google Docs, Google Calendar, and then Coor can use that. Quad CLI can use it. [22:51] QuadCode everywhere can use it. [22:53] Thank you. [22:54] For the systems that don't have MCPs, like... [22:57] Do you think that's where computer use is going to be a big opportunity? [23:02] Yeah, I think computer use is kind of a catch-all. [23:04] So I think currently, as far as I know, I think Anthropic is pretty far ahead on computers. And so if you use it through co-work, it's quite good. [23:12] So it's able to use pretty much any piece of software that you have on your computer. It's very slow, but it does it quite well now. [23:18] especially with 4.7. [23:20] Um...
[23:21] Yeah, but I think otherwise, like, MCP is kind of the answer. And, you know, all this stuff just doesn't matter that much. It could be MCP, CLIs, APIs, just some sort of programmatic access, because the model doesn't care. To the model is just tokens. Yeah. [23:35] All right, we have time for one more question. [23:38] Ryan? [23:41] Sean, do you want to toss the... Thank you. [23:45] You've kind of alluded to this, but if like some time ago you saw the product overhang and thought to build a product that would then become more interesting once the models got [23:55] Can you just talk even in vague terms about the shape of a product you built today that you think becomes much more interesting as models get better in six months to a year? [24:02] Yeah, quad design I think is a really good example. It's pretty good today. It's going to get a lot better. [24:09] There's also a few things that we're cooking up for Cloud Code that are going to be landing over the coming weeks. So you'll see those. [24:14] And then I think loop and batch and things like this around massively parallelizing agents, that's going to get better. [24:22] I think computer use is another good one. [24:25] Thank you. [24:25] All right, Boris, thank you so much for joining us. I think we'll be here for a little longer if anyone has a question. [24:32] Thanks, guys.
Want to learn more?
Ask about this video