8 Technology & Society IId
Technology and Society - Intermediate
Part 4 - Open Source and Alternative Models
Most software you use is proprietary: A company owns it, controls it, and you use it under their terms. You can’t see how it works, modify it, or share it freely. You’re dependent on the company’s decisions about features, pricing, privacy, and support. If the company changes terms, raises prices, discontinues the product, or goes out of business, you have limited recourse.
Open source software works differently. The source code—the human-readable instructions that make software work—is publicly available. Anyone can view it, modify it, and distribute their modifications (within the terms of the open source license). Development often happens collaboratively by volunteers, foundations, or companies who share the work publicly.
Why does this matter for understanding technology and society?
Open source demonstrates that different organizational and economic models produce different technological outcomes. It shows that:
- Cooperation can produce sophisticated technology without traditional corporate structures
- Transparency and community oversight create different incentive structures than profit maximization
- Users can have agency and control over the tools they depend on
- Alternatives to dominant business models are viable, not just theoretical
Understanding open source helps you:
- Recognize alternatives to proprietary technology and their trade-offs
- Evaluate technology based on governance models, not just features
- Participate in collaborative technology development (even as a non-programmer)
- Think critically about who controls the tools you depend on
- Apply principles of open collaboration to other domains (connecting to Level 2: Community & Cooperation)
This section explores what open source is, why it works, major examples, trade-offs compared to proprietary models, and how you can participate or benefit—even if you never write code.
What Open Source Is and How It Works
Open source is both a technical practice and a collaborative philosophy. At its core, it means making the underlying design or “source” of something publicly accessible so others can study, modify, and distribute it.
For software, this means:
Source code is public: The human-readable programming instructions are available for anyone to view. Compare this to proprietary software where you only get the compiled program (like reading a book in a language you don’t understand vs. having the original manuscript you can edit).
Licensing permits modification and redistribution: Open source licenses grant specific rights:
- Use: Run the software for any purpose
- Study: Examine how it works
- Modify: Change it to suit your needs
- Share: Distribute original or modified versions
Different open source licenses have different requirements (some require sharing modifications publicly, others don’t; some prohibit commercial use, others allow it), but all share these core freedoms.
Development is often collaborative: Rather than a single company controlling development, open source projects typically have:
- Core maintainers who guide direction and approve changes
- Contributors who submit improvements, bug fixes, or new features
- Community members who report issues, test, document, or support other users
- Sometimes corporate sponsors who employ developers to work on the project
How this creates different incentives:
In proprietary development:
- Company controls all decisions based on profit maximization
- Features developed to increase revenue (subscriptions, lock-in, data collection)
- Problems may not be fixed if unprofitable
- Discontinuation when product isn’t sufficiently profitable
- Users are customers or products (if ad-supported), not participants
In open source development:
- Multiple stakeholders influence decisions based on diverse interests
- Features developed to solve actual user problems or developer interests
- Problems visible to everyone; anyone can fix them
- Projects can continue even if original developers lose interest (others can fork and maintain)
- Users can become contributors; relationship is participatory
This doesn’t make open source automatically “better”—it creates different trade-offs, which we’ll explore. But it demonstrates that technology development doesn’t require traditional corporate structures.
Beyond software: Open source hardware
The principles extend to physical objects:
Open source hardware means designs, schematics, and specifications are publicly available. Examples include:
- Electronics: Arduino microcontrollers, used in countless DIY electronics projects, education, and prototyping
- 3D printing: RepRap project created self-replicating 3D printers with open designs, spawning an entire ecosystem
- Medical equipment: Open-source ventilators, prosthetics, diagnostic tools—especially important in contexts where commercial equipment is unaffordable or unavailable
- Farm equipment: Open source tractor designs allowing farmers to repair and modify equipment rather than depending on manufacturers
- Scientific instruments: Lab equipment designs that researchers can build for fraction of commercial cost
Open source hardware faces additional challenges:
- Physical manufacturing costs money (unlike software copying which is essentially free)
- Requires technical skills and tools to build
- Quality control is harder without centralized manufacturing
- Harder to monetize, making sustainability challenging
But it proves the model extends beyond digital goods to physical objects.
Other applications of open source principles:
Open educational resources (OER): Textbooks, courses, and learning materials freely available and modifiable. The Techne System itself is an example—free, openly accessible, with a planned contribution model.
Open data: Scientific datasets, government data, cultural archives made publicly accessible for research, transparency, and innovation.
Open science: Research conducted transparently with open methods, data, and collaboration—contrasting with traditional closed publication models.
Wikis and collaborative knowledge: Wikipedia is perhaps the most successful application of open collaborative principles to knowledge creation—millions of articles created and maintained by volunteers, freely accessible to billions.
Creative Commons content: Music, art, writing, photography shared with licenses allowing varying degrees of reuse and modification.
Open design and manufacturing: From furniture designs to architectural plans, making creation knowledge publicly accessible.
The pattern: When the underlying “source” (code, design, data, knowledge) is made public and collaborative improvement is enabled, different kinds of value creation become possible.
Why people contribute to open source
If there’s no traditional payment, why do people spend time on open source projects?
Personal benefit: “I need this tool to work better, so I fix it” or “I need a feature that doesn’t exist, so I add it”
Learning and skill development: Contributing to real projects builds expertise and portfolio
Reputation and career: Open source contributions demonstrate skill to potential employers or collaborators
Community and belonging: Connection with people who share interests and values
Ideological commitment: Belief that knowledge and tools should be freely accessible
Corporate strategic interest: Companies contribute to projects they depend on, influence direction of tools they use, or build reputation in developer communities
Altruism and generosity: Simply wanting to help others and contribute to commons
Different projects have different contributor motivations and sustainability models—there’s no single “open source economy.”
Key insight: Cooperation produces valuable outcomes
Open source demonstrates empirically what Level 2: Community & Cooperation teaches conceptually: collaborative effort can produce sophisticated outcomes without traditional hierarchical control or profit motive as primary driver.
This doesn’t mean cooperation always works or is always preferable—but it proves alternatives to traditional corporate models are viable at significant scale.
Major Examples: Open Source in Practice
Open source isn’t a niche curiosity—it underlies much of modern technology and society. You likely use open source software daily without realizing it. Understanding the scale and importance helps you recognize it as a legitimate alternative model, not just hobbyist projects.
Linux: The operating system running the internet
Linux is an open source operating system (the fundamental software that runs computers). While most personal computers run Windows or macOS, Linux dominates:
- Servers and cloud infrastructure: Roughly 96% of the world’s top web servers run Linux. Google, Facebook, Amazon—all built on Linux
- Smartphones: Android (used by ~70% of smartphones globally) is built on Linux
- Supercomputers: 100% of the world’s 500 fastest supercomputers run Linux
- Embedded systems: Routers, smart TVs, cars, appliances—Linux is everywhere
Why Linux succeeded:
- Started by Linus Torvalds in 1991 as a personal project, grew through global collaboration
- Stability and security from thousands of developers reviewing code
- Free to use, reducing costs for companies and organizations
- Modifiable to specific needs (can’t do this with Windows or macOS)
- No single company controls it—reduces vendor lock-in concerns
Corporate investment: Major companies (IBM, Red Hat, Google, Intel, others) employ developers to work on Linux because they depend on it. They cooperate on shared infrastructure while competing on products built atop it.
Mozilla Firefox: Open web browser
Firefox demonstrates open source competing directly with corporate alternatives (Chrome, Safari, Edge):
- Developed by Mozilla Foundation, a nonprofit
- Focuses on user privacy and open web standards
- Anyone can audit code to verify privacy claims (can’t do this with closed-source browsers)
- Extensions and customization reflect community priorities, not just corporate interests
Market share has declined (Chrome dominates), but Firefox’s existence provides:
- Competition preventing complete browser monopoly
- Privacy-focused alternative for users who want it
- Influence on web standards beyond its market share
Wikipedia: Collaborative knowledge
Wikipedia is perhaps the most visible open source success:
- Collaboratively written by volunteers
- Free to access globally
- Available in 300+ languages
- One of the world’s most-visited websites
- Demonstrates that volunteer collaboration can produce comprehensive, generally reliable knowledge resources
Not perfect: Biases exist (reflects contributor demographics), edit wars happen, some articles are better than others. But it proves large-scale knowledge creation doesn’t require traditional publishers or paywalls.
LibreOffice and OpenOffice: Productivity software
Open source alternatives to Microsoft Office, proving that complex productivity software can be developed collaboratively and provided free. Used by:
- Governments seeking vendor independence
- Organizations with limited budgets
- Individuals wanting free alternatives
- Anyone preferring open formats not controlled by a single company
WordPress: Powering the web
WordPress is open source software for creating websites and blogs:
- Powers roughly 43% of all websites globally
- Anyone can use, modify, or build upon it
- Massive ecosystem of themes and plugins (many also open source)
- Companies provide hosting and support services around free software
Demonstrates sustainability model: Core software is free and open; businesses make money through services, hosting, premium features, and support—not by restricting the software itself.
Blender: Professional 3D software
Blender is open source 3D modeling and animation software competing with expensive commercial tools (Maya, 3DS Max):
- Used in professional film, game development, architecture
- Free to download and use
- Funded by donations and corporate sponsors who use it
- Proves that even highly specialized professional software can be open source
Major films have used Blender for effects and animation, demonstrating professional-grade capability.
VLC Media Player: Universal media playback
VLC plays virtually any video or audio format:
- Free, no ads, no data collection
- Works across all platforms
- Developed by volunteers and nonprofits
- Solves problem that proprietary players often don’t (playing all formats without restrictions)
Small example, but widely used—demonstrates open source solving practical everyday problems.
Open source in science and medicine
Folding@home: Distributed computing project using volunteers’ computers to simulate protein folding, contributing to disease research (including COVID-19)
Open source medical devices: Ventilators, prosthetics, and diagnostic equipment designed openly, particularly valuable in low-resource settings where commercial equipment is unaffordable
Bioinformatics tools: Much of the software analyzing genetic data, running genome databases, and enabling biological research is open source
Open source in education
Beyond individual tools, entire curricula, textbooks, and learning platforms are developed as open educational resources:
- Khan Academy (free learning platform)
- MIT OpenCourseWare (university courses freely available)
- Open textbooks replacing expensive commercial textbooks
- The Techne System itself—free, openly accessible educational material
Open source principles in other domains
OpenStreetMap: Collaboratively created map of the world, alternative to Google Maps, used by many apps and services
Open source agriculture: Seed sharing, open pollination varieties (contrasting with patented GMOs), equipment designs allowing farmer repair and modification
Creative Commons content: Millions of photographs, music, art, and writing shared with licenses allowing reuse
Pattern across examples:
- Open source can produce professional-grade, widely-used products
- Sustainability models vary (volunteer, nonprofit, corporate sponsorship, services around free software)
- Particularly successful where cooperation on infrastructure benefits diverse users with shared interests
- Demonstrates that alternatives to proprietary control are viable and valuable
You use open source daily, even if you don’t realize it. The internet you’re accessing, the phone you carry, the websites you visit—much of it built on open source foundations.
Open Source vs. Proprietary: Understanding the Trade-offs
Neither open source nor proprietary software is universally better. Each model has genuine advantages and real limitations. Understanding the trade-offs helps you make informed choices about what tools to use, support, or advocate for—rather than following defaults or marketing.
| Dimension | Open Source | Proprietary |
|---|---|---|
| Cost | Usually free to use | Often subscription or purchase cost |
| Transparency | Code is auditable | Internal workings hidden |
| Security | Many eyes can find flaws; fixes are public | Flaws can be hidden; fixes controlled |
| Privacy | Can verify data practices | Must trust company claims |
| Features | Community-driven; may lag commercial tools | Commercially driven; often polished |
| Support | Community forums, documentation, paid options | Official support channels |
| Vendor lock-in | Low; anyone can maintain | High; depends on company decisions |
| Longevity | Project can be forked and continued | Depends on company survival and interest |
| Accessibility | Varies; sometimes less user-friendly | Often more polished user experience |
| Customization | High; can modify to specific needs | Limited to what company allows |
Cost
Open source advantage: Most open source software is free to use. This is significant for:
- Individuals with limited resources
- Organizations in low-income contexts
- Schools and nonprofits with restricted budgets
- Startups needing infrastructure without upfront costs
Nuance: “Free” refers to licensing, not total cost. Open source can still require:
- Technical expertise to implement and maintain
- Time investment in setup and customization
- Paid support contracts for complex implementations
- Hardware and hosting costs
Proprietary advantage: Paid software often comes with support, training, and maintenance included. For organizations without technical expertise, the total cost of proprietary software (purchase + support) may actually be less than the total cost of open source (free + technical staff needed to maintain it).
Transparency and security
Open source advantage: Anyone can inspect the code. This creates:
- Auditability: Privacy claims can be verified rather than trusted. When a company says “we don’t collect your data,” open source lets you check. With proprietary software, you must trust them.
- Security review: More eyes examining code means vulnerabilities are more likely to be found and reported. Security researchers globally can identify and disclose problems.
- Trust through verification: Rather than reputation alone, trust can be based on actual evidence
Proprietary advantage (theoretical): Some argue that open code also shows attackers how to exploit vulnerabilities. In practice, security researchers generally consider transparency to provide net benefit—“security through obscurity” is widely regarded as weak protection.
Nuance: Open source code being available to audit doesn’t mean it’s actually audited. Many open source projects have too few developers for comprehensive security review. The Heartbleed vulnerability in OpenSSL—critical infrastructure used across the internet—went undetected for years despite being open source. Availability of audit and actual audit are different things.
Privacy
Open source advantage: Combined with transparency, open source tools can make privacy protection verifiable:
- Signal (encrypted messaging) is open source—security researchers worldwide have verified its encryption
- Firefox is open source—privacy claims about data collection can be checked
- Self-hosting options: Running your own server means data stays under your control
Proprietary limitation: Privacy policies tell you what companies say they do. Technical verification of those claims isn’t possible with closed-source software. Even well-intentioned companies can be compelled by governments to access data, or can change policies when acquired by larger companies.
Features and usability
Proprietary advantage: Commercially developed software often has:
- More polished user interfaces (significant investment in UX design)
- More consistent feature development (paid teams working full-time)
- Better integration with other commercial products
- Professional onboarding, training materials, and support
Open source limitation: Development driven by contributor interests can mean:
- Features that matter most to non-technical users get less attention
- User interface and accessibility sometimes lag commercial products
- Documentation quality varies enormously
- Features added when contributors want them, not on predictable schedules
This gap has closed significantly in recent years. LibreOffice, Blender, GIMP, and many other open source tools now rival commercial alternatives in capability. But for some specialized professional tools, proprietary options remain ahead.
Support
Proprietary advantage: Official support channels, service level agreements, accountability for problems. When critical software fails, knowing there’s a company you can call matters—especially for organizations where downtime has serious consequences.
Open source nuance: Support options vary enormously:
- Community support: Forums, documentation, Stack Overflow—often excellent for common problems, inconsistent for obscure ones
- Paid support: Many open source projects have commercial support options (Red Hat for Linux, various companies for WordPress)
- Self-reliance: Organizations with technical staff can often solve problems themselves, not waiting for vendor response
Vendor lock-in and longevity
Open source advantage: Significant protection against vendor decisions:
- If a company discontinues proprietary software, you lose it (unless you can export data)
- If a company changes pricing dramatically, you’re dependent
- If a company is acquired and new owners change direction, you’re affected
Open source alternatives:
- If maintainers abandon a project, others can “fork” (create a new version from existing code) and continue it
- LibreOffice exists because Oracle’s management of OpenOffice concerned the community—they forked it and continued independently
- Companies can’t unilaterally change what the software does or charge for what was previously free (for already-released versions)
This matters especially for critical infrastructure. Depending on proprietary software for essential systems creates vulnerability to company decisions outside your control.
Proprietary nuance: Large commercial vendors have strong incentives to maintain products and backward compatibility—losing customers to switching costs them money. Some proprietary products have remarkable longevity. But the incentive to maintain exists only as long as the product is profitable.
Customization
Open source advantage: Can modify software to specific needs:
- Governments customizing systems to local language, legal requirements, accessibility standards
- Organizations building specialized tools on open source foundations
- Researchers modifying scientific software for specific experiments
- Developers building commercial products on open source infrastructure
Proprietary limitation: You can configure within the options the company provides, but can’t change fundamental behavior. If the software doesn’t work the way you need, your options are workarounds, feature requests (which may never be implemented), or switching products.
The ethical dimensions
Beyond practical trade-offs, open source raises ethical considerations:
Knowledge as commons: Is there value in keeping certain knowledge and tools freely accessible to everyone, regardless of resources? Open source represents a philosophical position that some knowledge belongs to humanity, not just to whoever developed it first.
Power distribution: Proprietary control over critical infrastructure concentrates power. If most communication depends on proprietary platforms, most documents on proprietary software, most data on proprietary clouds—those who control the software control critical aspects of society. Open source distributes that power.
Developing world access: Open source enables access to sophisticated tools in contexts where commercial licensing is unaffordable. Schools, hospitals, governments, and individuals in lower-income countries can use the same tools as wealthy institutions.
Contribution and reciprocity: Open source embodies a principle relevant throughout this program: that contributing to shared resources creates value that benefits everyone, including contributors. This directly reflects Level 2: Community & Cooperation and Level 3: Part-Whole Symbiosis—when parts contribute to a whole that functions well, all parts benefit.
Corporate involvement complexity:
Large companies contribute significantly to open source—Google, Microsoft, IBM, Red Hat, Meta all employ developers working on open source projects. This creates tension:
- Positive: Resources and expertise that small volunteer communities can’t provide
- Concern: Corporate priorities can influence project direction away from user interests
- Reality: Open source governance models vary in how well they protect against corporate capture
Open source isn’t automatically democratic or community-controlled. Project governance matters as much as code availability. Some open source projects are effectively controlled by single companies; others have genuinely distributed governance.
Making informed choices
Understanding these trade-offs helps you evaluate technology options based on what actually matters for your situation:
When open source is often preferable:
- Privacy verification matters to you (use open source where you can audit claims)
- Long-term access and control matter (avoiding vendor lock-in)
- Budget is constrained
- Customization needs exceed what proprietary options offer
- You want to support knowledge as commons philosophically
- Critical infrastructure where transparency and independence matter
When proprietary is often preferable:
- Polished user experience is important and open alternatives lag significantly
- Official support and accountability are required
- Integration with existing proprietary systems is critical
- Technical resources for maintaining open source are unavailable
- The specific use case isn’t well-served by existing open source options
Most practical situations involve a mix. Using open source where it’s excellent (Firefox, Linux servers, WordPress) and proprietary where it genuinely serves you better is more pragmatic than ideological commitment to either model.
How to Participate and Apply These Principles
You don’t need to be a programmer to participate in open source or benefit from its principles. Open source projects need many kinds of contribution, and the philosophy applies far beyond software development.
Ways to participate without coding
Using and promoting open source tools:
The simplest form of participation is choosing open source tools when they serve your needs well:
- Use Firefox instead of Chrome, or LibreOffice instead of Microsoft Office
- Choose Signal over WhatsApp, or Mastodon over Twitter
- Use Wikipedia as a starting point and contribute corrections when you know better
- Recommend open source alternatives to others when appropriate
Every user matters. Larger user bases attract more contributors, more corporate sponsorship, and more sustainability. Choosing open source tools when they work for you supports the ecosystem.
Documentation and translation:
Most open source projects desperately need:
- Documentation: Writing clear guides, tutorials, and explanations for users who aren’t developers
- Translation: Making tools accessible in more languages
- Accessibility improvements: Ensuring tools work for users with disabilities
These contributions are often more needed than code, and require writing skills, language skills, or accessibility knowledge rather than programming.
Bug reporting and testing:
Using software carefully and reporting problems clearly is genuinely valuable:
- Documenting what went wrong, how to reproduce it, what system you’re using
- Testing new versions and reporting whether problems are fixed
- Trying edge cases that developers might not have considered
Good bug reports save developers significant time and directly improve software quality.
Community support:
Answering questions in forums, helping new users, moderating community spaces—the social infrastructure of open source projects needs as much attention as the technical work. If you become skilled with an open source tool, helping others learn it contributes meaningfully.
Artwork, design, and user experience:
Many open source projects need:
- Icons, logos, and visual design
- User interface improvements
- Accessibility design
- Marketing materials and website design
Designers and artists who care about open source principles can contribute directly.
Financial support:
Many open source projects and foundations accept donations:
- Mozilla Foundation (Firefox, Thunderbird)
- Wikimedia Foundation (Wikipedia)
- Software Freedom Conservancy (supports many projects)
- Individual projects through platforms like Open Collective or Patreon
Even small recurring donations provide stability for volunteer projects.
Advocacy:
- Institutional advocacy: Encouraging schools, libraries, governments, and organizations to adopt open source tools
- Policy advocacy: Supporting legislation that requires open source for publicly funded software
- Community education: Helping others understand open source options and their trade-offs
Learning to code:
If you’re interested in developing technical skills, contributing to open source is one of the best ways to learn:
- Real projects with real users provide meaningful context
- Code review from experienced developers accelerates learning
- Portfolio of actual contributions demonstrates skills to employers
- Community provides mentorship and support
Many open source projects label beginner-friendly issues specifically to help new contributors start.
Applying open source principles beyond software
The underlying philosophy—transparent development, collaborative contribution, shared ownership, free access—applies to many domains beyond software:
Open educational resources:
The Techne System embodies open source principles applied to education:
- Content freely accessible to everyone
- Contribution model allowing community improvement
- Transparent methodology (you can see how it was made)
- No proprietary lock-in (CC licensing allows sharing)
Other examples:
- Khan Academy making education freely accessible
- Wikipedia distributing knowledge globally
- MIT OpenCourseWare enabling anyone to learn from university courses
What you can do: Create and share educational materials openly. License your own work with Creative Commons. Contribute to existing open educational resources. Advocate for open textbooks in schools.
Open data and research:
Scientific research and public data are more valuable when openly accessible:
- Research funded by public money arguably should be publicly available
- Open data enables secondary research, innovation, and accountability
- Reproducibility requires open methods and data
What you can do: Support open access publishing. Use and share open datasets. Advocate for open data policies in institutions and governments. If you do research, publish openly when possible.
Open governance and civic participation:
Open source principles applied to governance mean:
- Transparent decision-making processes
- Public documentation of how decisions are made
- Community input into rules that affect community members
- Accountability through visibility
What you can do: Advocate for transparent governance in organizations you’re part of. Participate in public comment processes. Support freedom of information laws. Contribute to civic technology projects.
Community organizations and cooperatives:
Open source principles of shared ownership and collaborative development apply to:
- Worker cooperatives where employees own and govern their workplace
- Housing cooperatives with member ownership and democratic governance
- Community land trusts keeping housing affordable through collective ownership
- Credit unions as member-owned financial institutions
These aren’t software at all—but they embody the same core principle: collective ownership and governance produces different outcomes than concentrated private ownership.
This connects directly to the Societal and Collective Implications of automation discussed earlier. Cooperative ownership of automated enterprises would distribute benefits differently than private ownership. Open source automation tools reduce dependence on proprietary vendors. Transparent algorithmic systems enable accountability that closed systems don’t.
Open source and the companion organization
The principles explored here directly inform the kind of organization and community the Techne System envisions:
- Open contribution model for content (like open source software development)
- Transparent governance and methodology
- Free access regardless of resources
- Community ownership of the project’s direction over time
- Distributed hosting and preservation ensuring resilience
The Asynchronous/Asymmetrical Exchange Network concept for the companion organization—mutual aid without monetary exchange—embodies similar principles: cooperative, transparent, open contribution rather than extractive commercial models.
Connecting to the program’s broader themes
Open source demonstrates something fundamental that applies throughout the Techne System:
Cooperation creates value that competition alone doesn’t. Linux, Wikipedia, and the open internet weren’t produced by a single company maximizing profit—they emerged from collaborative effort guided by shared purpose. This empirically validates principles from Level 2: Community & Cooperation and Level 3: Part-Whole Symbiosis: when parts contribute to a healthy whole, the whole creates conditions for parts to flourish.
Transparency builds trust that opacity can’t. You can verify open source privacy claims. You can audit open source security. You can understand open source governance. This aligns with principles throughout the program: informed decision-making requires honest information.
Tools shape possibilities. Whether you have access to free, modifiable, community-controlled tools or only to expensive, proprietary, vendor-controlled tools affects what you can do, learn, and create. Open source expands access and agency—helping overcome external barriers discussed in Level 1: External Barriers.
Knowledge shared multiplies; knowledge hoarded doesn’t. Open source is a practical demonstration that sharing knowledge creates more value than restricting it—for individuals, communities, and society. This reflects values throughout the Techne System.
Getting started
If you want to begin engaging with open source practically:
-
Switch one tool: Choose one proprietary tool you use and try its open source alternative. Notice what’s better, what’s worse, what’s different. Start with low-stakes options (media player, browser, office suite).
-
Use Wikipedia thoughtfully: Not just as a reference, but as a community resource you can contribute to when you know something is wrong or incomplete.
-
Explore the ecosystem: Visit alternativeto.net and filter by open source to discover alternatives to tools you use. You don’t have to switch—just know your options.
-
Report a bug: Find an open source tool you use and report one problem clearly and helpfully. This is direct contribution requiring no technical skills.
-
Support financially if you can: If you use and value open source tools, consider donating to projects or foundations that maintain them.
-
Think about the principles: Beyond specific tools, consider where open source principles—transparency, collaboration, shared ownership, free access—could apply in your work, community, and civic life.
How It Connects — Section 4: Open Source and Alternative Models
This section functions partly as a proof of concept for ideas introduced throughout the program — making it one of the most directly cross-referenced topics in Level 2.
Level 1: External Barriers Proprietary software, paywalled knowledge, and vendor lock-in are external barriers — they restrict what people can access, learn, afford, and build on. Open source directly addresses these barriers by making tools, knowledge, and infrastructure available without financial gatekeeping. This section gives concrete form to one of the most significant mechanisms for expanding access and agency at a global scale.
Level 1: What Are People Capable Of? Linux, Wikipedia, OpenStreetMap, and the rest of the open source ecosystem are among the most powerful demonstrations of what communities can build when cooperation is organized well. The scale and quality of what volunteers and contributors have collectively produced — often matching or exceeding what well-funded corporations built — is direct evidence of human potential operating through collaborative structures.
Level 2: Critical Thinking Transparency is what makes open source software verifiable in principle — anyone can read the code and check what it actually does. This connects directly to Critical Thinking’s emphasis on evidence and verification. Proprietary systems require trust in the company that made them; open source systems make that trust optional by making independent verification possible. The section’s trade-off discussion also requires critical thinking to navigate: the transparency advantage is real but not automatic — someone has to actually do the reviewing.
Level 2: Science (as a process) Open science, open data, and open peer review are the scientific community’s versions of open source principles. The parallels are deep: both rest on the idea that knowledge advances faster and more reliably when it can be freely examined, challenged, built upon, and corrected. This section reinforces why transparency and reproducibility — core values in both open source and science — are epistemically important, not just ideologically appealing.
Level 2: Education (as a concept) Open Educational Resources — including Techne itself — apply open source principles directly to learning. The democratization of knowledge access that open licensing enables is fundamentally an educational equity issue: who gets to learn, at what cost, under what conditions. This section and the Education topic are natural companions in thinking about knowledge as a commons rather than a commodity.
Level 2: Psychology Open source communities run on intrinsic motivation — contribution, mastery, belonging, reputation among peers, and the satisfaction of building something real. Understanding why people contribute to projects they’re not paid for is as much a psychology question as an economics one. The section’s discussion of why people contribute connects directly to what Psychology teaches about human motivation beyond simple incentives.
Level 2: Communication Skills Open source projects are fundamentally communication systems — they coordinate thousands of contributors across languages, time zones, and skill levels through documentation, issue trackers, mailing lists, and community norms. The health of an open source project is often determined more by the quality of its communication culture than the quality of its code. This section illustrates why communication skills matter at a collective, not just interpersonal, scale.
Level 2: Community & Cooperation This is the most direct connection in the program. Open source is one of the clearest real-world demonstrations that cooperation creates genuine value — not as an idealistic aspiration but as a documented, reproducible phenomenon. Linux running the majority of the world’s servers, Wikipedia replacing encyclopedias that cost thousands of dollars, and Firefox preserving an open web when Internet Explorer threatened to close it — these are cooperation success stories with measurable outcomes.
Level 2: Long-term Thinking Vendor lock-in is a long-term thinking problem: the cost of dependence on proprietary systems often isn’t visible until switching becomes prohibitively expensive. Open source’s longevity advantage — projects that are abandoned can be forked and continued by the community — is a long-term resilience argument. The section’s trade-off discussion connects directly to thinking about what kinds of dependencies are worth accepting and which create dangerous fragilities over time.
Level 2: Efficiency Open source development is, in many ways, a highly efficient model — distributed review catches bugs that centralized teams miss, modular architecture enables parallel development, and the absence of redundant reinvention of shared infrastructure frees resources for differentiation. At the same time, coordination costs and fragmentation are real inefficiencies. This connects to the Efficiency topic’s exploration of what efficiency actually means in different contexts.
Level 3: Systems Thinking Open source ecosystems are complex systems — they exhibit emergence (Linux wasn’t designed top-down), feedback loops (more users attract more contributors, which improves quality, which attracts more users), and tipping points (once a project reaches critical mass it becomes very hard to displace). Systems Thinking provides the conceptual tools for understanding why open source works the way it does, including why it sometimes fails.
Level 3: Part-Whole Symbiosis This is perhaps the clearest illustration of Part-Whole Symbiosis in the entire program. When individuals contribute to an open source project, the whole improves; when the whole improves, every user and contributor benefits. Corporate contributors provide resources that help the whole; the whole provides infrastructure that reduces their costs. The mutual reinforcement between parts and whole is what makes the model sustainable — and understanding why it works illuminates the principle itself.
Level 3: Organizational Intelligence Open source communities have developed sophisticated distributed governance models — from the benevolent dictator for life (Linus Torvalds and Linux) to foundation-based governance (Mozilla, Apache) to fully distributed consensus models. These are real experiments in organizational intelligence: how do large groups make decisions, resolve conflicts, and maintain coherence without traditional hierarchies? The lessons are relevant far beyond software.
Level 3: Planning vs. Emergence Linux was not planned — it emerged from Linus Torvalds posting a hobby project and thousands of contributors building on it. Wikipedia was not designed to work — its founders assumed it would fail and were surprised when it didn’t. Open source is one of the richest domains for studying when emergence produces better outcomes than top-down planning, and what conditions make emergent coordination possible.
Level 3: Community Growth Strategies How open source projects grow — from a single contributor to thousands, from obscurity to infrastructure — is a case study in community growth. The mechanisms: clear contribution pathways, welcoming onboarding, reputation systems, modularity that lets people contribute at different scales, and the network effects of demonstrated value. These strategies are directly applicable to communities beyond software.
Level 3: Social Change Strategies Open source as a movement — not just a development methodology — has achieved significant social change by demonstrating that alternative models are viable and by building infrastructure that reduces the power of proprietary gatekeepers. The strategy of demonstrating alternatives rather than just arguing for them is one of the most important and transferable lessons in this section.
Level 3: Systemic/Institutional Change Open source has changed institutional behavior at scale — governments mandating open source for public infrastructure, universities adopting OER, scientific journals moving to open access. These are systemic changes achieved through a combination of demonstrated viability, advocacy, policy change, and cultural shift. The section is a case study in how alternative models become mainstream through patient, sustained effort.
Advanced Practice Exercises — Section 4: Open Source and Alternative Models
Comprehension Check
-
The section draws a distinction between open source as a development methodology and open source as a movement or philosophy. In your own words, explain both dimensions and why the distinction matters. Can you support one without supporting the other?
-
The section presents a trade-off table comparing open source and proprietary software across multiple dimensions. Choose three dimensions from that table and explain why the comparison is more complicated than a simple “open source wins” or “proprietary wins” conclusion on each one.
-
Why do people contribute to open source projects they aren’t paid for? The section gives several reasons — list as many as you can and identify which you find most and least convincing, and why.
-
What is the difference between a permissive open source licence (like MIT) and a copyleft licence (like GPL)? What different values does each one embody, and what are the practical consequences of choosing one over the other?
-
Corporate involvement in open source is described as complex rather than simply good or bad. What are the genuine benefits corporations bring to open source projects, and what are the genuine risks? What conditions seem to determine which outcome prevails?
Reflection Exercises
-
Make an honest inventory of the software, platforms, and tools you use regularly. How many are open source, how many are proprietary, and how many are somewhere in between? Did anything surprise you about this inventory — either tools you assumed were one thing that turned out to be another, or dependencies you hadn’t noticed?
-
The section frames knowledge as a commons — something that belongs to everyone and is diminished when enclosed. Do you genuinely believe this, partly believe it, or find it idealistic? What experiences or values shape your answer? Where, if anywhere, do you think proprietary control over knowledge or tools is actually justified?
-
The section notes that contributing to open source projects is something most people can do without knowing how to code. Have you ever contributed to a shared resource — Wikipedia, a community project, a volunteer organization, anything built collectively? What motivated you, what got in the way, and how did it feel? If you haven’t, what would make it feel accessible?
-
The Techne System is itself an open educational resource — this program is an example of the principles this section describes. Does knowing that change how you relate to the material? Does it create any sense of reciprocal obligation, or does it feel purely like consuming a free resource? What does your honest reaction tell you?
Application Exercises
-
Open source audit: Choose one area of your digital life — your operating system, your browser, your office tools, your communication apps — and research what fully open source alternatives exist. Compare them to what you currently use on at least three dimensions from the section’s trade-off framework. You don’t have to switch — the goal is to understand your actual options and what choosing differently would cost and gain.
-
Contribution mapping: Pick one open source project you use or find interesting — it doesn’t have to be software; it could be Wikipedia, OpenStreetMap, or an open educational resource. Investigate its contribution pathways: What kinds of contributions do they accept? How do they onboard new contributors? What does their community culture look like? Identify one concrete contribution you could realistically make, even a small one.
-
Licence analysis: Find three different open source or Creative Commons licences used by real projects and read their actual terms — not just a summary. What does each one permit, restrict, and require? How do they reflect different values about sharing, attribution, and commercial use? Note where the legal language surprised you compared to what you assumed the licence meant.
-
Alternative model research: Open source is one alternative model to corporate proprietary control — but the section mentions others: cooperatives, open data initiatives, open science, community land trusts. Choose one alternative model that isn’t open source software and research a real example of it in action. What problem does it solve? What are its documented strengths and limitations? How does it embody or diverge from the principles this section describes?
-
Applying the principles: Identify something in your own life — a project, a community, a workplace, a creative endeavour — where open source principles (transparency, open contribution, shared ownership, permissive sharing) could be applied even if software isn’t involved. What would that look like concretely? What would the barriers be, and what would the potential benefits be?
Discussion Exercises
-
(Partner or group) Share your open source audits from the Application Exercises. What alternatives did people find, and what trade-offs did they identify? Did anyone discover something that changed their view of what they use or why? What patterns emerge in where open source alternatives are strong and where they fall short?
-
(Partner or group) The section argues that open source demonstrates that cooperation creates genuine value at scale — that it’s not just idealistic but empirically demonstrated. As a group, evaluate this claim critically: What does the evidence actually support? Are there important limits to what open source models can achieve, and what do those limits reveal about when cooperation works and when it doesn’t?
-
(Solo journaling or group) The section raises the question of reciprocity — if you benefit from shared resources built by others’ contributions, do you have an obligation to contribute back? This isn’t a legal question but an ethical one. What do you think, and why? Does your answer change depending on your capacity to contribute, the scale of your benefit, or who else is contributing?
-
(Partner or group) Imagine your group is starting a community project — a shared tool, a knowledge base, a local resource — and you need to decide how to organize it. Discuss: Would you use an open source model? Who could contribute, how would quality be maintained, how would decisions be made, and how would you handle someone trying to exploit or undermine the commons? Try to design something realistic rather than idealistic — what would actually work for your specific group?
Research & Evidence — Section 4: Open Source and Alternative Models
Foundational Sources
Eric S. Raymond — The Cathedral and the Bazaar (1999, O’Reilly Media) The essay that crystallized open source development philosophy for a general audience. Raymond contrasts two models: the cathedral (software built by a small, closed group of specialists) versus the bazaar (software built in public by whoever wants to contribute). His analysis of why the bazaar model works — including “Linus’s Law” that given enough eyeballs, all bugs are shallow — remains the most accessible starting point for understanding why open source functions as well as it does. Available free online.
Elinor Ostrom — Governing the Commons: The Evolution of Institutions for Collective Action (1990, Cambridge University Press) Ostrom won the Nobel Prize in Economics in part for this work, which demolished the “tragedy of the commons” myth — the assumption that shared resources are inevitably exploited and destroyed. Her research showed that communities have repeatedly developed sophisticated, durable institutions for managing shared resources without privatization or top-down control. Though written before the open source era, her framework is the theoretical foundation for understanding why open source communities can govern shared code effectively over decades. More academic than the other sources here but genuinely important.
Yochai Benkler — The Wealth of Networks: How Social Production Transforms Markets and Freedom (2006, Yale University Press) A comprehensive examination of how networked cooperation — including open source software, Wikipedia, and Creative Commons — is transforming economics, culture, and power. Benkler’s concept of “commons-based peer production” is the academic framework that best describes what open source actually is as an economic phenomenon. More technical and academic than most sources here, but freely available online and worth the effort for readers who want deep theoretical grounding.
Lawrence Lessig — Free Culture: How Big Media Uses Technology and the Law to Lock Down Culture and Control Creativity (2004, Penguin Press) Lessig, founder of Creative Commons, makes the case for open culture — arguing that overly restrictive intellectual property regimes harm creativity, knowledge, and democracy. Accessible, well-argued, and directly relevant to the licensing and knowledge-as-commons dimensions of this section. Available free online under a Creative Commons licence, which is itself a demonstration of the argument.
Key Studies & Reports
Linux Foundation — Measuring the Economic Value of Open Source and related research (ongoing) The Linux Foundation has commissioned several studies attempting to quantify open source’s economic value — one estimate placed the cost of recreating just the Debian Linux distribution from scratch at over $21 billion USD. These studies are imperfect but provide a concrete sense of the scale of value that cooperative, non-commercial contribution has created. Freely available at linuxfoundation.org.
Frank Nagle (Harvard Business School) — research on open source economics (ongoing) Nagle has produced some of the most rigorous academic work on the economics of open source, including studies on how firms use and contribute to open source and what the macroeconomic value of open source infrastructure actually is. His work is accessible through Harvard Business School’s working paper series and in coverage by economics journalism outlets.
Wikimedia Foundation — Wikipedia: The Free Encyclopedia research and annual reports The Wikimedia Foundation publishes extensive research on how Wikipedia functions — contributor demographics, quality metrics, coverage gaps, and governance challenges. This is a rare case of a major open collaborative project being genuinely transparent about both its successes and its documented failures (including systemic bias in coverage and contributor demographics). Available at wikimediafoundation.org.
Reputable Organizations & Ongoing Resources
Free Software Foundation (fsf.org) Founded by Richard Stallman, the FSF is the philosophical home of the free software movement — which predates and is philosophically distinct from the broader “open source” framing. Stallman’s distinction between “free software” (about freedom) and “open source” (about development methodology) is worth understanding even if you ultimately use the terms interchangeably. The FSF maintains the GNU Project and the GPL licence family.
Open Source Initiative (opensource.org) Maintains the official Open Source Definition — the criteria a licence must meet to be considered genuinely open source. A useful reference for evaluating whether something claiming to be open source actually meets the standard, which matters given that “open source” is sometimes used loosely in marketing.
Creative Commons (creativecommons.org) The organization that manages the Creative Commons licensing system — used by Techne, Wikipedia, and millions of other works. Their licence chooser tool and plain-language licence explanations are excellent resources for anyone wanting to understand open licensing beyond software. The CC website also documents the scale of the commons: billions of works licensed under CC terms worldwide.
OER Commons (oercommons.org) A curated digital library of open educational resources — textbooks, courses, lesson plans, and other learning materials available under open licences. A practical resource for finding and sharing educational materials, and a demonstration that the open source model translates directly to education.
Accessible Entry Points
The Internet’s Own Boy: The Story of Aaron Swartz (documentary, 2014 — directed by Brian Knappenberger) A documentary about Aaron Swartz — programmer, activist, and open access advocate who co-created RSS and helped build Reddit before his prosecution under the Computer Fraud and Abuse Act and subsequent death at 26. A moving and important film about information freedom, the ethics of open access, and the legal and institutional forces that resist them. Free to watch online under a Creative Commons licence.
Revolution OS (documentary, 2001 — directed by J.T.S. Moore) Interviews with Linus Torvalds, Richard Stallman, Eric Raymond, and other key figures in the early Linux and open source movement. Dated in some respects but valuable as a historical document of how the movement actually developed — including the genuine philosophical tensions between the “free software” and “open source” camps. Freely available online.
Simply Secure, Open Source Design, and similar community resources For readers interested in contributing to open source without coding, communities like Simply Secure (focused on privacy and security UX) and the Open Source Design community document how designers, writers, translators, and non-technical contributors participate. These resources make the “you don’t have to code” message in this section concrete and actionable.
Choose a Licence (choosealicense.com) and TLDR Legal (tldrlegal.com) Two practical tools for understanding open source licences without a law degree. Choose a Licence (maintained by GitHub) helps people select appropriate licences for their own projects; TLDR Legal summarizes the plain-language implications of hundreds of software licences. Useful companions to the licence analysis Application Exercise.
Return to the main page.