如何评价Linux之父Linus Torvalds在最新项目中开始使用vibe coding?

AI Summary1 min read

TL;DR

Linux 之父 Linus Torvalds 在个人业余项目 AudioNoise 中承认使用 AI 编程工具(vibe-coding)编写 Python 可视化工具,替代了传统的“谷歌现学现卖”方式。这引发了关于 AI 编程与“古法编程”的讨论。

2026 年 1 月 12 日消息,“Linux 之父”Linus Torvalds 也承认用上了 AI 编程。他上周在 GitHub 公布了一个 AudioNoise 个人业余项目,主要是实现随机的数字音频效果。在项目说明的最后一段,Linus 表示:注意 Python 可视化工具基本上是由vibe-coding(氛围编程)编写的。 请见下面仓库的READMEhttps://github.com/torvalds/AudioNoiseAlso note that the python visualizer tool has been basically written by vibe-coding. I know more about analog filters -- and that's not saying much -- than I do about python. It started out as my typical "google and do the monkey-see-monkey-do" kind of programming, but then I cut out the middle-man -- me -- and just used Google Antigravity to do the audio sample visualizer 另外请注意,这个 Python 可视化工具基本上是 vibe-coding 编写的。我对模拟滤波器的了解,要比对 Python 的了解多得多——但其实也说不上精通。一开始我使用了经典“谷歌一下现学现卖”式的编程,但后来我干脆把自己这个“中间人”给砍掉了,直接用 Google Antigravity 这个工具来完成音频采样的可视化。 相关问题:如何看待现阶段坚持不用 AI 的 「古法编程」? 相关新闻:氛围编程真香 “Linux 之父”Linus 在个人业余项目中尝试拥抱AI

Visit Website