Linus Torvalds Says He Uses 2 Tools, Backs AI Bug-Finding at Linux Summit
Updated
Updated · ZDNet · Jul 8
Linus Torvalds Says He Uses 2 Tools, Backs AI Bug-Finding at Linux Summit
3 articles · Updated · ZDNet · Jul 8
Summary
Mumbai — Linus Torvalds said he is "not a programmer" anymore but a development lead who mostly handles pull requests, merge conflicts and roughly 200 merges during each two-week kernel merge window.
Two tools — Git and email — now dominate his workflow, while other Linux maintainers increasingly use AI for patch checking; Torvalds said AI-generated bug reports had produced more junk than useful code until early 2026.
AI still helps when paired with humans, he said, because Linux maintainers now want suggested patches and verification rather than LLM-written reports that can hallucinate and drain reviewer time.
Rust remains useful but limited, Torvalds said, arguing it cannot prevent logic errors and loses many safety guarantees when Linux Rust code interacts with the kernel's long-tested C core.
Linux 7.1 reflects Torvalds' preference for steady releases over splashy features, while 7.2 will drop support for x86 machines without hardware floating point as Linux sheds obsolete code and hardware.
With top maintainers adopting Rust, is Linus Torvalds' preference for C becoming irrelevant for the Linux kernel's future?
AI tools are exposing critical Linux bugs, but is the resulting developer burnout a greater threat than the flaws themselves?
Linus Torvalds Warns of AI-Driven Bug Report Flood: Open Source Community Adapts to 2026 Kernel Challenges
Overview
At the 2026 Open Source Summit, Linus Torvalds addressed the growing influence of AI in open-source development, especially its role in bug-finding. He recognized that AI-powered tools, like Large Language Models, have shown strong technical ability by quickly identifying related bugs in the Linux kernel. However, this efficiency has led to a flood of duplicate, low-effort bug reports, creating a heavy burden for human maintainers who must spend more time triaging and verifying these reports. Torvalds emphasized the need for new community guidelines to manage this challenge and ensure AI's benefits are not lost to procedural overload.