/AI1d ago

Linus Torvalds compares generative AI to compilers, arguing they are productivity enhancers rather than autonomous code authors

AI tools boosted Linux kernel submissions by 20 percent

3506.6K1.3K2.7K578.7K
Original postGary Marcus#157
Ayaan 🐧@twtayaan

The creator of Linux just publicly called out the AI hype. Word for word.

Linus Torvalds took the stage at Open Source Summit 2026 and said this:

"When I see people saying 99% of our code is written by AI, I literally get angry. Because those same people — I can pretty much guarantee — 100% of their code is written by compilers. But they never say that."

He is not anti AI. The Linux kernel saw a 20% jump in submissions this release because of AI tools. He uses it. He gets it.

His point is something most people are too afraid to say.

AI is a productivity tool exactly like compilers were. Compilers boosted programming by 1000x. AI adds another 10x on top. Enormous. But nobody says "the compiler wrote my code." So why are we saying AI wrote it?

He also flagged something nobody is talking about.

AI is flooding small open source projects with drive-by bug reports. Someone runs a prompt, files a report and disappears when asked for a patch. Maintainers with one or two people are drowning trying to keep up.

"Sometimes AI reports a bug and when you ask for more information the person has done that drive-by and does not even answer your question. That is the real burnout issue."

And his final warning was the sharpest of all.

"People who do not understand the complexity of systems will prompt systems and write processes that will fail."

The AI hype crowd is very loud right now.

Linus has been building real systems for 35 years. When he talks, engineers listen.

Full interview here: https://thenewstack.io/torvalds-ai-programming-productivity/

11:33 PM · Jun 4, 2026 · 577.5K Views
Sentiment

Many users praised Linus Torvalds for calling out AI hype in code generation as mostly a tool that amplifies expertise rather than replacing it, while others called his views delusional or out of touch with real productivity gains.

Pos
80.1%
Neg
19.9%
69 comments with sentiment.
Cluster Engagement
Posts from X
Most Activity
Most Activity
VIEWS9.2KLIKES43

@twtayaan This is very true - AI is amazing at writing 100% of my code but for deeper work we still need great engineers

1dViews 9.2KLikes 43
BOOKMARKS1RETWEETS2
Carlos E. Perez@IntuitMachine

The C-level suite drives its judgment about AI via PowerPoint slides crafted by underlings (perhaps using AI).

Ayaan 🐧@twtayaan

The creator of Linux just publicly called out the AI hype. Word for word.

Linus Torvalds took the stage at Open Source Summit 2026 and said this:

"When I see people saying 99% of our code is written by AI, I literally get angry. Because those same people — I can pretty much guarantee — 100% of their code is written by compilers. But they never say that."

He is not anti AI. The Linux kernel saw a 20% jump in submissions this release because of AI tools. He uses it. He gets it.

His point is something most people are too afraid to say.

AI is a productivity tool exactly like compilers were. Compilers boosted programming by 1000x. AI adds another 10x on top. Enormous. But nobody says "the compiler wrote my code." So why are we saying AI wrote it?

He also flagged something nobody is talking about.

AI is flooding small open source projects with drive-by bug reports. Someone runs a prompt, files a report and disappears when asked for a patch. Maintainers with one or two people are drowning trying to keep up.

"Sometimes AI reports a bug and when you ask for more information the person has done that drive-by and does not even answer your question. That is the real burnout issue."

And his final warning was the sharpest of all.

"People who do not understand the complexity of systems will prompt systems and write processes that will fail."

The AI hype crowd is very loud right now.

Linus has been building real systems for 35 years. When he talks, engineers listen.

Full interview here: https://thenewstack.io/torvalds-ai-programming-productivity/

1dViews 1.2KLikes 5Bookmarks 1
REPLIES7
Ayaan 🐧@twtayaan

@Yairtech If AI is writing 100% of the code, then who's reviewing it?

1dViews 8KLikes 16
LandonCryptoExplr@LandonExplr

@twtayaan Linus right as usual. Same cycle, new abstraction layer. LLM bug spam is the underappreciated signal.

1dViews 5.3KLikes 9Bookmarks 1

@twtayaan People don't see the future. The future is someone will make an AI dedicated to bug finding and it'll just run al day finding bugs. That'll be a whole industry.

1dViews 654Likes 11Bookmarks 1
Ayaan 🐧@twtayaan

@IoannisKap1776 I think that's the key distinction. Not knowing everything is normal not understanding what your code is doing is where problems start.

1dViews 2.5KLikes 9
Jaydeep@_jaydeepkarale

@twtayaan "But nobody says "the compiler wrote my code." So why are we saying AI wrote it?"

AI generates code, so its different this time

1dViews 1.2KLikes 1Bookmarks 1

Most people who are busy hyping AI barely understand how ai actually work.I have been exposed to machine learning 8 years ago and AI is nothing different from that.We have been using ai tools but they hype here is now overrated if AI is going to replace the Engineers as most are http://saying.How is AI going to be trained? Linus is right here

23hViews 337Likes 1Bookmarks 1

@twtayaan @AoifeMFoley Good analogy. More ai, more code, more bugs. More work to test and fix. More activity, more problems. Like with compilers.

16hViews 50Likes 1Bookmarks 1
bashbunni@sudobunni

@twtayaan @karomancer based and true. Tell em king

22hViews 215Likes 3Bookmarks 1

@MoreauGabarain @twtayaan That’s my work reduce energy demand and emissions

16hViews 19Likes 1Bookmarks 1
RITIKA GAUR@Gaur2005Ritika

@twtayaan Understanding AI tools is key, and it's unrealistic to expect broad programming knowledge from one person.

1dViews 4.1KLikes 4

@twtayaan I think he is right about the basic pillars, namely being able to understand or follow what the AI tool is doing. Because I consider it perhaps impossible for an ordinary programmer to possess such a broad scale of programming knowledge....🤔

1dViews 3.4KLikes 4
Ayaan 🐧@twtayaan

@JohnDParody Maybe someday. But if you don't understand the system yourself, how would you know when the AI is wrong?

22hViews 177Likes 1Bookmarks 1
Armon Turner Echols@TurnerEchols

I’ve said this many times. Technology grifters are always overstating their capabilities just to inflate the amount of money they can raise and so they can sell stock at inflated prices. Bubbles always occur, they pop, then things get real. Many go under, but the spinsters still have their new jets!

1dViews 319Likes 1
Ayaan 🐧@twtayaan

@log_npierce Generating code is easy. Maintaining it for years is the hard part.

22hViews 907Likes 3
Robert Kroese@robkroese

@twtayaan Compilers are deterministic. They aren't writing anything; they are translating. If you ask an AI to write an app that does X, it needs to decide from a million possible ways of doing X. That's writing code.

1dViews 237Likes 4
Hadi@hadilq

@twtayaan nobody sells compilers. soon if we push for local LLMs, nobody would sell AI models either.

1dViews 653Likes 3

@twtayaan in my enterprise work the other engineers and I do a pre-review - in my own repos i am getting a review of composer, grok 4.3 and claude

1dViews 1.3KLikes 2
Ayaan 🐧@twtayaan

@codematix Well said. The more powerful the tool becomes, the more important it is to understand the system behind it. Otherwise you're just automating mistakes faster.

22hViews 307Likes 3
Load more posts