Linus Torvalds is no stranger to making headlines, but his latest intervention in the Linux kernel community has caused a particular stir. Responding to a mailing-list discussion about Sashiko, an AI-powered system that reviews proposed kernel patches, Torvalds declared that Linux is not an “anti-AI project.” His language was characteristically blunt, but the argument underneath it was pragmatic: AI tools can be useful, provided they help human maintainers rather than burying them in additional work.
What Linus Torvalds Actually Said
The Argument Is More Pragmatic

When Linus, the creator and lead maintainer of Linux, writes something, the community generally stops what they’re doing to give it a read. Linux has been reported to allow AI-generated code into kernel commits, but only if the author is prepared to take responsibility for this code as they would for their own. AI tools can lower some of the barriers to learning about software development, explaining unfamiliar code and producing an initial implementation to examine, but it’s down to the contributor to make sure it’s all correct.
There are legitimate arguments about AI’s environmental cost, training data, misinformation, and economic effects. Torvalds acknowledges that some of those wider questions remain unresolved, but they are separate from the narrower technical question under discussion: can an AI system provide useful assistance during software development and code review? It’s a debate that will continue being held across communities, but for Linux, Torvalds is open to the idea of using these tools to better the platform, as noted in his mailing list comment:
I realize that some people really dislike AI, but this is an area where I’m willing to absolutely put my foot down as the top-level maintainer.
AI is a tool, just like other tools we use. And it’s clearly a useful one.
The solution is to make sure those LLM tools help maintainers instead of just causing them pain. There’s no question on that side.
We’re not forcing anybody to use it, but I will very loudly ignore people who try to argue against other people from using it.
In the kernel community we do open source because it results in better technology, not because of religious reasons.
And so we make decisions primarily based on technical merit. Not fear of new tools.
If you read between the lines, Torvalds is commenting on how these coding tools can be useful, and the practical question is how they can be deployed without causing too much overhead for human maintainers to handle. It’s not that Torvalds is outright proposing an LLM become a kernel maintainer, but rather he is defending a developer’s freedom to use the tool as they see fit, providing code that can be checked, approved, and incorporated into the wider Linux kernel.
It’s More Than Just Using AI to Code

Linus previously opened up to the idea of using AI to aid coding, but this specific mailing list conversation was regarding AI-assisted review, not actual vibe coding. Sashiko is an agentic system designed specifically to inspect proposed Linux kernel patches. Architecture, execution flow, resource management, security, and hardware-specific mistakes are all in its crosshairs. Sashiko doesn’t even make changes itself. It simply comments on anything it deems to require human insight.
The project is developed by the Linux Foundation and is funded by Google for LLM tokens and resources. From the outset, it’s understandable how someone could take what Torvalds has said over recent months and run with a narrative of a complete beginner asking for a giant patch from a chatbot and forwarding it without completing due diligence. That’s not really what’s going on here. Sashiko, in its own testing, could detect more than 50 percent of bugs based on the last 1,000 upstream “fix” commits.
AI Is Here to Stay, Regardless of the Bubble
We’ve Already Let the Genie Out of the Bag
The broader debate over AI in software development isn’t going away, and Torvalds’ position makes clear that within the Linux kernel project, the question is no longer whether AI tools belong — it’s how they can be integrated responsibly. With Sashiko already demonstrating meaningful bug detection rates and Torvalds publicly backing the use of such tools, the kernel community is moving toward a model where AI assists human judgment rather than replaces it. That distinction, more than anything else, is what the backlash against Torvalds’ comments seems to miss.