Linus Torvalds has defended the use of artificial intelligence in Linux kernel development. The creator of the open source operating system stated that the project will not ban AI coding assistants, arguing that these tools are becoming as normal as compilers or debuggers. But some developers are warning that automated bug reports are already creating too much extra work for maintainers.
The debate started this week over an automated system called Sashiko. This tool uses machine learning to scan the Linux codebase for errors. Developers of the tool claim it successfully identifies over 50% of the bugs that human programmers eventually fix. The main problem is that Sashiko frequently sends false alarms, leaving human maintainers with a mountain of unnecessary work to review.
Torvalds responded directly on the Linux Kernel Mailing List. He told critics that those who reject the technology are free to fork the project or stop contributing. He explained that his defense of AI tools is purely practical. He believes algorithms make mistakes just like humans do. In his view, software utilities have always evolved, and programmers should treat artificial intelligence like any other debugger or compiler.
The creator of Linux is already experimenting with the technology himself. Earlier this year, Torvalds used generative algorithms to help build a personal audio visualization application. He argues that the industry must judge these tools by their results rather than dismissing them out of fear.
Source: kernel
