Kevin Scott on The Future of Programming, AI Agents, and Microsoft’s Big Bet on the Agentic Web
I interviewed Microsoft CTO Kevin Scott about the future of agents and software engineering for another special edition of AI & I . With 41 years of programming behind him, Kevin has lived through nearly every big shift in modern software development. Here’s his clear-eyed take on what’s changing with AI, and how we can navigate what’s next: The real breakthrough for the agentic web is better plumbing. Kevin thinks agents won’t be useful until they can take action on your behalf by using tools and fetching data. To do this, agents need access across your systems—and Microsoft’s answer is adopting Model Context Protocol, or “MCP,” that allows an agent to access tools and fresh data beyond its knowledge base, as their standard protocol for agents to move through contexts and get things done. How the agentic web echoes the early internet. Just as protocols like HTTP and HTML gave the web a shared language, Kevin believes the agentic web needs its own infrastructure—the first glimpses of this include MCP (the HTTP of agents) and NLWeb, Microsoft’s push to make websites legible to agents (similar to what HTML did for browsers). Open ecosystems can coexist with strong security systems. Kevin argues that the “tradeoff” between ecosystems that allow “permissionless” innovation and robust security is a false dichotomy. With AI agents that understand your personal risk preferences—and know your communication habits across email, text, and other channels—they could detect when something suspicious is happening and act on your behalf. The craftsman’s dilemma in the age of agents.
- Published
- Published May 20, 2025
- Uploaded
- Uploaded Jun 12, 2026
- File type
- POD
- Queried
- 00
- Source
- share.transistor.fm
Full transcript
Showing the full transcript for this episode.
AI-generated transcript with timestamped sections.
[00:00] You're someone who I think cares a lot about the craft of things. One of the knocks on using agents for coding is it gets rid of some of that feeling or something like that. How do you feel about that? I love the fact that my people, makers writ large, so software engineers or mechanical engineers or woodworkers or potters. If you are really passionate about what you do, you're going to have very strong opinions about how you do it. [00:30] This is not the first moment in the past four decades where the nature of software development has changed in a non-trivial way. Like if agents are going to be useful, they have to take action on your behalf. They have to be able to use tools and make changes in systems and consult information sources that are useful. [00:49] diverse and rich. And in order for that to really be great, you need an ecosystem that looks a lot like the internet. If you have [01:03] a source of information, you already have a website, you already have an API that's doing something for people out there. You've got to figure out how to plumb things through where agents can talk to those things. One of the things, the CTO that I've been pushing for at Microsoft is [01:19] systems internally to speak a standard protocol to all of the agents that we're writing inside of Microsoft. Be curious, try stuff. And if it works for you, use it. And if it doesn't, don't.
[01:44] Kevin, welcome to the show. Thanks for having me. One of the things that's interesting is I was here last year. Yep. And you said two things. There are two big themes. One was agents are going to be everywhere. That's one of the things you said, which I think really came true. That was very efficient. Another thing is I noticed a big emphasis last year on scaling laws. Yep. There are a lot of graphs of like we're building big infrastructure, we're building these bigger models, and every two years we're going to get these big performance improvements. Yeah. This year, the emphasis is really on the agentic web. [02:14] So what has changed? What have we learned from last year to this year? Yeah, I think there's a bunch of things that have changed. Like one of the things is that I think... [02:23] Last year, [02:25] people were like really in this state of mind that they were doubting that the scaling laws were going to continue to work really well. Whereas like, I think, you know, we've demonstrated year after year after year that they are intact and working quite well, that like, that's not a thing that people need to be reminded of anymore. And I think the other thing too, that's happened, honestly, is that the reasoning capabilities of the models has actually gotten a little bit ahead [02:55] what we're using the models to do in products. So I've been talking a lot lately about this thing called the capability overhang. And, you know, I think we actually have some work to do collectively across the whole industry to close the gap between what the models are actually capable of and like what we're delivering to users of that capability.
[03:25] as interesting to talk about it this year's build as last. And then the other thing too, is that we've just discovered as all of these agents have emerged over the past year. And so like both the number of agents and like the amount of time that people are spending doing stuff inside of these agents or with these agents is that there's a bunch of other stuff other than reasoning that has to get sorted out in order to make them as useful as they should be. So, you know, the things that I was talking about, um, [03:52] at the keynote today at Build, [03:56] were [03:57] You know, we need better agentic memory like our agents right now because memory is constrained in a bunch of interesting ways. [04:07] They're a little bit transactional. So, like, you use them for, like, one thing and, like, you know, memory is coherent across the course of that task. But, you know, then it may or may not completely go away. [04:27] to task to these things. And then there's just... [04:32] this real issue that like if agents are going to be useful, they have to take action on your behalf. Like they have to be able to use tools and like make changes in systems and consult information sources that are, you know, diverse and rich. And in order for that to like really be great, you need like an ecosystem that looks a lot like the internet where if you
[05:02] source of information. You already have a website. You already have an API that's doing something for people out there. Like, you've got to figure out how to plumb things through where agents can, like, talk to those things and where, you know, all of the incentives are aligned for everyone to, like, go have all of this stuff participating in, you know, ways that make sense to them in this agentic web. And so I think that is the big story this year. It's like you've seen the, you know, [05:29] first glimmers of like real progress with like super awesome, simple open protocols like MCP that are serving the same purpose in this agentic web as HTTP does on the internet and where you have things like NL web that are like serving, you know, the same moral equivalent purpose as HTML does on the internet. And so I think you're going to see these things like simple things that are [05:59] in the open community and like a bunch of things hopefully getting to ubiquity so that agents can actually do stuff right so i think to play that back like one of the things i hear is like we have agents agents are starting to work and in order to make them powerful agents need access they need access to like what whatever is out on the internet whatever is on your computer all that kind of stuff yep and you need um basically protocols um and processes for agents to be able to access that stuff and so you're looking at different parts of the stack so like [06:29] where you're building memory and all this kind of stuff, and then MCP, which allows you to connect into the wider internet to get more information into agents. Yep.
[06:41] I guess, why is that important to Microsoft? And like, what role do you want to play in that kind of an ecosystem? Well, look, I think there are, you know, [06:50] two, maybe three things that are super important. So one is like we make agents and in order for our agents that we're building for folks to be useful, like we need to solve these problems inside of these agents. And like, even if you sort of scope it down narrowly to enterprise agents, like one of the things, the CTO that I've been pushing for at Microsoft is like, I want all of our systems internally to speak a standard protocol to all of the agents that we're writing inside of Microsoft [07:20] we're not exposing the entire world to like Conway's law, which is, you know, organization. So Conway's law is like this really funky thing in compilers where, you know, [07:31] This guy Conway said that the number of stages or passes in your compiler is going to be dictated by the number of teams you have working on the compiler. You ship your org chart. Correct. You ship your org chart. And so, you know. [07:45] You certainly inside of the confines of a company like Microsoft, like you don't want to be shipping your org chart when you are building your agents. And like it's just kind of a horror show to watch like as an engineer, like all of this inefficient building, like when you don't have like those standard protocols and services that everybody's using. But I think, you know, if you sort of imagine... [08:09] If you really imagine like what agents could do and like what you, you know, what,
[08:14] users, like not me, but like, you know, just people who are hoping these things can be more useful than they are right now. Like you need things to start happening the same way that they were happening with the web. And like, I kind of see it right now. Like MCP is like a really great example. So it is a really simple protocol that solves a really important problem, not just for [08:44] you know, [08:45] users of these systems who want them to be more useful. And for people who are providers who are like, hey, like I want to be participating in this new agentic web is like people are doing less of one thing, which I knew how to connect to like how and they're, you know, they're sort of sitting here using these agents, like, how do I get my stuff wired up into this? And like, how does it make sense for me? Like even from a business model perspective to do that. And so like, that's the two things that's like, make our own agents more useful. And then like, [09:15] like even more important than the agents that we're going to write ourselves. Like that platform layer that Microsoft has been building in technology for 50 years, like we just want to make sure that we are helping solve the problems that are emerging as this agentic web is happening. Yeah, it's been it's really cool to see you guys like leaning really hard into MCP and like integrating it into all of Windows and all that kind of stuff.
[09:45] from people who are thinking a lot about mcp that um the security model needs a lot of work and i'm i'm curious like for your take on that because you're you're you're making a lot of comparisons between this stack and um the internet stack and the internet has a bunch of like things in its security model like the same origin policy that makes sure that you like uh if a website is serving you serving you code like it's only able to execute on the [10:09] its own data. And MCP doesn't really have that. So like, how do you, what do you think the right security model is for this? Well, I look, I don't know that I know what exactly the right security model is, but like the interesting thing about MCP is like, it is so coherently simple that it's going to be relatively easy for the community to decide what the security model is. Like, yeah, [10:39] doing really good work with the MCP team to get done. So like we need agents to have identities so that you can build entitlement systems. So you can say this agent is acting on behalf of this person and like they are entitled to see these resources in this system. And like even having a way for an agent to sort of, [11:00] Go. [11:01] query a bunch of systems and say like, [11:04] These here's the thing that I would like to do. These are the systems I need to touch in order to do the thing. Like what entitlements do I need to ask for in order to do this? And so I can request permission like from the user, like the person who's delegated this task to me, like, can I present to them like anything?
[11:23] can I have permission to these things in order to do this thing you asked me to do? Yes or no. And then for the administrators of all of these systems, you know, like, Hey, is it okay for all of this to be happening? And so like, there's, [11:37] All of that's going to be like relatively straightforward to do, like not easy, but like relatively straightforward to do on top of MCP. And like the important thing is like, let's do it in an open way. Like we don't need it to be proprietary to like our agents or our systems. Like we've just got to figure out how to get this dime where... [11:59] things kind of work like the web works. Yeah. Well, it's an interesting question for me because I feel like there's maybe two potential models or potential go-to-markets for AI stuff that you guys have been talking about. One is this sort of like verticalized model where you own the model and you own the UI layer, you do all the applications and everything in between. And the thing about that model, which maybe it's sort of, you could say that the App Store, [12:29] and an open model [12:32] It's harder to do security stuff, but you get much more like innovation, basically, because there's no central authority. So how did you guys think about making that decision?
[13:02] a real advantage in having permissionless innovation. So like the thing that... [13:09] As an individual that excites me most about what's happening right now is the extent to which you can go innovate and build things without having to seek someone's permission, like where you have to have them grant you permission for distributing your things to other people. And, you know, like having all of these like complicated gatekeeping things that are sitting in between you who are the person who had the idea and like the people who might benefit from it. [13:39] you [13:39] contributing much value, honestly, to the two parties and the transaction that matter, which is the person who did the hard work to make a thing. And then the, [13:48] people who are going to either spend their attention or their money or some other currency that's valuable to like access the thing. So like I get it kind of excited about that. And so like that's one of the reasons why we've made the decisions that we want to. But like I also think that there are ways that you can get real robust security in these systems, like leveraging some of the AI capability that you have now. [14:16] That, you know, where you may be able to have better security. Like if you have an agent that you are running that is attending to your personal security requirements, like these are things I'm willing to share. These are things I'm not willing to share. Like, you know.
[14:33] And that has some kind of knowledge or risk assessment and like, [14:38] For instance, my wife this morning while I was getting ready to jump on stage, I got this flurry of emails because I'm the backup security account for my wife where somebody was fiddling around with two-factor authentication on her account. And the first thing I did was I texted her. I didn't want to email her because somebody might have gained unauthorized access to her email account. I texted her. I was like, hey, are you screwing around with the configuration? [15:08] Yes. And so like you could imagine like having an agent that is like privy to like a whole bunch of your communication modalities, like being able to like notice that something funky is going on. And then like, you know, using a bunch of resources to triangulate like whether that's legit activity or illegitimate activity. So I like I think there's just a bunch of stuff like that that like you can have both. Right. Like I don't think it needs to be like, you know, one or the other as you framed it. [15:38] one of the one other thing that I'm I'm curious about is it just seems pretty clear that software engineering is changing. Yeah. [15:47] And, um... [15:49] you're someone who's been involved in software engineering for a long time uh you're someone who also i think cares a lot about um like the craft of things like the craft of how things are made we were talking earlier about you're making um you do a lot of ceramics you make your own bags like you're you love having your hands and things and i think one of the knocks on you know using agents for coding is like it gets rid of some of that feeling or something like that which
[16:13] I don't necessarily agree with, but I'm sort of curious for you, like as someone who cares about the craft of code, looking into this future of coding with agents, like how does that, how do you feel about that? Well, so let me start by saying that I, I. [16:29] I love the fact that my people and like when I say my people, I mean, you know, makers writ large, so software engineers or mechanical engineers or woodworkers or potters or, you know, just sort of pick your thing where people are trying to create things from raw materials or nothing. [16:49] If you are really passionate about what you do, you're going to have very strong opinions about how you do it. The tools that you use, the materials that you use, like how things get put together. It is a necessary thing for you to be great at your job. The interesting thing is people have lots and lots of different opinions. And like one of the events you said, like, I've been doing it for a long time. Like I am, like I'm an old fart. Like I wrote my first program when I was 12, which means I've been programming for 41 years. [17:19] And so the thing that you get to see when you've been doing a thing for a very long time is like this is not the first moment in the past four decades where the nature of software development has changed in a non-trivial way and where people have very strong opinions about the change and what it means. And so, you know, I think the reality is that people will have choice.
[17:49] I probably shouldn't say this because like we make, you know, Visual Studio Code, like [17:54] I'm such an old recalcitrant fart that I still use VI. I use MIM at least. But like my text editor of choice is like this extremely antiquated thing. And like I just refuse to go use something different. Even though I know for sure that that is sub-optimizing a part of what I'm doing. But I make the decision anyway because like I get to choose. [18:24] either software or something else that I'm doing, like I will be like, okay, the important thing here is not the way that I'm doing this particular part of it. It's the outcome that I'm trying to get to. And like, I'm going to use the most powerful tool [18:42] or most convenient way to go get to the outcome. And like, you know, I don't care who's going to throw rocks at me for doing it. And like, it's literally everywhere. Like I've been a woodworker for almost as long as I've been a programmer. And when I was a teenager, like the big debate was like, oh, are you a real woodworker? If you use power tools like, you know, real woodworkers only use hand tools. [19:08] Right. [19:09] There's still a little bit of that debate today, but like the real debate is like, are you a real woodworker if you use CNC tools like computer controlled power tools versus just power tools?
[19:20] And. [19:21] I understand it. Like, I actually think it's interesting, the debate itself. But like sometimes like people are going to make different choices because like they value something different than you do. If you value the process more than you value the outcome, like sometimes you'll make different decisions and people who value the outcome more than the process. [19:51] But it's just so varied, right? And so the thing that I will say is I would never in a million years tell anyone not to have strong opinions about their craft. Have them. It's great. The advice that I would give people, and this is not me telling them, it's just advice, things that I found useful for myself, is just have an open mind when the tools are changing. [20:21] dimension of making that came along where I'm like, like, I don't want to learn like 3d printers. Like I waited forever to learn how to use 3d printers. And, [20:33] Like, I regret it. Like, I should have started earlier. Like, they're so damn useful for almost everything that I do. And for a whole variety of complicated reasons, like, I didn't let myself be curious about that, which is odd. And so, you know, just... [20:48] Like, be curious, try stuff. Like, and if it works for you, use it. And if it doesn't, don't. Yeah. What do you think is the future of software engineering agents? Like, is there going to be like one agent to rule them all? Or is it you're just going to use many different agents with different tastes? Or like, how do you see that ecosystem shaping up? Yeah, look, I think it's going to be a lot of different agents. I mean, like, and it's good to have a lot of agents. And like, we certainly would get up Copilot and, you know,
[21:12] getup agent stuff that we're working on uh like i think we will compete very hard to like be a tool that lots of people will choose because it's very useful to them but i think it's unrealistic in the universe of developers to like think that like every developer on the planet is going to snap to using like one tool for like an important part of their job like part of the joy of being a developer is you actually have that choice and you can sort of choose and play around with a bunch of [21:42] It's just, you know, it is... [21:45] One of the very consistent things that I've seen over the past four decades of my programming life is like people choose to change their tools all the time. Yeah. [21:55] What are the dimensions? Do you have an opinion on the dimensions along which the different agents might differ? [22:01] Well, I think the most important thing about... [22:05] Uh... [22:08] Agents is like probably the product making part of them. And so the most interesting startups that I'm seeing right now are not trying to. [22:23] innovate, [22:25] by building some kind of differentiated infrastructure. They're innovating because they think they have an understanding of a problem that someone has that is better than anyone else. And they think that they can pick up infrastructure or modify infrastructure or tune infrastructure to go solve their understanding of that problem in a world-class way. So I think that's...
[22:51] what we need a lot of right now. And like, that's what's going to dictate the diversity of agents and like how, uh, like which things get used for what. And I think honestly, because it's so much easier now to like have that nuanced understanding of what someone's problem is and to pick up these tools to go take a swing at solving it, that you're just going to have a lot of companies, uh, like building a lot of things, [23:21] tools. It's like crazy how many things have come out over the past year. And like, they're interesting, like all of them. Yeah. Yeah. It's a lot to respond to when you're a company building software development tools yourself, but like, it's super, super interesting. And it's, you know, [23:36] Like what we've seen is if you've got some kind of nuanced understanding of what someone needs, like people have like high tolerance and like high interest in like giving things a try. Yeah. So we're almost out of time, but I'm I'm curious, like, let's say it's a year from now. We're back at build. Yep. What are what are some things that are a hot topic right now or big questions that people have right now that are not going to matter in a year? [24:06] And what is going to matter in a year? And what are your predictions for what we're going to be talking about? Yeah, I think people who are still, like, hanging on to these ideas that, oh, like, the technology is not ready yet because, like, I... [24:20] I tried to do something and it was like marginally too expensive or like it was marginally capable of doing the thing that I wanted to do. Like, I think anyone who is using those as excuses to wait to get started are going to be super behind because...
[24:42] Everything's going to get cheaper and everything's going to get more capable every year. I know, like, [24:47] And I think this is actually not a hard sell in 2025. Yeah, it was this loud chorus of like, oh, you know, the progress is going to, you know, is about to end and like everything's going to stop and like everybody's going to be super disappointed. [25:04] Like I, I, I, [25:06] I mean, there's still some people out there saying that, but like, I don't think. [25:09] folks are paying much attention to them anymore. Mostly because like, you know, what do you win by paying attention to like some crank who's saying like, you know, the thing's about to stop, like you're sort of betting on failure and the cost of betting on failure versus betting on optimism is like a real big difference there. Yeah. [25:31] So, yeah, like I think we're going to we're going to see a [25:38] ton of progress on like the level of ambition of problems that people are tackling with agents. And then I think, you know, modalities that are going to be really different is like, is this agentic web starts to get more complete, more plumbed out and the model's reasoning and planning capability get better and better. Like you're going to start to get to the point where you're able to go from this synchronous mode of interaction with agents to asynchronous. Like [26:08] They sort of sit down, like they got a thing they want to do, like they issue the prompts, like, and they wait until, you know, the thing comes back and like, you know, do something with that response. And so I think, you know, by next year, you're going to see people using these agents to like, hey, go sort this out. And like the agent is going to take a lot of time. It's going to go make a lot of calls out to systems, like the things that it's sort of like taking action on are going to like take a while to come back.
[26:38] and like that whole thing may iterate a bunch of times. And then, you know, at some non-trivial amount of time later, you're going to sort of say, okay, like here's the, here's the, [26:48] Here's as far as I got. Like now it's your turn. Like go take some action now. [26:52] Sounds like a future I want to be in. Yeah. Yeah, me too, right? [26:57] Well, Kevin, thank you so much. It was really great to talk to you. Yeah, good to talk to you as well. Thank you for having me on. Of course. [27:22] in your backyard, but instead of gold, it's filled with pure, unadulterated knowledge bombs about chat GPT. Every episode is a rollercoaster of emotions, insights, and laughter that will leave you on the edge of your seat, craving for more. It's not just a show. It's a journey into the future with Dan Shipper as the captain of the spaceship. [27:44] So do yourself a favor, hit like, smash subscribe, and strap in for the ride of your life. And now, without any further ado, let me just say, Dan, I'm absolutely, hopelessly in love with you. [27:57] Fancy. [27:58] That's how you know it's the real deal. Yeah, excellent.
Want to learn more?
Ask about this episode