惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks
B
Blog
腾讯CDC
博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - Franky
罗磊的独立博客
月光博客
月光博客
Jina AI
Jina AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
D
Docker
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
G
Google Developers Blog
V
Visual Studio Blog
I
InfoQ
有赞技术团队
有赞技术团队
D
DataBreaches.Net
Microsoft Security Blog
Microsoft Security Blog
WordPress大学
WordPress大学
阮一峰的网络日志
阮一峰的网络日志
宝玉的分享
宝玉的分享
Blog — PlanetScale
Blog — PlanetScale

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
Why Linux creator Linus Torvalds gets angry hearing “99% ...
B. Cameron Gain · 2026-05-29 · via Hacker News - Newest: "AI"

During his keynote at the recent Open Source Summit North America, Linux and Git creator Linus Torvalds did not mince words about those who contend AI will remove the need for human programmers. 

Instead of AI “replacing” programming, Torvalds told the audience gathered in Minneapolis that AI boosts productivity in the same way that past technological revolutions did.

Programmers will ultimately use AI to generate the source code, which compilers then turn into machine code. However, to build serious projects intended to last decades, developers must deeply understand the generated code and the system architecture, not just the prompts, he clarified.  

“AI is a great new tool, but it’s a tool, and when I see people saying, ‘Hey, 99% of our code is written by AI,’ I literally get angry, because those same people — I can pretty much guarantee — that 100% of their code is written by compilers. But they never say that.”

“When I see people saying, ‘Hey, 99% of our code is written by AI, I literally get angry”

From the perspective of a long-time open-source maintainer — the first maintainer of Linux, as its creator — Torvalds views AI as a significant, high-productivity tool, similar to the historical shift from machine code to assemblers and compilers.

Torvalds dismissed the idea that AI might one day “replace” programming, arguing instead that it boosts productivity, much like past revolutions in software development. Torvalds emphasized that true software engineering requires, in the immediate future, human understanding of the underlying systems, not just the ability to write AI prompts.

“I’m 100% convinced that AI is changing programming, but it’s not changing the fun.”

Programmers will ultimately use AI to generate the source code, which compilers then turn into machine code.  “I’m 100% convinced that AI is changing programming, but it’s not changing the fun,” Torvalds said. 

As Torvalds mentioned during his keynote, he initially began programming by working with the bare-number machine language in the pre-assembly days. Then assembly languages came into play, and higher-level languages like Fortran, which used compilers, came along. And then, with compilers, productivity actually increased dramatically for basic programming.

AI can increase productivity by a factor of 10, but another way to look at it, according to Torvalds, is that AI-assisted productivity for programming is 10 times less than the productivity gains compilers offer. This assertion is based on Torvalds’ calculation of how compilers have boosted programming by 1,000-fold.  

“People who don’t understand the complexity of systems will also prompt systems and write processes that will fail. So,  I think you do want to understand how it all works.”

“People who know what they’re doing to understand systems will be able to prompt tools to write good code,” Torvalds said. “People who don’t understand the complexity of systems will also prompt systems and write processes that will fail. So,  I think you do want to understand how it all works.”

The immediate dilemma of AI-generated code in open-source projects is the explosion of AI-generated pull requests, often containing bugs that AI tools have found. The people power required to assess and then merge these fixes as commits has been doable for the Linux project for now, thanks to its resources. However, for those thousands of projects that lack resources, many cannot keep up the pace. 

“Of all the projects that people maintain that are not the Linux kernel, that maybe is somebody’s head project that they’ve been working on for a decade or more, and they have only one person or three people [to patch bugs and create fixes], they get really burned out,” Torvalds said.

While AI helps identify deep-seated bugs in aging codebases, it also introduces a social burden: “Drive-by” AI bug reports that lack follow-up, causing maintainer burnout, Torvalds said. 

Torvalds noted that the Linux project has over 35 years of legacy code and that AI is successfully finding hidden issues. However, it takes extensive time for maintainers to sift through those, Torvalds said. 

Credit: The New Stack

“Sometimes, obviously, AI reports a bug, and when you ask for more information, the person has done that drive-by and doesn’t even answer your question,” Torvalds said. ”So, that’s the real burnout issue.”

Additionally, some tech companies invest in making a name for themselves by using AI to flag bugs for media attention — without providing the necessary code patches. “These companies enjoy spending a lot of money and a lot of tokens on pointing out the above, and strangely, none of these came with a patch, even though all of these were in open source code,” Torvalds asserted. “It’s all very good when AI finds a bug in any source code in the short term, but if AI finds issues that we did not find, it’s going to take us some time to just work through the new issues.”

“It’s all very good when AI finds a bug in any source code in the short term, but if AI finds issues that we did not find, it’s going to take us some time to just work through the new issues.”

The project maintainers saw a surge in pull requests ahead of the 7.1 release, resulting in more commits during preparation than in any previous release. However, it became apparent that the surge in pull requests was due to AI use rather than increased interest in the new release, as Torvalds initially thought.  

Still, as he noted, contributing to the kernel is a good thing with AI, and that very difficult process has been largely supported and, in many cases, augmented with AI tools. As he noted, there was a roughly 20% increase in submissions overall with the current Linux kernel release.

During the Q&A, Torvalds was asked which AI tools the Linux project maintainers use to review pull requests and vulnerability reports, to which he replied, “Sashiko.” However, even with that tool, humans must still maintain and review the implementation or proposed fixes, which still requires a significant amount of manpower across the project.

That said, given the number of layoffs in the tech sector, the actual act of programming itself is changing, but humans, at least in the near- to mid-term, will still require significant expertise and remain in demand.

YOUTUBE.COM/THENEWSTACK

Tech moves fast, don't miss an episode. Subscribe to our YouTube channel to stream all our podcasts, interviews, demos, and more.

Created with Sketch.