ICM -- The Obsession Simplifier -- Thanks Jake
I build software alone-ish. No team, no engineering department — just me-ish, a set of ideas, and a lot of moving parts. And the hardest thing about building alone-ish isn't the code with AI friends. It's holding the whole shape of a project in your head without dropping pieces. Cadence is my voice studio I've dreamt about a million times. Text to speech, voice cloning, effects, the works. But taking it from "it runs" to "it competes with the best free tools out there" — that's a big, messy pile of work. Where do you even start? (Not that I'm claiming it competes, but the obsession to compete got me to this point) That's where ICM came in. Interpretable Context Methodology. It's an idea from Jake Van Clief, and it's almost stubbornly simple. Your folders are the architecture. Plain markdown files carry the instructions. Numbered stages, one after another, and a single agent that reads only the file it needs, exactly when it needs it. No orchestration code. No framework to wrestle with. If I want to change the plan, I open a text file and I change the words. That's it. So I broke the entire Cadence build into stages. Audit first. Then capture, effects, long form audio, a new engine, an agent server, the polish pass. Each stage is a contract — what goes in, what comes out, and a gate where I stop and review before anything moves forward. And that's the part that actually helped. Nothing gets lost. Nothing runs away from me. Every step is something I can read, edit, and approve in plain English, even without a coding background. ICM didn't just organize the work. It gave me the controls. It turned a job that felt overwhelming into something I could actually steer, one clear stage at a time. That's how Cadence gets built. Folders, markdown, and a method that finally made sense. I know many of you already have your own version, but for those of you who haven't assembled one yet... You can use this one until you do. All the dependencies are open-source and my build is on Github. My super sexy voice from the explainer video not included.