Linus Torvalds Rejects Blanket AI Ban in Linux Review Debate
Linux creator and top-level maintainer Linus Torvalds told kernel developers that the project will not adopt an anti-AI position. In a mailing-list response about criticism of Sashiko, an AI-assisted review system, Torvalds said contributors are not required to use AI, but others will not be barred from using it. Torvalds also acknowledged that AI-assisted reports and patches can increase maintainer workload and argued that tools should help reviewers rather than create noise. Independent reporting confirms the context and position. LDS reads this as a process standard, not blanket approval: AI-assisted contributions still need traceable authorship, reproducible evidence, human accountability, and the same technical review as any other kernel change.
What happened
Linus Torvalds has drawn a clear boundary for the Linux kernel community's debate over artificial intelligence. Linux creator and top-level maintainer Linus Torvalds told kernel developers that the project will not adopt an anti-AI position.
In a mailing-list response about criticism of Sashiko, an AI-assisted review system, Torvalds said contributors are not required to use AI, but others will not be barred from using it. He framed AI as another engineering tool and said the kernel project should continue making decisions on technical merit.
Independent reporting confirms the context and position. The intervention followed discussion of an agentic review system and broader concern about AI-generated code, bug reports, and maintainer workload. Torvalds did not announce a new mandatory tool, a relaxed review standard, or permission to merge unverified generated code.
Technical context
The practical conflict is not simply whether a model can produce a useful suggestion. Kernel maintenance depends on provenance, reviewability, regression testing, subsystem expertise, and a contributor who remains responsible after a patch lands. A generated change that looks plausible can still omit hardware behavior, break an uncommon configuration, duplicate existing work, or shift debugging cost to maintainers.
Torvalds also acknowledged that AI-assisted reports and patches can increase maintainer workload and argued that tools should help reviewers rather than create noise. That qualification aligns the statement with his earlier criticism of low-value automated bug reports. The useful dividing line is therefore operational: a tool should reduce the cost of finding, explaining, testing, or reviewing a real problem rather than merely increase submission volume.
For practitioners
Engineering teams should avoid reading the statement as a general endorsement of generated code. A technical-merit standard becomes safer when organizations make evidence and accountability explicit.
- •Require a named contributor to understand, test, and defend every submitted change, regardless of how it was produced.
- •Preserve prompts, model identity, relevant context, tool output, and human edits when that evidence materially affects review or incident analysis.
- •Demand a minimal reproducer, failing test, trace, or other verifiable artifact before automated findings enter a maintainer queue.
- •Measure reviewer time, duplicate rate, false-positive rate, regression rate, and time to resolution instead of counting generated patches or findings.
- •Keep model output outside privileged merge paths; existing code review, signing, continuous integration, and release controls should remain authoritative.
These controls allow teams to evaluate useful automation without turning tool choice into a proxy for code quality.
Editorial analysis
LDS reads this as a process standard, not blanket approval: AI-assisted contributions still need traceable authorship, reproducible evidence, human accountability, and the same technical review as any other kernel change.
That distinction matters beyond Linux. Open-source projects and enterprise teams both face a throughput imbalance: models can generate suggestions faster than experienced reviewers can validate them. A permissive tool policy can coexist with a strict acceptance policy if teams make evidence quality, maintainer cost, and accountable ownership the gate.
What to watch
The next signal will be process, not rhetoric. Watch whether Linux maintainers formalize disclosure, testing, attribution, or automated-review guidance; whether agentic review tools produce reproducible findings; and whether maintainers report less triage burden. The durable standard will be demonstrated by reviewed patches and reduced workload, not by the number of AI-assisted submissions.
Key Points
- 1Torvalds said Linux will not become an anti-AI project, while making clear that contributors are not required to use AI.
- 2The useful standard is whether AI tools reduce maintainer work and produce technically reviewable evidence rather than more submission noise.
- 3LDS recommends preserving human accountability, reproducible evidence, and existing review controls for every AI-assisted software contribution.
Scoring Rationale
The statement sets an influential governance position for AI-assisted work in a major open-source project while preserving technical review and maintainer accountability.
Sources
Primary source and supporting public references used for this report.
Practice interview problems based on real data
1,625 SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems
