← Back
AI Engineer August 7, 2026 17m

Open Source Is Dead. Long Live Open Source. — Saoud Rizwan, Cline

Read full transcript 13 segments
  1. Hi, I am SA um founder of Klein. Hi, I am SA um founder of Klein. Uh I started Klein as an open source Uh I started Klein as an open source Uh I started Klein as an open source project a few years ago. Um, some of you project a few years ago. Um, some of you project a few years ago. Um, some of you might know it as the first ever coding might know it as the first ever coding might know it as the first ever coding agent back before um the cloud Mac agent back before um the cloud Mac agent back before um the cloud Mac subscription and the codec subscriptions subscription and the codec subscriptions subscription and the codec subscriptions when people had to pay for each and when people had to pay for each and when people had to pay for each and every API request which uh got extremely every API request which uh got extremely every API request which uh got extremely expensive. Um this was before prompt expensive. Um this was before prompt expensive. Um this was before prompt caching became a thing and so there were caching became a thing and so there were caching became a thing and so there were people that paid hundreds of dollars a people that paid hundreds of dollars a people that paid hundreds of dollars a day uh using client but for a lot of day uh using client but for a lot of day uh using client but for a lot of people it was their first AGI moment. It people it was their first AGI moment. It people it was their first AGI moment. It was the first time they saw um LLMs be was the first time they saw um LLMs be was the first time they saw um LLMs be able to do their jobs end to end. Um and able to do their jobs end to end. Um and able to do their jobs end to end. Um and they got hooked. Um and I don't think they got hooked. Um and I don't think they got hooked. Um and I don't think Klein would have been as successful as Klein would have been as successful as Klein would have been as successful as it as it is if it wasn't open source. Um it as it is if it wasn't open source. Um it as it is if it wasn't open source. Um because it allowed these developers to because it allowed these developers to because it allowed these developers to inspect our code and trust it and uh inspect our code and trust it and uh inspect our code and trust it and uh connect to any API so they could be connect to any API so they could be connect to any API so they could be comfortable with spending so much money comfortable with spending so much money comfortable with spending so much money on it. Um and uh know that they weren't on it. Um and uh know that they weren't on it. Um and uh know that they weren't getting screwed over. getting screwed over. getting screwed over. Um, and we were the first to add things Um, and we were the first to add things Um, and we were the first to add things like custom rules and and plan mode. And like custom rules and and plan mode. And like custom rules and and plan mode. And a lot of that came from talking to and a lot of that came from talking to and a lot of that came from talking to and learning from this really incredible learning from this really incredible learning from this really incredible open source community we had around the open source community we had around the open source community we had around the project. Um, and so, you know, having project. Um, and so, you know, having project. Um, and so, you know, having spent most of my life building open spent most of my life building open spent most of my life building open source, it's really heartbreaking to see source, it's really heartbreaking to see source, it's really heartbreaking to see just like the broader open source just like the broader open source just like the broader open source community uh wither and and die over the community uh wither and and die over the community uh wither and and die over the last two years uh because of how AI has last two years uh because of how AI has last two years uh because of how AI has fundamentally changed everything about fundamentally changed everything about fundamentally changed everything about software development. Um, GitHub is software development. Um, GitHub is software development. Um, GitHub is effectively uh an archive of SLOP PRs

  2. effectively uh an archive of SLOP PRs effectively uh an archive of SLOP PRs and issues and security reports um where and issues and security reports um where and issues and security reports um where the sense of community before has turned the sense of community before has turned the sense of community before has turned into this like deep skepticism and into this like deep skepticism and into this like deep skepticism and distrust um of each other's responsible distrust um of each other's responsible distrust um of each other's responsible use of these tools. Um because AI coding use of these tools. Um because AI coding use of these tools. Um because AI coding can be extremely dangerous to a project can be extremely dangerous to a project can be extremely dangerous to a project and everyone's kind of had to learn that and everyone's kind of had to learn that and everyone's kind of had to learn that on the fly, but especially open source on the fly, but especially open source on the fly, but especially open source projects uh that rely on trusting third projects uh that rely on trusting third projects uh that rely on trusting third parties. Um, and so I wanted to share parties. Um, and so I wanted to share parties. Um, and so I wanted to share some examples of how open source has some examples of how open source has some examples of how open source has been dealing with AI. been dealing with AI. been dealing with AI. So this is the code of conduct for Zigg, So this is the code of conduct for Zigg, So this is the code of conduct for Zigg, which is the language that powers bun. which is the language that powers bun. which is the language that powers bun. Um, and they essentially ban all use of Um, and they essentially ban all use of Um, and they essentially ban all use of AI. You can't use it on pull requests or AI. You can't use it on pull requests or AI. You can't use it on pull requests or issues or even comments. Um, and the issues or even comments. Um, and the issues or even comments. Um, and the reason for this is that to them, the reason for this is that to them, the reason for this is that to them, the core Zigg team, um, they value core Zigg team, um, they value core Zigg team, um, they value contributors more than they do the contributors more than they do the contributors more than they do the contributions. Um, and so the primary contributions. Um, and so the primary contributions. Um, and so the primary goal for reviewing PRs and things isn't goal for reviewing PRs and things isn't goal for reviewing PRs and things isn't to add new code, but it's to help grow to add new code, but it's to help grow to add new code, but it's to help grow new contributors who can become trusted new contributors who can become trusted new contributors who can become trusted um, over time. And AI assistance um, over time. And AI assistance um, over time. And AI assistance completely breaks that. Um, completely breaks that. Um, completely breaks that. Um, this is an uh a post from the CEO of this is an uh a post from the CEO of this is an uh a post from the CEO of Kurl who says that his project is Kurl who says that his project is Kurl who says that his project is effectively being dodoed by AI generated effectively being dodoed by AI generated effectively being dodoed by AI generated bug reports and they're even considering bug reports and they're even considering bug reports and they're even considering um shutting down their bug bounty um shutting down their bug bounty um shutting down their bug bounty program for the first time in decades.

  3. program for the first time in decades. program for the first time in decades. Um, and this is Um, and this is Um, and this is TL Draw. Uh, they're automatically just TL Draw. Uh, they're automatically just TL Draw. Uh, they're automatically just closing all poll requests whether closing all poll requests whether closing all poll requests whether they're AI generated or not. Um, and they're AI generated or not. Um, and they're AI generated or not. Um, and it's gone so bad that GitHub added a it's gone so bad that GitHub added a it's gone so bad that GitHub added a feature to disable thirdparty pull feature to disable thirdparty pull feature to disable thirdparty pull requests altogether. Um, which is which requests altogether. Um, which is which requests altogether. Um, which is which is really sad because pull requests were is really sad because pull requests were is really sad because pull requests were the thing that made GitHub what it is the thing that made GitHub what it is the thing that made GitHub what it is today. And we're probably going to see a today. And we're probably going to see a today. And we're probably going to see a lot of big open source projects um, opt lot of big open source projects um, opt lot of big open source projects um, opt into this. into this. into this. Um, and so when I say that open source Um, and so when I say that open source Um, and so when I say that open source is dead, I mean some parts of it like is dead, I mean some parts of it like is dead, I mean some parts of it like the community um, it's just not worth the community um, it's just not worth the community um, it's just not worth cultivating anymore, especially because cultivating anymore, especially because cultivating anymore, especially because building software is so cheap. Um, and building software is so cheap. Um, and building software is so cheap. Um, and uh, also the risk of supply chain uh, also the risk of supply chain uh, also the risk of supply chain attacks. I'm sure you've seen all the attacks. I'm sure you've seen all the attacks. I'm sure you've seen all the all the reports of of things getting all the reports of of things getting all the reports of of things getting compromised. It's become more dangerous compromised. It's become more dangerous compromised. It's become more dangerous than ever to depend on third party than ever to depend on third party than ever to depend on third party software uh, where it takes a single software uh, where it takes a single software uh, where it takes a single compromise and a massive chain of compromise and a massive chain of compromise and a massive chain of contributors to get pawned. Um, so just contributors to get pawned. Um, so just contributors to get pawned. Um, so just as an example, as an example, as an example, light LLM um, is a Python package. It light LLM um, is a Python package. It light LLM um, is a Python package. It gets like three and a half million gets like three and a half million gets like three and a half million downloads a day. They were compromised downloads a day. They were compromised downloads a day. They were compromised for three hours where attackers um used for three hours where attackers um used for three hours where attackers um used a GitHub app that they used um to steal a GitHub app that they used um to steal a GitHub app that they used um to steal their Pippi publishing tokens and um their Pippi publishing tokens and um their Pippi publishing tokens and um publish a compromised version of the publish a compromised version of the publish a compromised version of the package that would install a credential package that would install a credential package that would install a credential harvester that would steal your API harvester that would steal your API harvester that would steal your API keys, your SSH keys, your crypto keys, keys, your SSH keys, your crypto keys, keys, your SSH keys, your crypto keys, um and also install a backdoor that lets um and also install a backdoor that lets um and also install a backdoor that lets them do remote command execution. And

  4. them do remote command execution. And them do remote command execution. And the only reason this was even caught as the only reason this was even caught as the only reason this was even caught as quickly as it was was just pure luck um quickly as it was was just pure luck um quickly as it was was just pure luck um because the malware had a bug in it because the malware had a bug in it because the malware had a bug in it where it would cause cursor to crash if where it would cause cursor to crash if where it would cause cursor to crash if you ran the light LLM MCP server. And a you ran the light LLM MCP server. And a you ran the light LLM MCP server. And a security researcher noticed that um and security researcher noticed that um and security researcher noticed that um and was able to figure it out. But if this was able to figure it out. But if this was able to figure it out. But if this had been out any longer, it would have had been out any longer, it would have had been out any longer, it would have caused like catastrophic damage, caused like catastrophic damage, caused like catastrophic damage, especially because a lot of the people especially because a lot of the people especially because a lot of the people using Light LLM are like the enterprise using Light LLM are like the enterprise using Light LLM are like the enterprise customers um and developers um that have customers um and developers um that have customers um and developers um that have their own internal gateways. Um but despite all of this, I believe Um but despite all of this, I believe there are some parts of open source that there are some parts of open source that there are some parts of open source that are sticking around and becoming more are sticking around and becoming more are sticking around and becoming more important. um like allowing others to important. um like allowing others to important. um like allowing others to use your thing and uh freely in the use your thing and uh freely in the use your thing and uh freely in the public domain and build on top of and public domain and build on top of and public domain and build on top of and those parts about it are going to become those parts about it are going to become those parts about it are going to become more important than ever um particularly more important than ever um particularly more important than ever um particularly with open weights models because of the with open weights models because of the with open weights models because of the economic impact and so to help explain economic impact and so to help explain economic impact and so to help explain why I want to look at what's happening why I want to look at what's happening why I want to look at what's happening with inference spend right now. So, this with inference spend right now. So, this with inference spend right now. So, this is a report from uh an anonymous report is a report from uh an anonymous report is a report from uh an anonymous report from a CFO at an unnamed company where from a CFO at an unnamed company where from a CFO at an unnamed company where they accidentally spent $500 million on they accidentally spent $500 million on they accidentally spent $500 million on Claude in a single month because they Claude in a single month because they Claude in a single month because they didn't set the usage limits on their didn't set the usage limits on their didn't set the usage limits on their thousands of employees on their thousands of employees on their thousands of employees on their anthropic dashboard.

  5. anthropic dashboard. anthropic dashboard. Um this is another report by Uber CTO Um this is another report by Uber CTO Um this is another report by Uber CTO where after they rolled Cloud out to where after they rolled Cloud out to where after they rolled Cloud out to their organization, uh 95% of their their organization, uh 95% of their their organization, uh 95% of their engineers were using it. 75 70 70 70% of engineers were using it. 75 70 70 70% of engineers were using it. 75 70 70 70% of their committed code came from claude their committed code came from claude their committed code came from claude and their monthly spend per user was up and their monthly spend per user was up and their monthly spend per user was up to $2,000 and they said they used their to $2,000 and they said they used their to $2,000 and they said they used their entire 2026 budget um in just four entire 2026 budget um in just four entire 2026 budget um in just four months months months and the crazy part is is that the AI and the crazy part is is that the AI and the crazy part is is that the AI labs are losing money too. Um this is a labs are losing money too. Um this is a labs are losing money too. Um this is a chart from semi analysis where they ran chart from semi analysis where they ran chart from semi analysis where they ran experiments with claude code and codec experiments with claude code and codec experiments with claude code and codec subscriptions where they would give them subscriptions where they would give them subscriptions where they would give them long u horizon coding tasks until they long u horizon coding tasks until they long u horizon coding tasks until they exhausted their weekly limits. And they exhausted their weekly limits. And they exhausted their weekly limits. And they found that a $200 plan for claude would found that a $200 plan for claude would found that a $200 plan for claude would give them about $8,000 worth of API give them about $8,000 worth of API give them about $8,000 worth of API usage. Um and a $200 subscription to usage. Um and a $200 subscription to usage. Um and a $200 subscription to codeex would give them about $14,000 codeex would give them about $14,000 codeex would give them about $14,000 worth of API usage. Um so I think the worth of API usage. Um so I think the worth of API usage. Um so I think the strategy is pretty obvious. They're strategy is pretty obvious. They're strategy is pretty obvious. They're essentially going to subsidize this um essentially going to subsidize this um essentially going to subsidize this um until they have as many engineers until they have as many engineers until they have as many engineers dependent on their uh tooling as dependent on their uh tooling as dependent on their uh tooling as possible with agents in their CI and possible with agents in their CI and possible with agents in their CI and background cloud agents and looping background cloud agents and looping background cloud agents and looping agents and all these things where it agents and all these things where it agents and all these things where it feels like every new feature and feels like every new feature and feels like every new feature and marketing push from these labs seem to marketing push from these labs seem to marketing push from these labs seem to be a new workflow to standardize on to be a new workflow to standardize on to be a new workflow to standardize on to use even more tokens and to be locked in use even more tokens and to be locked in use even more tokens and to be locked in even more. Um, and then inevitably the even more. Um, and then inevitably the even more. Um, and then inevitably the price gouging, uh, once they've got you price gouging, uh, once they've got you price gouging, uh, once they've got you trapped where your developers can't work trapped where your developers can't work trapped where your developers can't work without the tools. And this isn't without the tools. And this isn't without the tools. And this isn't theoretical. We're seeing this happen theoretical. We're seeing this happen theoretical. We're seeing this happen live with some of the customers that we live with some of the customers that we live with some of the customers that we talk to. Um, so just a quick show of

  6. talk to. Um, so just a quick show of talk to. Um, so just a quick show of hands, how many of you basically stop hands, how many of you basically stop hands, how many of you basically stop working whenever there's a cloud outage working whenever there's a cloud outage working whenever there's a cloud outage or a GPT outage? Yeah, same. [laughter] or a GPT outage? Yeah, same. [laughter] or a GPT outage? Yeah, same. [laughter] Um, I think that's a reason why we've Um, I think that's a reason why we've Um, I think that's a reason why we've seen Anthropic and OpenAI go from being seen Anthropic and OpenAI go from being seen Anthropic and OpenAI go from being API businesses to investing so much into API businesses to investing so much into API businesses to investing so much into the application layer. Um, is because the application layer. Um, is because the application layer. Um, is because they know that that's where they can set they know that that's where they can set they know that that's where they can set these sorts of traps and build their these sorts of traps and build their these sorts of traps and build their moat for the day that these models moat for the day that these models moat for the day that these models inevitably become a commodity. inevitably become a commodity. inevitably become a commodity. But I don't actually think the strategy But I don't actually think the strategy But I don't actually think the strategy is going to work. Um, and that's the is going to work. Um, and that's the is going to work. Um, and that's the message I wanted to get across today. message I wanted to get across today. message I wanted to get across today. Uh, that this feels very shortsighted. Uh, that this feels very shortsighted. Uh, that this feels very shortsighted. And what we're noticing happen um in the And what we're noticing happen um in the And what we're noticing happen um in the world is that it doesn't matter how many world is that it doesn't matter how many world is that it doesn't matter how many features your CLI agent has, uh features your CLI agent has, uh features your CLI agent has, uh developers and businesses will just jump developers and businesses will just jump developers and businesses will just jump to whatever offers them the best value to whatever offers them the best value to whatever offers them the best value for their dollars. So if we look at for their dollars. So if we look at for their dollars. So if we look at current open weights models, many of current open weights models, many of current open weights models, many of which are are built in China, we'll which are are built in China, we'll which are are built in China, we'll notice that although they've lagged notice that although they've lagged notice that although they've lagged behind the American closed source behind the American closed source behind the American closed source competitors, we're at an inflection competitors, we're at an inflection competitors, we're at an inflection point where raw intelligence lead point where raw intelligence lead point where raw intelligence lead doesn't matter as much anymore. Um doesn't matter as much anymore. Um doesn't matter as much anymore. Um because these models are powerful enough because these models are powerful enough because these models are powerful enough where you don't always need the best one where you don't always need the best one where you don't always need the best one for all your work. And that cost is for all your work. And that cost is for all your work. And that cost is becoming extremely important to these becoming extremely important to these becoming extremely important to these businesses that have kind of turned a businesses that have kind of turned a businesses that have kind of turned a blind eye until now.

  7. blind eye until now. blind eye until now. And I think we all kind of feel it that And I think we all kind of feel it that And I think we all kind of feel it that to get the best output from these to get the best output from these to get the best output from these models, it's more a problem of what models, it's more a problem of what models, it's more a problem of what context and tools you give the agent context and tools you give the agent context and tools you give the agent access to and less about its raw access to and less about its raw access to and less about its raw intelligence. with the right AI native intelligence. with the right AI native intelligence. with the right AI native development infrastructure with project development infrastructure with project development infrastructure with project skills and rules um systems of skills and rules um systems of skills and rules um systems of verification and quality gates um even a verification and quality gates um even a verification and quality gates um even a mediocre model can produce similar mediocre model can produce similar mediocre model can produce similar results as a more intelligent model it results as a more intelligent model it results as a more intelligent model it just might take more tokens um the just might take more tokens um the just might take more tokens um the intelligence is better placed in the intelligence is better placed in the intelligence is better placed in the system and guard rails around the model system and guard rails around the model system and guard rails around the model so that you don't have to be as reliant so that you don't have to be as reliant so that you don't have to be as reliant on the model or your end developer's on the model or your end developer's on the model or your end developer's responsible use of the model itself. responsible use of the model itself. responsible use of the model itself. So we recently shared uh an anecdotal So we recently shared uh an anecdotal So we recently shared uh an anecdotal experience where we were skeptical of experience where we were skeptical of experience where we were skeptical of the benchmark saying that GLM was better the benchmark saying that GLM was better the benchmark saying that GLM was better than Opus. So we tested them on a real than Opus. So we tested them on a real than Opus. So we tested them on a real bug from the client repo and while both bug from the client repo and while both bug from the client repo and while both models fixed the issue, GLM was the models fixed the issue, GLM was the models fixed the issue, GLM was the winner in terms of cost and code winner in terms of cost and code winner in terms of cost and code quality. So GLM used twice as many quality. So GLM used twice as many quality. So GLM used twice as many tokens but only cost half as much. Opus tokens but only cost half as much. Opus tokens but only cost half as much. Opus finished faster. It used half as many finished faster. It used half as many finished faster. It used half as many tool calls.

  8. tool calls. tool calls. But GLM cleaned up dead code and But GLM cleaned up dead code and But GLM cleaned up dead code and verified that the build compiled before verified that the build compiled before verified that the build compiled before completing while Opus didn't. It left a completing while Opus didn't. It left a completing while Opus didn't. It left a bunch of type errors and it broke the bunch of type errors and it broke the bunch of type errors and it broke the production build. Um, and so that gave production build. Um, and so that gave production build. Um, and so that gave us the sense that GLM was trained to us the sense that GLM was trained to us the sense that GLM was trained to spend more tokens verifying its output. spend more tokens verifying its output. spend more tokens verifying its output. Um, which is fine because the tokens are Um, which is fine because the tokens are Um, which is fine because the tokens are cheaper any anyways and it's really the cheaper any anyways and it's really the cheaper any anyways and it's really the end result that matters. end result that matters. end result that matters. And because these open weights models And because these open weights models And because these open weights models can deliver the same output, a little can deliver the same output, a little can deliver the same output, a little bit more tokens, we're seeing signs of bit more tokens, we're seeing signs of bit more tokens, we're seeing signs of the industry adopting and standardizing the industry adopting and standardizing the industry adopting and standardizing on these models. So this is Brian on these models. So this is Brian on these models. So this is Brian Armstrong, the CEO of of Coinbase, Armstrong, the CEO of of Coinbase, Armstrong, the CEO of of Coinbase, saying that they've uh defaulted to saying that they've uh defaulted to saying that they've uh defaulted to using GLM and Kimmy in their internal using GLM and Kimmy in their internal using GLM and Kimmy in their internal LLM gateway and that this has cut their LLM gateway and that this has cut their LLM gateway and that this has cut their AI spend by nearly half uh while their AI spend by nearly half uh while their AI spend by nearly half uh while their token usage continues to grow. And I token usage continues to grow. And I token usage continues to grow. And I think we'll see other businesses think we'll see other businesses think we'll see other businesses building their own internal tooling and building their own internal tooling and building their own internal tooling and routing to work with these agents in the routing to work with these agents in the routing to work with these agents in the most dollar efficient way for them. Even most dollar efficient way for them. Even most dollar efficient way for them. Even if it means not having access to the if it means not having access to the if it means not having access to the latest new feature in something like latest new feature in something like latest new feature in something like cloud code.

  9. We're seeing the same thing that We're seeing the same thing that happened with open compute 15 years ago. happened with open compute 15 years ago. happened with open compute 15 years ago. So uh just a quick history lesson for So uh just a quick history lesson for So uh just a quick history lesson for those that haven't heard of this. In those that haven't heard of this. In those that haven't heard of this. In 2011, Facebook was just getting started 2011, Facebook was just getting started 2011, Facebook was just getting started on building out um stuff like on building out um stuff like on building out um stuff like distributed computing infrastructure and distributed computing infrastructure and distributed computing infrastructure and data centers. Uh but by the time they data centers. Uh but by the time they data centers. Uh but by the time they built it, Amazon and Google already beat built it, Amazon and Google already beat built it, Amazon and Google already beat them to the punch. So it wasn't a them to the punch. So it wasn't a them to the punch. So it wasn't a competitive advantage. So Mark said, competitive advantage. So Mark said, competitive advantage. So Mark said, "All right, let's just open source it "All right, let's just open source it "All right, let's just open source it and see what happens." Uh so they took and see what happens." Uh so they took and see what happens." Uh so they took the designs for their data centers and the designs for their data centers and the designs for their data centers and their servers and their networking and their servers and their networking and their servers and their networking and cooling racks and all the physical cooling racks and all the physical cooling racks and all the physical hardware they spent all this energy and hardware they spent all this energy and hardware they spent all this energy and and money um building and they just gave and money um building and they just gave and money um building and they just gave it away. They published uh schematics it away. They published uh schematics it away. They published uh schematics and CAD files and everything uh and and CAD files and everything uh and and CAD files and everything uh and called it the open compute project. And called it the open compute project. And called it the open compute project. And what they saw was that the entire supply what they saw was that the entire supply what they saw was that the entire supply chain reorganized around it. chain reorganized around it. chain reorganized around it. So before open compute, every company So before open compute, every company So before open compute, every company designed its own proprietary servers. So designed its own proprietary servers. So designed its own proprietary servers. So manufacturers were doing small manufacturers were doing small manufacturers were doing small production runs um of like very custom production runs um of like very custom production runs um of like very custom hardware which was expensive. But when hardware which was expensive. But when hardware which was expensive. But when Facebook's designs became this sort of Facebook's designs became this sort of Facebook's designs became this sort of shared open standard, suddenly everyone shared open standard, suddenly everyone shared open standard, suddenly everyone was ordering the same thing and was ordering the same thing and was ordering the same thing and manufacturers could do these massive manufacturers could do these massive manufacturers could do these massive standardized production runs standardized production runs standardized production runs commoditizing these components. Um so no commoditizing these components. Um so no commoditizing these components. Um so no single vendor could charge a premium and single vendor could charge a premium and single vendor could charge a premium and the price of everything came down uh for the price of everything came down uh for the price of everything came down uh for the whole industry including Facebook the whole industry including Facebook the whole industry including Facebook itself. Um and so what Facebook found itself. Um and so what Facebook found itself. Um and so what Facebook found was by giving these designs away they was by giving these designs away they was by giving these designs away they created the market that drove their own created the market that drove their own created the market that drove their own costs down and saved them billions of costs down and saved them billions of costs down and saved them billions of dollars down the road.

  10. dollars down the road. dollars down the road. And so I think the lesson um taught here And so I think the lesson um taught here And so I think the lesson um taught here is that the industry will adopt and is that the industry will adopt and is that the industry will adopt and standardize on something that they can standardize on something that they can standardize on something that they can build on top of even if it isn't the build on top of even if it isn't the build on top of even if it isn't the best thing. best thing. best thing. And with how much capex we've locked in And with how much capex we've locked in And with how much capex we've locked in for the next 5 years for AI for the next 5 years for AI for the next 5 years for AI infrastructure buildout, open weights infrastructure buildout, open weights infrastructure buildout, open weights models are only going to get cheaper. Um models are only going to get cheaper. Um models are only going to get cheaper. Um there's estimates that we'll spend there's estimates that we'll spend there's estimates that we'll spend nearly three trillion dollars and create nearly three trillion dollars and create nearly three trillion dollars and create uh over a 100 gawatts of new data center uh over a 100 gawatts of new data center uh over a 100 gawatts of new data center capacity by 2030. um roughly doubling uh capacity by 2030. um roughly doubling uh capacity by 2030. um roughly doubling uh global capacity today. And hosting global capacity today. And hosting global capacity today. And hosting providers like base 10 and fireworks, providers like base 10 and fireworks, providers like base 10 and fireworks, their whole purpose is to beat each their whole purpose is to beat each their whole purpose is to beat each other u to beat the competition. So other u to beat the competition. So other u to beat the competition. So they'll use infrastructure efficiency they'll use infrastructure efficiency they'll use infrastructure efficiency gains like dedicated hardware and gains like dedicated hardware and gains like dedicated hardware and caching and batching volume tricks and caching and batching volume tricks and caching and batching volume tricks and inference specialized silicon to drive inference specialized silicon to drive inference specialized silicon to drive cost down even more. And um by 2030, the cost down even more. And um by 2030, the cost down even more. And um by 2030, the estimates are that inference on a 1 estimates are that inference on a 1 estimates are that inference on a 1 trillion parameter LLM will cost um 90% trillion parameter LLM will cost um 90% trillion parameter LLM will cost um 90% less than it does today. less than it does today. less than it does today. we're seeing uh the same sort of cost we're seeing uh the same sort of cost we're seeing uh the same sort of cost cutting tricks that commoditized the cutting tricks that commoditized the cutting tricks that commoditized the cloud 10 years ago um happening in cloud 10 years ago um happening in cloud 10 years ago um happening in inference. Uh so in 2014 uh Google uh at inference. Uh so in 2014 uh Google uh at inference. Uh so in 2014 uh Google uh at their GCP live March announcement said their GCP live March announcement said their GCP live March announcement said that they would cut compute by 32% and that they would cut compute by 32% and that they would cut compute by 32% and storage by 68%.

  11. storage by 68%. storage by 68%. Um and AWS fired back with similar cuts Um and AWS fired back with similar cuts Um and AWS fired back with similar cuts within within days and this was AWS's within within days and this was AWS's within within days and this was AWS's 42nd uh price cut at that point. And so 42nd uh price cut at that point. And so 42nd uh price cut at that point. And so from 2015 onwards once raw compute and from 2015 onwards once raw compute and from 2015 onwards once raw compute and storage were a commodity the storage were a commodity the storage were a commodity the hyperscalers stopped competing on on it hyperscalers stopped competing on on it hyperscalers stopped competing on on it as much and started competing on other as much and started competing on other as much and started competing on other things like databases and serverless. things like databases and serverless. things like databases and serverless. And I think because open weights allows And I think because open weights allows And I think because open weights allows these host providers to compete and cost these host providers to compete and cost these host providers to compete and cost uh optimize so aggressively, we'll see uh optimize so aggressively, we'll see uh optimize so aggressively, we'll see mass adoption of these foreign open mass adoption of these foreign open mass adoption of these foreign open weights models um because when dollars weights models um because when dollars weights models um because when dollars are involved, the markets are extremely are involved, the markets are extremely are involved, the markets are extremely efficient and the absurd API costs that efficient and the absurd API costs that efficient and the absurd API costs that these closed labs charge just won't be these closed labs charge just won't be these closed labs charge just won't be worth it anymore for most knowledge worth it anymore for most knowledge worth it anymore for most knowledge work. Uh and so this is me just like humbly Uh and so this is me just like humbly requesting the American labs to take requesting the American labs to take requesting the American labs to take open weights more seriously. Uh because open weights more seriously. Uh because open weights more seriously. Uh because before we know it, all this before we know it, all this before we know it, all this infrastructure that we're investing in infrastructure that we're investing in infrastructure that we're investing in could be built on foreign models that could be built on foreign models that could be built on foreign models that take the world by a storm and make GPT take the world by a storm and make GPT take the world by a storm and make GPT and cla irrelevant. um mind share and and cla irrelevant. um mind share and and cla irrelevant. um mind share and adoption is incredibly important and adoption is incredibly important and adoption is incredibly important and there's a chance that if the foreign there's a chance that if the foreign there's a chance that if the foreign models become the standard there won't models become the standard there won't models become the standard there won't be a reason to switch back to GPT or be a reason to switch back to GPT or be a reason to switch back to GPT or claude or Gemini no matter what the claude or Gemini no matter what the claude or Gemini no matter what the marginal improvements are and then we marginal improvements are and then we marginal improvements are and then we lose control over the development of lose control over the development of lose control over the development of this technology. Um and who knows where this technology. Um and who knows where this technology. Um and who knows where the world is is headed if we don't have the world is is headed if we don't have the world is is headed if we don't have the likes of anthropic and open AI to the likes of anthropic and open AI to the likes of anthropic and open AI to invest so heavily into safety research invest so heavily into safety research invest so heavily into safety research in ways that perhaps these other labs in ways that perhaps these other labs in ways that perhaps these other labs wouldn't.

  12. wouldn't. wouldn't. I think the development of a technology I think the development of a technology I think the development of a technology this transformative is deeply uh tied to this transformative is deeply uh tied to this transformative is deeply uh tied to the ideals of the people and the nation the ideals of the people and the nation the ideals of the people and the nation that's building it and to instill those that's building it and to instill those that's building it and to instill those values in the future of this technology values in the future of this technology values in the future of this technology we need to keep the lead. So I don't we need to keep the lead. So I don't we need to keep the lead. So I don't mean we need to open source our mean we need to open source our mean we need to open source our research. I think that's what gives us research. I think that's what gives us research. I think that's what gives us the lead. I think [snorts] we need to the lead. I think [snorts] we need to the lead. I think [snorts] we need to open we need to open up our models and open we need to open up our models and open we need to open up our models and uh start releasing more open weights uh start releasing more open weights uh start releasing more open weights models which as we know are not nearly models which as we know are not nearly models which as we know are not nearly as useful. you can use um and extract as useful. you can use um and extract as useful. you can use um and extract the traces and and train more you know the traces and and train more you know the traces and and train more you know your copycat models on them more easily your copycat models on them more easily your copycat models on them more easily but not in a way that can leaprog and but not in a way that can leaprog and but not in a way that can leaprog and this would make models uh more usable by this would make models uh more usable by this would make models uh more usable by the industry in a way that allows more the industry in a way that allows more the industry in a way that allows more competition and adoption and better competition and adoption and better competition and adoption and better price and value for customers and I price and value for customers and I price and value for customers and I think that's how we keep our lead during think that's how we keep our lead during think that's how we keep our lead during this very critical moment me and client believe so much in this me and client believe so much in this open weights future that we launched uh open weights future that we launched uh open weights future that we launched uh an openw weightight subscription plan an openw weightight subscription plan an openw weightight subscription plan earlier this week that through volume uh earlier this week that through volume uh earlier this week that through volume uh based discounts and partnerships uh with based discounts and partnerships uh with based discounts and partnerships uh with inference host providers we can offer inference host providers we can offer inference host providers we can offer significant discounts compared to paying significant discounts compared to paying significant discounts compared to paying for these models um at direct API cost for these models um at direct API cost for these models um at direct API cost um and we plan on continuing to increase um and we plan on continuing to increase um and we plan on continuing to increase the usage quota for these models as they the usage quota for these models as they the usage quota for these models as they become cheaper uh you can sign up at become cheaper uh you can sign up at become cheaper uh you can sign up at that link client.bot/pass bot/pass. Uh that link client.bot/pass bot/pass. Uh that link client.bot/pass bot/pass. Uh if you'd like to get a feel for how far if you'd like to get a feel for how far if you'd like to get a feel for how far models like GLM and DeepSeek have come models like GLM and DeepSeek have come models like GLM and DeepSeek have come and how you don't need the most and how you don't need the most and how you don't need the most expensive closed frontier model access

  13. expensive closed frontier model access expensive closed frontier model access to get work done anymore. Uh client is to get work done anymore. Uh client is to get work done anymore. Uh client is also uh open source and you can bring an also uh open source and you can bring an also uh open source and you can bring an API key and use any other provider. Um API key and use any other provider. Um API key and use any other provider. Um you can use it on your CLI and VS code you can use it on your CLI and VS code you can use it on your CLI and VS code and Jet Brains. Um and Jet Brains. Um and Jet Brains. Um and uh yeah, we continue to um add the and uh yeah, we continue to um add the and uh yeah, we continue to um add the newest models whenever they're released. newest models whenever they're released. newest models whenever they're released. So it's a good way to get a feel of like So it's a good way to get a feel of like So it's a good way to get a feel of like how much better the latest newest model how much better the latest newest model how much better the latest newest model is especially with open weights because is especially with open weights because is especially with open weights because um you can't access those with like the um you can't access those with like the um you can't access those with like the cloud or chat GPT subscriptions. cloud or chat GPT subscriptions. cloud or chat GPT subscriptions. Uh cool that is my presentation. Uh cool that is my presentation. Uh cool that is my presentation. Thank you. [applause]

Summary

The main theme is the impact of AI on open-source software development, with specific references to Klein, an early coding agent, and the Zigg language's code of conduct banning AI. The practical takeaway is that open-source communities are grappling with AI's potential to undermine trust and the value of human contributors, leading to diverse strategies for managing its integration.

View original episode ↗