AI Agents Could Make Free Software Matter Again
AI coding agents may be about to make free software matter more than it ever has — not open source in the corporate sense, but free software in Stallman's sense: software that gives users the freedom to run, study, modify, and share it.
Key Insights
The SaaS Problem
SaaS made software freedom feel irrelevant. When software runs on someone else's servers, having the source code doesn't help. You can't run your modified version because you don't run any version — the vendor does.
AI Changes Everything
When an agent can read a codebase, understand it, and modify it on your behalf, access to source code stops being a symbolic right for programmers and becomes a practical capability for far more people.
"When you tell Claude or Codex 'make my task manager automatically categorize tweets I save,' you're exercising Freedom 1 — the freedom to study and modify — through a proxy. You don't need to understand the codebase."
Author's Practical Experience
The author tried to build a workflow to save tweets to Sunsama (a task management app) with automatic categorization. The experience revealed:
- Sunsama has no official API (feature request open since 2019)
- Unofficial API requires storing actual password credentials
- iOS Shortcuts cannot be programmatically created
- Six layers of workarounds were needed for a simple task
Philosophical Shift
AI agents bridge the gap between software freedom as an abstract right and as a practical capability. The four freedoms were written as if someone would eventually read the code. In 2026, something finally can — and can do so on your behalf.
Saved: 2026-03-31 | Source: Lobsters (lobste.rs)