Open Source

Open source is a development philosophy and licensing model in which software source code is made freely available for anyone to inspect, use, modify, and distribute. What began as an ideological commitment to software freedom in the 1980s — Richard Stallman's GNU Project and the Free Software Foundation — evolved through the 1990s and 2000s into the dominant infrastructure model for the technology industry. Linux runs most of the world's servers. Git (created by Linus Torvalds) powers virtually all collaborative software development. Python, TensorFlow, PyTorch, Kubernetes, and thousands of other open-source projects form the substrate on which commercial technology is built. The internet, in a very real sense, runs on open source.

The economic logic of open source is counterintuitive but powerful. By giving away the code, open-source projects generate value through network effects: the more people who use, test, and contribute to a project, the better and more reliable it becomes. Companies like Red Hat (acquired by IBM for $34 billion) demonstrated that enormous businesses could be built on open-source foundations by selling support, services, and enterprise features around freely available code. This model — open core plus commercial services — has become the standard playbook for developer-focused companies. The value accrues not to the code itself but to the ecosystem, community, and expertise surrounding it.

Open source's relationship to AI is complex and evolving. The open-weight model movement (Meta's LLaMA, Mistral, and others) borrows open source's distribution logic but not its full ethos: model weights are released freely, but the training data, training process, and fine-tuning recipes often remain proprietary. This distinction matters — true open source means you can reproduce the project from scratch; open-weight means you can use and modify the output but not necessarily replicate the process. The debate over what constitutes "open" in AI mirrors earlier open-source definitional battles and has significant implications for AI governance, competitive dynamics, and the concentration of AI capability.

The connection to composability is fundamental. Open-source projects succeed precisely because they are composable: designed to be combined, extended, and integrated with other components. Unix's philosophy of small, focused tools that connect through standard interfaces is the spiritual ancestor of modern microservices, API-driven architectures, and the agentic web. When AI agents orchestrate workflows by combining tools, APIs, and services, they are operating within a compositional architecture that open source made possible. The interoperability that the metaverse and spatial computing communities aspire to is essentially the open-source model applied to 3D environments and virtual worlds.

Science fiction authors have engaged with open-source culture both in their fiction and their practice. Charlie Stross released Accelerando under a Creative Commons license and has been an active advocate for open access to creative works. Neal Stephenson co-founded Lamina1 with explicit goals of building open metaverse infrastructure. Cory Doctorow, a prominent advocate at the intersection of open source, digital rights, and science fiction, has championed the model as essential to preventing the platform lock-in that concentrates power in closed ecosystems. The philosophical alignment between open-source culture and science fiction's tradition of imagining alternative social structures is not coincidental — both communities share a conviction that access to tools and knowledge should be democratized rather than gatekept.

Further Reading