Maintaining open source with AI-assisted development
June 12, 2026 · Eduardo
The hard part of open source was never writing the first version. It's everything after: dependency bumps, security patches, documentation that drifts out of date, release notes, and the long tail of small issues. That maintenance load is why most useful projects quietly stall. AI-assisted development changes the economics of that tail.
Product Owner, not bottleneck
I run Alosha as a solo product studio. My role isn't to manually type every line of boilerplate or chore code—it's to decide what should exist and why. I act as the Product Owner, directing AI to handle the bulk of the execution layer: upgrading dependencies, generating test suites, updating documentation to match new code, drafting release notes, and triaging vulnerabilities. This shift is what makes managing a multi-product portfolio possible. When the per-product maintenance cost drops toward zero, a single developer can responsibly steward several projects instead of drowning under the weight of just one.
What stays human
Plenty. Judgment about what to build, mapping the commercial boundaries, deciding which open-source projects are worth adopting, and refining how a product actually feels—none of that is delegated. AI accelerates the execution; it doesn't choose the direction. Taste and strategy remain entirely human.
The repeatable process
The real asset of a modern studio isn't any single codebase. It's the loop: find a useful but underserved open-source project, improve it meaningfully, distribute it back to the community, and let automated AI workflows carry the maintenance burden so the next project can start. PixSqueeze—our open-source image compressor—is the first successful run through this loop. It certainly won't be the last.