Skip to content

Commit be8944a

Browse files
Add Linus Torvalds keynote summary on AI
Amp-Thread-ID: https://ampcode.com/threads/T-76a12af2-2c3d-46ef-9195-3c1987cab648 Co-authored-by: Amp <amp@ampcode.com>
1 parent d3b6ed9 commit be8944a

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "Keynote: Linus Torvalds, Creator of Linux & Git, in Conversation with Dirk Hohndel"
3+
resourceId: 7
4+
date: "2025-11-12"
5+
---
6+
7+
This keynote features Linus Torvalds in conversation with Dirk Hohndel, discussing the state of Linux development and Linus's perspective on Artificial Intelligence.
8+
9+
### AI's Impact on Open Source Infrastructure
10+
11+
* **Infrastructure Disruption:** Linus notes that AI has been "very disruptive" to kernel infrastructure. Specifically, AI crawlers scanning the `kernel.org` source code have caused significant strain and issues for their systems.
12+
* **Spam & Low-Quality Reports:** There is a rising issue with "made up" bug and security reports generated by people misusing AI tools. These false positives waste maintainer resources, though Linus notes it hasn't been as severe for the Linux kernel as it has been for other projects like `curl`.
13+
14+
### "Vibe Coding" & AI as a Tool
15+
16+
* **Skepticism for Real Products:** Linus is skeptical of "vibe coding" (using AI to write code based on "vibes" or natural language prompts) for serious product maintenance. He believes that while it might get you 90% of the way there, the last 10%—the hard part of maintenance—will likely prove that this approach isn't viable for long-term projects.
17+
* **Great for Learning:** Conversely, he views AI coding tools as a **positive gateway for beginners**. It lowers the barrier to entry, allowing people to create working programs and get excited about computers in a way that is much harder today than it was 40-50 years ago.
18+
* **Current Utility:** For the kernel specifically, AI isn't quite "there yet" for complex code generation. It is currently being used experimentally to help maintainers with tasks like backporting patches, but it remains a tool rather than a replacement.
19+
20+
### The Future of Software Jobs
21+
22+
* **Evolution, Not Extinction:** When asked about layoffs and the fear of AI replacing developers, Linus compares AI to previous innovations like compilers. Just as compilers freed programmers from writing assembly by hand but didn't eliminate the need for programmers, he believes AI will simply be another tool that removes minutia.
23+
* **Productivity & New Opportunities:** His "gut feel" is that AI will make programmers more productive and open up entirely new areas of development, potentially leading to *more* software jobs rather than fewer.
24+
25+
### Hardware & Industry Shifts
26+
27+
* **Nvidia & Linux:** One positive side effect of the AI boom is that it forced Nvidia to become a "good player" in the Linux space. Since Linux is critical for AI cloud infrastructure, Nvidia now engages more deeply and constructively with the kernel community than they did 20 years ago.
28+
* **General Purpose vs. AI Hardware:** Despite the hype around AI hardware (GPUs/NPUs), Linus maintains that the general-purpose CPU is still the most interesting part to him. He views the AI workload as just another application running on top of the kernel, similar to how big databases or commercial apps have always run on Linux.
29+
30+
Full video: <https://www.youtube.com/watch?v=tWx769t1JKg>

src/data/resources/coding-with-agents.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
[
2+
{
3+
"id": 7,
4+
"title": "Keynote: Linus Torvalds, Creator of Linux & Git, in Conversation with Dirk Hohndel",
5+
"url": "https://www.youtube.com/watch?v=tWx769t1JKg",
6+
"description": "Linus Torvalds shares his perspective on AI's impact on open source infrastructure, including crawler strain on kernel.org and AI-generated spam reports. He expresses skepticism about 'vibe coding' for serious maintenance while acknowledging AI as a great learning gateway for beginners. Compares AI to compilers—a tool that removes minutia rather than replacing developers—and predicts more software jobs, not fewer.",
7+
"type": "video",
8+
"source": "Open Source Summit",
9+
"date": "2025-11-12",
10+
"tags": ["Coding agents", "Trends", "Open source"]
11+
},
212
{
313
"id": 6,
414
"title": "The Truth About Coding Agents: Why 90% of Your Time Is Now Code Review",

0 commit comments

Comments
 (0)