← BACK TO HOME — Simon Willison — 入门
行业观点 · ANALYSIS · IMPACT 7/10

Quoting Linus Torvalds

Linus Torvalds stated on the Linux mailing list that AI is a useful tool whose utility is beyond question, and that Linux is not an anti-AI project; those who disagree can fork or walk away.

KEY POINTS
  • Linus stressed that AI is just another tool, and its practical value is no longer questionable; skeptics likely haven't actually used it.
  • The Linux project will not reject AI due to some people's dislike, consistent with open source's pragmatic tradition.
  • He is willing to take a strong stance as top-level maintainer, even allowing forks or departures.
  • This statement reflects mainstream open source projects' pragmatic acceptance of AI, influencing many developers' attitudes.
ANALYSIS

Linus Torvalds, the undisputed authority in the open-source world, once again showed his "pragmatic to the point of ruthlessness" style. On July 16, in response to some developers' resistance to AI within the Linux community, Linus laid down the law on the mailing list: Linux is not an anti-AI project. AI is just a tool; if it's useful, use it. Those who disagree can fork the project or walk away.

The background is straightforward. As AI coding assistants, autocomplete, and even code review tools increasingly permeate software development, some developers who uphold the "handcrafted" ethos have expressed unease. They worry that AI-generated code might pollute the codebase or violate the open-source community's pursuit of transparency and control. Faced with these disputes, Linus didn't engage in philosophical debate but offered a typical Torvalds solution: let the code speak, apply tool rationality, and if you don't like it, fork.

Why this matters

First, Linus's statement shatters a common misconception: that open source is naturally at odds with AI. In reality, open source has always been about the free use and improvement of practical tools, and AI tools are merely the latest iteration. Linus's logic is simple: if a tool makes you more efficient, use it; if it has problems, fix it; rejecting it purely on ideological grounds is self-limiting.

Second, he flatly asserted that "the usefulness of AI is no longer in question." This marks a milestone where AI has moved past the toy and hype stages to become infrastructure just like compilers and debuggers. A year ago, many might still doubt AI's practical output. Today, in Linus's words, "anybody who doubts that clearly hasn't actually used it." This confidence comes from the real experiences of countless developers who rely on AI daily for coding, documentation, and testing.

What it means for developers

Linus's stance is a reminder to all tech practitioners: a tool's value lies in productivity. Don't attach excessive emotional or moral baggage to tool choices. You may dislike certain aspects of AI—copyright issues, energy consumption—but you cannot deny its power as a productivity lever. The pragmatic approach is to learn how to harness it better to produce higher-quality code and reduce repetitive work, rather than hanging a "No AI allowed" sign on the door.

It is also a lesson in leadership. A top maintainer dares to set the tone amid controversy, preventing the project from descending into endless religious wars. For tech decision-makers on teams, Linus's approach may be worth learning: when new technology arrives, judge quickly based on actual benefits and steer energy toward real problems, not ideological debates.

The bigger picture

This Linus declaration can be seen as a signal: mainstream foundational software projects are rapidly and pragmatically adopting AI. When a cathedral like the Linux kernel opens its doors, it's hard for conservatives in other projects to claim the moral high ground. It's foreseeable that in the coming years, AI-assisted development will shift from optional to default, and developers who insist on purely manual methods may become niche romantics, much like those who once clung to Notepad while refusing IDEs.

Of course, Linus left room for nuance: "There are other questions around AI (like what the economy of it will actually look like in the end)," he acknowledged. But those are broader societal issues. On the battlefield of software engineering, AI has won its ticket, and Linus simply spoke a truth most people already knew: stop arguing and get to work.

Analysis by BitByAI · Read original

Originally from Simon Willison · Analyzed by BitByAI