Open Source as a Design Philosophy

When you know your code will be read by strangers, you write it differently. Not just cleaner — clearer. Open source imposes a discipline that private repositories rarely demand: every function, every naming choice, every architectural decision must justify itself without a Slack thread to explain the context.
This is why we open-source our internal tools whenever we can. Not for marketing, not for community goodwill — though those are real benefits — but because the act of publishing makes us build better things.
The Art Of, Hack Tool Gether, Shellfog: each began as an internal project. The decision to open them forced us to strip away shortcuts, document assumptions, and design for people we'd never meet. The products got better as a direct result.
Open source isn't charity. It's a design constraint that pays for itself.