Three years ago, a helicopter took off on Mars, NASA's Ingenuity robot. It was the first time humans made a machine to take flight on another planet. The Ingenuity is nothing like a regular helicopter.
It's a tiny spindly looking thing that weighs just four pounds. And its first flight was not very dramatic. You can watch a video online. Ingenuity goes up to about like 10 feet and then immediately settles back down. This is the first time NASA showed it was even possible to fly in a super thin atmosphere like Mars.
But NASA didn't make this happen alone. About 12,000 volunteer coders helped create the very software that Ingenuity runs on. And here's the strange thing: most of them didn't even know they were working on this project. So how is this possible? Well, they were sharing their code on GitHub. If you're not a coder and don't know anything about GitHub, it's pretty simple. GitHub is just a website where people upload their code and share it. That's it.
But the thing is, it's massive. There are over 100 million developers on GitHub. So when NASA was looking for code to run their Ingenuity robot, they found a bunch already on there, perfectly suited for the task at hand.
In 2018, Microsoft bought GitHub for $7.5 billion. But GitHub continues to operate independently, without giving up its open-source roots. It's a place where you have a bunch of people just giving out their code for free for anyone to use or build on in order to make software they think is cool or useful. GitHub volunteers have worked on some incredible open-source projects, like the operating system Linux and TensorFlow, the machine learning framework.
and even software that helped track COVID-19 cases at the start of the pandemic.
And now GitHub is undergoing a radical transformation. It's inviting AI to take over a lot of the coding. While a lot of us worry about AI coming for our jobs, companies always promote AI as an augmentation, not a replacement. But how will this shake out for coders? Will AI just help them build that cool new app in a day? Or will it eventually replace them? In other words, will AI be the co-pilot or the captain?
I'm Bilal Velsadu, and this is the TED AI Show, where we figure out how to live and thrive in a world where AI is changing everything. Want a website with unmatched power, speed, and
and control? Try Bluehost Cloud, the new web hosting plan from Bluehost. Built for WordPress creators by WordPress experts. With 100% uptime, incredible load times, and 24-7 WordPress priority support, your sites will be lightning fast with global reach. And with Bluehost Cloud, your sites can handle surges in traffic no matter how big. Plus, you automatically get daily backups and world-class security. Get started now at bluehost.com.
Over a decade ago, the entrepreneur and venture capitalist Marc Andreessen announced that software is eating the world. He argued that software was becoming fundamental to society and that software companies were basically going to disrupt every industry possible. And he wasn't wrong. Well, back in January, Thomas Domka built on that prophecy.
He told a Wired reporter, "Software has eaten the world, and now it's AI's turn. AI is eating software." And he sounded pretty enthusiastic about it. It's an interesting perspective for him to take as the CEO of GitHub, because GitHub is built upon human-contributed software, and for well over a decade, it's been the center of the programming universe.
GitHub's plan isn't to totally replace coders, but instead to give them superpowers. In 2021, GitHub introduced something called Copilot. Back then it was running on Codex, OpenAI's programming model. And when they conducted surveys with these early Copilot users, coders said they were not only more productive, but they were having a better time too. Suddenly coding was less frustrating and more fulfilling. But Copilot's only gotten more powerful since then.
It now runs on GPT-4, and it's doing a lot more than autocomplete. Right now, Thomas says a whopping 50% of the code on GitHub is being written by AI. And soon, he thinks it'll be more like 80%. In other words, AI is eating software. I sat down with Thomas Domka a few weeks ago to talk about where this all leads.
Tell us about what got you interested in technology and software development in the first place. I grew up in East Berlin when Germany was still divided into two countries. And I was, you know, maybe nine, eight, nine years old in the late 80s. And I saw a computer in a shopping window. I couldn't buy it, but I saw this computer and it was clear to me, I want to touch this and I want to, you know, use the keyboard to type something. And so as soon as the war fell in the late 80s and Germany got reunited and you get...
West German money instead of East German money, I went to the supermarket and bought a Commodore 64 and started coding on that. And, you know, it's easy to forget what that was like back then. You had to buy books and magazines and manuals ultimately to learn coding. And so I worked myself through that process, you know, and got frustrated at night. And then you go to bed and hope that in the morning you have like a magical idea of how to solve a problem.
So coding can be a pretty solitary activity. Like the internet came about and in the 90s, people started exchanging software on the internet, right? But collaboration was still pretty clunky and difficult. Like we had forums, IRC, all these online communities started popping up, but there was still no real place for folks to collaborate together, especially folks from around the world. How
How did GitHub come into existence in this context? Yeah, I would probably push back a little bit on that definition. You could argue that, you know, in the 90s, the open source scene or the software scene was the first real creator community long before we had, you know, YouTube and TikTok. And so those were mostly nerds, software developers, you know, hacking stuff and whatnot.
And as the internet became more popular and we got the browser, and soon enough you got some form of a forum. And in the early days, there was a platform called SourceForge, which was kind of like the first home of open source. In 2007, the founders of GitHub launched very fast and built that paradigm that we still have on GitHub today, which is you can push your source code and you can share with others. And it started as open source, and here we are 16 years later,
and GitHub being kind of like the center of the software universe. Very much so, yeah. It is the epicenter of the software universe. You know, people are building and collaborating together. Intergenerative AI, right? In 2021, GitHub introduced something called Copilot, AI that helps you write your code. If you're familiar with autocomplete, it's a lot like that because it turns out programming is really a ton of boilerplate and is fairly predictable.
So you write a couple lines of code and then what Copilot does is basically auto complete that code for you. It'll add the next line or the next few lines. It keeps predicting what you're going for and essentially eliminates a ton of that drudgery for developers, the really mundane, repetitive stuff, and lets them stay focused on the higher level task at hand.
And you know, when you start with an empty file, obviously the first line is less predictable than when you have already written 50 lines of code. And the more you write, the more it becomes predictable what you're writing next. But as a co-pilot, you are still in charge and the developer still needs to set the direction of where the plane is going.
So obviously now everyone's talking about AI, but Copilot has been around for a few years, well before we were talking about ChatGPT. So where did the idea for Copilot first come from? So for us, it all started during COVID. It was June 2020. We were all on a video call together and we had just gotten early access to
open AI slash language model and you know somebody on the call had the keyboard and everybody else was just shouting or telling that person what to type and so we had the idea okay let's start with some programming exercises like typical things that you know computer science students or employees would do when they apply for a new job and it worked surprisingly well to the degree that I
I think many of us on the call were like, "Holy shit, you know, that can actually put the parentheses in the right place." And it knows that, you know, JavaScript, which is one programming language, has a different syntax than Python and could differentiate between the two and wouldn't gobble them together into broken code.
And so we ended the call at some point and sent one of our teams to investigate that further. And they collected 200 or so programming exercises and got the model to a point where it would solve 93% of those in a few shots.
And that was the point where we are like, this is, we have something here. We can actually build a product out of this. What worked really well was text to code, as in you write something in the editor and it predicts the next word or it takes a comment or multiple clients of comment
to write the code for you. So we started building that product, which became the original co-pilot in June 2021. And then the product went publicly available a year later in June 2022. So even that was still before ChatEBT even existed, which was November 2022. What was the response from the development community like when this first came out? Disbelief. I think most people were like,
this will not work. And we saw, you know, lots of tweets at the time when people got through that initial disbelief and were like, okay, I was wrong and it actually is useful to me and it actually can help me writing code. And I think a big part of that reason is that similar to when you write a blog post, when you write code, you know, you're always going to get to the point where you have to look something up, switch from your editor to your browser and
you know, all our browsers look the same and lots of tabs open. Kills the flow state. Exactly. It kills the flow state. I like to describe this as, you know, you're surfing, you're falling off the surfboard and now you have to paddle back, get back on the board, find a new wave and you can surf again. And,
So having a copilot available to you that keeps you in that flow state, even if it's a little bit wrong or maybe it didn't predict exactly what you wanted to write, well, you can just modify it exactly as you would have when you copy and paste it off the internet. And we then research that shows that developers are more in the flow state and they need to do less of the work that they don't want to do, boilerplate, and have more time for the stuff that actually is fun.
So after we launched, we realized there is an opportunity here to not only have auto completion,
and predict the next word because that has a clear downside, which is you can't really ask copilot questions. And so we brought ChatGPT into the editor and called that Copilot Chat. And all of a sudden you can now ask questions in the same way that you can ask questions in ChatGPT, but it's in the context of the file you're editing. And so you can ask questions like, what does that code do? Or find the problem with this code. And it would basically give you an answer like ChatGPT does.
I just want to jump in here and say that if you worked on collaborative coding projects or inherited somebody else's code base, you know how helpful this would be. Like reading through someone else's code and figuring out how the heck it's working and how it fits together with everything else can often be super challenging. So having an AI explain it to you would be a major level up.
Often, the documentation, the comments, as we mentioned earlier, are not good enough to completely understand how things work. And so now you can highlight code and say, "Explain this code to me." And you can do that in not only English, but you can do it in German and Hindi and Brazilian Portuguese and French, Spanish, most major human languages. And that then means that if I'm a kiddo, a six-year-old that wants to learn coding and I grow up in Germany or Mumbai,
I don't have to learn English first. I can just do that in the language that mom and dad taught me and start exploring my creativity. That's super exciting. Because of Copilot, the number of software developers will increase exponentially. Right now, GitHub has roughly 100 million users. But you estimate that by 2030, GitHub could have 1 billion developers. Where does that number come from?
I think we announced 100 million over a year ago. So you can just apply math of what the growth rate is per year compounded over the next seven, eight years. And exponential growth will tell you it's actually not that crazy of a growth rate to get to a billion.
By 2030, it's about 10% of the world's population. And that's not too crazy if you think about basic skills that kids learn in school. I think coding is a fundamental skill that kids should learn in school because at six, probably these days, they already have a phone and they certainly had some kind of access to computer. And so I think if you teach kids in first grade and second grade coding,
the fundamentals of coding with the help of Copilot and other large language models. If you show them things like stable diffusion or mid-journey, they will explore their creativity so much more than they can do today. And then naturally that leads to an explosion of people that have software development skills. It doesn't mean they're all becoming professional software developers in the same way that just because you learned an instrument in school doesn't mean you become a professional musician.
but it becomes a skill that is part of your repertoire as a human and you use it whenever it makes you happy or serves a purpose for you.
I love that you're describing this world where coding is no longer going to be this super specialized skill set, right? So in the world you're predicting, software creation starts to look a lot like content creation, like the way we have millions of users uploading video creations to YouTube, TikTok, Instagram, et cetera. This can be great in some ways, right? Like there's this democratization anyone can create.
It does seem one thing is clear, right? The amount of software is going to increase exponentially along with the developers. So in many ways, it seems like the floor is rising, but so is the ceiling to sort of break through and create the next big hit. Do you see the world that way?
The nice thing about software is that we need much more software than we consume videos every single day. We live in a world where most companies actually build software. Not only the tech companies that are always constantly in our heads, your energy supplier has a software team, your credit card is software. And so you can keep going. Every company is now a software company. So they're all employing
millions of software developers. The demand for software developers is bigger than the supply of computer science students. And as such, you know, we need more tools to manage that ever-growing pile of software and the ever-growing demand on these software applications in our daily lives.
There's probably a lot of parents listening to this, and it brings up the question of education. Conventional wisdom was like, if you want a future-proof profession, learn software engineering. Software engineering is clearly changing. So with the rise of sort of AI-assisted coding,
What kind of skills should software developers, you know, be inculcating, right? How do you see the education landscape shifting to create the next generation of software developers? I think creative thinking, problem-solving systems thinking, like decomposing, you know, big problems into smaller problems and then figuring out at what point do I leverage an AI tool or code generator or an open source library so I don't have to reinvent the wheel. When you're building a house, you know that
that you're not producing the tiles yourself and you're buying probably a sink and you have 10,000 options of sink available. And the problem actually is exactly the same as you have when you're building a house, which is A, it's a big project that takes much longer than you thought it will take. You have a lot of decisions to make and that's true in software too. There's thousands of databases, database schemas and cloud technologies and you can build apps in many different ways.
And so you need a software developer, professional software developer that has the experience and the education to make those decisions. And I think that's where education will still play a big role. I think another big role will be that teachers will change a bit of how they're teaching and they're going to show us how to use the AI and how to leverage the AI in a responsible way, in a safe and secure way, in a way that you're not creating harm.
I love the analogy of building houses. Like, how absurd would it be if we said, oh, well, we're not going to use all this advanced machinery. Like, I'm not going to go buy that sink. I'm going to start building everything from scratch. And we now have a way to sort of eliminate a ton of the drudgery and have software developers focus on designing, creating, doing sort of the fun stuff.
Well, you know, just because Home Depot is selling you power tools doesn't mean that the job of a builder has gone away. In fact, try to find a professional contractor to do something on your house or condo and you will have a challenge, right? Like just because those tools are available to the hobbyist to build something creative doesn't mean that there isn't the profession of the professional builder or the professional software developer is going away.
We're going to take a short break. When we come back, is Copilot simply going to augment coders or replace them altogether? Support for the show comes from LinkedIn. LinkedIn ads allow you to build the right relationships, drive results, and reach your customers in a respectful environment. They are not getting barraged. This is very targeted. You will have direct access to and build relationships with
With a billion members, 180 million senior-level executives, everyone's on a LinkedIn, it seems like, and 10 million C-level executives, you'll be able to drive results with targeting and measurement tools built specifically for B2B. In technology, LinkedIn generated two to five times higher return on ad spend than other social media platforms.
You'll work with a partner who respects the B2B world you operate in. 79% of B2B content makers said LinkedIn produces the best results for paid media. Start converting your B2B audience into high quality leads today. We'll even give you a $100 credit on your next campaign. Go to linkedin.com slash TED audio to claim your credit. That's linkedin.com slash TED audio. Terms and conditions apply. LinkedIn, the place to be, to be.
I've been talking to Thomas Domka, CEO of GitHub about Copilot, their AI-powered assistant for writing code. Copilot started off as a kind of autocomplete tool for coders. Now it's having conversations with us about code. I don't know what's next, but I know Copilot is going to keep evolving. And when it comes to the evolution of AI, it seems like all roads lead to this question. Is there going to be a point where AI isn't just going to be a copilot, but our captain?
That's the fear anyway. So Thomas, what do you think? Is that fear well-founded? I wouldn't say they're unfounded because that would, you know, diminish the research and opinions of others. I think both of these polarities, you know, of the world where there is AGI and the world where AI is a companion and never gets to the point where it has, you know, sentience, they can both exist in the same space. And the question is time and how long it takes us to that point in time.
I don't see us anywhere close. If you ask my opinion, I'd say I'm on the side of AI as a companion and there's nothing in the current science and research that tells us we have found a way to recreate sentience. But that doesn't mean it doesn't happen. It's just, you know, today we're not at that point.
Software development is clearly going to be democratized and we're going to have a lot more software engineers in the future than we do today. What economic impact do you think that's going to have? Is it going to devalue software development? I don't think so. And in fact, you know, last summer we published a study that we did in partnership with Harvard University.
that shows that productivity gains from developers being 55% faster and accepting 35% of code from co-pilot leads to additional GDP growth of $1.5 trillion by 2030. And that's just with the original co-pilot. That doesn't factor in the evolution of AI, the additional leaps that we're going to see over the coming years. And if you look back further in history, we have
actually seen that every time we increase productivity of the worker, the demand for work has gone up. Now, some jobs changed. And I think I saw a recent study that showed that 40 or 50% of the jobs that US Americans have today didn't even exist some hundred years ago or so. And so I think that's going to happen, that the jobs that we're having are going to evolve. We're already talking about the AI engineer, which is somewhere in the middle between the traditional software engineer that
uses code to build software and the data scientists that uses data to train models and validate those models. And in fact, you know, the AI revolution, the age of AI in many ways has created additional demands on all the software companies. Now it's no longer just maintaining the software that we have, but adding AI features, thinking about AI strategies.
And we definitely see, you know, the fear of missed opportunity or FOMO of those that are not yet using AI tools and asking themselves, if we don't adopt AI soon enough, are we going to fall behind in comparison to our competitors? We saw, you know, in many ways the same, both with the wave of the internet in the 90s and those companies that waited too long and then had to catch up. We saw it with the cloud and the so-called digital transformation technology.
And we saw it with the mobile revolution. And today, you know, you wouldn't open a bank account if that bank doesn't have a mobile app. And I think with AI, we're seeing that once again, except that we're moving much faster than in the past because the productivity gains itself accelerate those companies that are investing into AI. Speaking of productivity gains and engineering talent, right? On one hand, anyone can write basic code now that they probably couldn't.
But it seems if you are a talented software engineer that has good system design skills, you'd be 10x, 100x more productive. Do you see that sort of force multiplier effect where not only does it bridge the gap, but it actually accelerates more advanced developers more than folks that are probably new to the game? I think the 10x engineer is a term that has been, to a certain degree, abused by folks to differentiate themselves and say, I'm so much better than everybody else.
I don't think that's the point. I think the point is that every developer deserves to be more productive. We're asking a lot of our software developers because if your service is down, it doesn't take too long until everybody gets angry at you on both the management side and the side that actually wants to buy the product. And so the burden for every software developer to not only develop software but actually run and operate that software has increased by more than 10x over the last two decades.
We are now living in an always-on, you know, one-hour delivery times, high expectation. And as such, we need our software developers to become more productive. And 10x won't be enough, and it will be, you know, 10x more in another decade. And, you know, we talked earlier about enabling humans to build software, sharing their creativity, even if they're not the professional software developers. So that makes that age of co-pilot so exciting. It's actually helping both sides of that equation. The professional software developers that have a lot of
work to do in an ever increasing amount of asks for them, but also the regular human that just wants to channel their creativity into something cool, into something meaningful, into something playful. The opportunity of this AI breakthrough is that we can empower every human to build software and we can make those that choose that as a profession, we can help them to become more productive to manage these ever growing systems.
I want to talk about perhaps the dark side of democratization a bit. It's like very exciting to consider the wide proliferation of software for sure. But what if users are developing potentially harmful software?
GitHub is part of Microsoft and Microsoft has for many years now talked about the responsible use of AI, the ethical use of AI, the secure use of AI. And so we are committed to the responsible use of AI, both from a policy perspective and then we are investing heavily on the product side, on the technology side and the responsible AI pipeline.
When you send a prompt to Copilot, there's a filter before that prompt reaches the model, the model inference ones, and then there are filters on the output side of the model. For software security, the output filter has a security scanner, so it scans that code for security vulnerabilities. If it finds a security vulnerability, it either blocks that output from reaching you or it leverages the model to actually give you code that has that bug fixed for you.
I love that. So basically, if I ask GitHub to create harmful viruses or malware, for example, it just won't respond. And if the model ends up creating code that has a known security vulnerability, Copilot will actually try and fix that code for you and patch it or not return that code at all. I'm kind of curious as we wrap up here, looking ahead at your roadmap and, of course, things that you can share, what are you excited about for the future of Copilot?
I'm really, really excited about the opportunity to code in human language and natural language, to be able to describe in English or German for me what I want to achieve and have the co-pilot help me in doing that, in channeling my creativity into code and then into reality. Look, I'm the CEO of GitHub and the CEO job is...
lots of things that have nothing to do with coding, including recording podcasts with you. And when I have time on weekends, I build apps and web pages.
The problem is it's very complex to do that if you only have a certain amount of time, an hour or two. And it's really satisfying to then have an assistant available to me that makes that faster. And I think that's where I'm really excited about where our roadmap goes with Copilot Workspace and other extensions of the Copilot ecosystem, really expanding from just these basic primitives of
predicting and completing and answering questions into agents that help me to achieve a certain task. And those tasks might be creative or the task might be to clean up, to fix security vulnerabilities, to fix old code, maybe to transform code from a language like COBOL into a modern language like Python. I think they're going to see a lot of progress on this in the coming year.
I got to say, your love for coding comes through. The fact that you're the CEO of GitHub and the thing that you're dreaming about is to sit down with a glass of wine and do some coding after hours says it all. Thomas, thank you so much for your time. Thank you so much for having me.
If you're not a coder, you might have listened to my conversation with Thomas Domke and thought, okay, this is great for coders or maybe terrible for coders. But what if I don't actually code? Well, maybe now you could. Maybe you have a cool idea, but lack the technical know-how to make it happen or the money to pay other coders to make it for you.
Now, AI assistants like Copilot won't do all the work for you, but they'll definitely get you over the hump. And think about all those kids in school we've been pushing to learn how to code. Not all of them actually like it, and for good reason. Programming can be such a pain. You leave off a semicolon or put a bracket in the wrong place, and your whole code breaks. But an AI assistant frees you up to design software at a higher level and not get as tangled up in the weeds.
What's also interesting is that GitHub has 100 million developers today.
But when they reach a billion, oh my God, that's going to rival the monthly active users of platforms like YouTube and TikTok. Now, I'm not envisioning a world where we're all going to be creators of software, but we are already consumers of software. And I'd be very interested to see how AI changes both software creation and consumption. Thomas and I touched on this in our conversation, but what I foresee is a lot more software being made for a lot less money.
A lot of the software might actually be disposable, like that video you saw on your feed once never to be seen again. And teams strapped for cash might be able to afford tailored systems that push their budgets even further. And of course, easier software maintenance. In theory, companies might be able to do a better job of catching bugs and protecting themselves from cyber attacks. It doesn't cost as much to have an AI do a regular sweep of your software and spot issues as it does to hire people to do that task.
On the other hand, if we're not careful, we could have a lot more crappy software flooding the market. I didn't get a chance to ask Thomas about this when we spoke, but in 2021, researchers at NYU found that software created with Copilot had a lot of security vulnerabilities, like 40% of the time.
Copilot has evolved a lot since then, and an NYU study that came out a year later found that code written by students with AI assistants wasn't less secure than human-generated code. Today's Copilot specifically works to block insecure code in real time. Still, GitHub recommends taking the same precautions. Large language models are trained on human-made code after all. So I think the researcher's warning still holds true.
developers should remain vigilant. In other words, don't make Copilot your captain just yet. The TED AI Show is a part of the TED Audio Collective and is produced by TED with Cosmic Standard. Our producers are Ella Fetter and Sarah McRae. Our editors are Ben Benshang and Alejandra Salazar. Our showrunner is Ivana Tucker and our associate producer is Ben Montoya. Our engineer is Asia Pilar Simpson. Our technical director is Jacob Winnick.
And our executive producer is Eliza Smith. Our fact checker is Dan Kalachi. And I'm your host, Bilawal Sadu. See y'all in the next one.