← Back to Latest

OpenClaw and how good ideas leak

The thing I love about open source isn’t the licensing, it’s the leakage. You ship a good idea and within six months you start spotting it inside products that have absolutely nothing to do with you.

OpenClaw is having that moment right now. The patterns it landed on — the way agents negotiate scope before touching code, the discipline of writing the test before the fix, the explicit “here is what I am about to do” handshake — are quietly turning up in tooling from teams who would never admit to reading the source. That’s a compliment, not theft. Good ideas don’t have a return address.

What strikes me is how few of those patterns are technical. Most of them are just process discipline made legible: declare intent, work in small steps, review your own diff. OpenClaw’s contribution wasn’t a clever architecture, it was making those habits impossible to skip.

The next twelve months are going to be a lot of products quietly converging on the same operating model. Anyone still shipping “raw chat into a model” agents is going to look like they missed the memo.