Original Creator Criticizes BuzzFeed and Amazon for Using AI to Animate Cuppy Without Consent
During the Linux Foundation's Open Source Summit North America, Linux creator Linus Torvalds discussed how artificial intelligence tools are changing Linux kernel development and bug discovery.
According to Torvalds, the Linux project has experienced roughly a 20% increase in commits during the last two kernel release cycles compared to previous years, largely because AI-assisted development tools have become useful enough for many contributors.Torvalds explained that AI has both positive and negative effects on open-source development.On the positive side, AI systems are helping developers identify bugs that may otherwise remain hidden for years.He argued that finding and fixing bugs ultimately strengthens software quality and security over time.
However, he also warned that the rapid growth of AI-generated bug reports is creating serious challenges for maintainers, especially for small development teams.One of the biggest problems involves low-quality or incomplete bug reports generated with AI assistance.
Torvalds described situations where contributors submit reports and then disappear without answering follow-up technical questions, creating additional workload for maintainers.
The Linux security mailing list was particularly affected because many contributors automatically treated AI-discovered bugs as potential security vulnerabilities, resulting in duplicate and sometimes unnecessary reports.
To manage the growing volume of submissions, Linux maintainers introduced tools such as Sashiko, which automatically reviews patches and flags potential issues for developers.The Linux project has also updated its documentation to address the increase in AI-assisted bug and security reports.Torvalds characterized his opinion of AI as a “love-hate relationship.
” He praised the technical capabilities and usefulness of modern AI tools while also acknowledging that they are forcing developers and maintainers to adapt their workflows and review processes.