
Linux developer Linus Torvalds reveals that he uses Google Antigravity AI to generate code for his GPL-licensed AudioNoise project, demonstrating the growing acceptance of AI-assisted development in open source.
Linux and Git creator Linus Torvalds has publicly acknowledged that he uses the AI coding tool Google Antigravity in an open source GitHub project called AudioNoise. Given Torvalds' long-standing influence on software engineering practices, this approval marks a remarkable moment for AI-assisted coding in the open source ecosystem.
Torvalds confirmed that AudioNoise was developed in part using what is commonly referred to as “vibe coding,” a workflow in which an AI model generates code directly from natural language prompts. In particular, the Python-based audio sample visualizers included in the repository were not created by hand, but primarily using Google Antigravity.
In the project's README, Torvalds writes: “Also note that the Python visualizer tool is primarily written by vibecoding. I know more about analog filters than I do Python, and that's not saying much. It started with my typical 'Google and monkey see and monkey do' programming, but then I cut out the middle man and used Google Antigravity to run the audio sample visualizer.”
AudioNoise is published as an open source repository under the GPLv2 license, highlighting that AI-generated code can coexist with established open source licensing models. The project is described as a hobbyist exploration of digital audio effects, with a focus on digital signal processing and guitar pedal design.
This repository contains simple C implementations of delays, filters, and other effects, as well as AI-assisted Python visualization tools. Torvalds' candid disclosure highlights that while even experienced developers may rely on AI tools for tasks outside of their primary expertise, human judgment and oversight remain essential.
