Why Open Source Still Matters
Andrew G. Stanton - Monday, April 20, 2026
I’ve been thinking about adding an Open Source section to the Continuum site.
Not everything is open yet. That’s intentional.
But the direction is clear.
Eventually, it will be.
Open source is often framed as a development model — a way to collaborate, share code, and build software together. It’s associated with contributions, pull requests, and distributed teams working across repositories.
That’s all true.
But it misses something more fundamental.
At its core, open source is about visibility.
It is about the ability to see how something works.
To inspect it, run it and verify it.
Not in theory, but in practice.
That distinction matters more now than it did in the past.
Most of the software people rely on today does not operate in a visible way.
It runs on infrastructure they do not control.
It executes logic they cannot inspect.
It stores data in systems they cannot access directly.
What they interact with is an interface.
Clean, responsive, and often well-designed.
But the underlying system is hidden.
That creates a subtle but important shift in the relationship between the user and the system.
You are no longer interacting with something you can understand.
You are interacting with something you are expected to trust.
That trust may be justified. Many systems are well-built and responsibly maintained.
But it is still trust in something opaque.
You do not know what happens behind the interface.
You cannot verify its behavior independently.
You cannot reproduce its operation in your own environment.
You are dependent.
Open source changes that dynamic.
It does not eliminate trust entirely, but it transforms it.
Instead of trusting blindly, you can:
read the code
run the system locally
observe its behavior directly
verify that it does what it claims
Most people will not do all of those things.
But the fact that they can changes the nature of the system.
It creates a different kind of accountability.
Not enforced by policy or branding, but by transparency.
Continuum is built around similar principles.
Local-first.
User-controlled.
Transparent.
The idea is not just that you can use the system, but that you can understand it.
That your data is not hidden behind an API.
That your identity is not managed by a remote service.
That your publishing process is not an opaque sequence of events happening somewhere else.
Everything is local.
Everything is inspectable.
Everything is, at least in principle, understandable.
Open source fits naturally into that model.
But it also has to be approached carefully.
Releasing something too early can create confusion.
The system may not yet be coherent.
The structure may not be obvious.
The documentation may not be sufficient.
People try to use it, encounter friction, and leave with the impression that it doesn’t work.
That is not a failure of openness.
It is a failure of timing.
On the other hand, delaying too long creates a different problem.
The system becomes something that is used, but not understood.
People interact with it, but they cannot see how it works.
It becomes, in effect, another opaque system — even if the intention was always to open it.
So there is a balance.
The goal is not to maximize openness as quickly as possible.
The goal is to reach a point where openness is meaningful.
Where the structure is clear enough to be followed.
Where the behavior is stable enough to be trusted.
Where the documentation is sufficient to guide someone through it.
Then open it.
Not as a marketing move, or a signal.
But as a natural extension of what the system already is.
The Open Source section, when it is added, will reflect that.
It will not simply be a list of repositories.
It will explain:
what is open
what is not (yet)
why that distinction exists
Because openness without clarity can be just as confusing as opacity.
The point is not just to expose the code, it is to make the system understandable
To make it possible for someone else to run it, inspect it, and verify it.
That is where trust comes from.
Not from branding, claims or reputation alone.
But from the ability to see and understand.
That is increasingly rare.
And that is why open source still matters.
Not because it is trendy or attracts contributors, but because it preserves something essential.
The ability to know what the system is actually doing.
And in a world where most systems are moving in the opposite direction, that is not a small thing.
It is foundational.