1983: Richard Stallman announces the GNU Project
On 27 September 1983, Richard Stallman, then a programmer at the MIT Artificial Intelligence Laboratory, posted a now-famous message to the Usenet groups net.unix-wizards and net.usoft. He announced his plan to create a complete, Unix-compatible software system named GNU—a recursive acronym for “GNU’s Not Unix”—and to distribute it as free software that anyone could use, study, modify and share.
Stallman’s decision grew directly out of life inside the AI Lab. For years the laboratory had thrived on an open “hacker” culture in which source code for editors, compilers and Lisp systems circulated freely among researchers building early expert systems and machine-intelligence experiments. By the early 1980s that culture was collapsing: companies locked printer software behind proprietary licenses, and colleagues who left for industry took their improvements with them. Stallman saw the loss of communal code as a threat to the very way AI research had progressed.
The announcement sketched an entire operating system—kernel, compiler, editor, assembler and utilities—all to be written from scratch and placed in the public commons. Stallman began at once with GNU Emacs and later the GCC compiler. Although the GNU kernel (the Hurd) advanced slowly, the user-space tools proved so robust that, when Linus Torvalds released the Linux kernel in 1991, the combination produced the GNU/Linux systems that now power much of the planet’s computing infrastructure.
The connection to artificial intelligence is both historical and practical. The MIT AI Lab had been a birthplace of Lisp machines, time-sharing, and the collaborative style that let ideas about learning, reasoning and language spread rapidly. By defending the right to share code, GNU preserved that style and gave it legal form in the GNU General Public License. Today the major open-source frameworks on which modern AI rests—TensorFlow, PyTorch, scikit-learn, Jupyter, and the model repositories that host large language models—inherit both their technical lineage and their culture of unrestricted collaboration from the movement Stallman launched on that September day.
A single Usenet post, written in frustration at the AI Lab’s changing software norms, thus helped keep the tools of intelligence research in the commons, where they remain indispensable to contemporary AI.