This is the "structure beats a better model" thesis, turned into something you can actually run. Everyone's chasing the next frontier model. I went the other way: take a small model running on your own machine, and wrap it in enough structure that it can't be wrong unchecked. The model never decides. It proposes. Folder-structured context (ICM) points it at one small step, and a deterministic check accepts or rejects what it wrote. The model proposes. The oracle decides. A wrong answer gets caught, not trusted. If that sounds like the context-engineering and "verify the chain" ideas we keep coming back to here, that's the point. This is those ideas running on local hardware. What it actually is: - A terminal app you point at whatever model you're running locally through Ollama - Your context and workflows live in plain folders and markdown, so you read and edit everything in VS Code - Two ways to drive it: chat it yourself, or let a frontier model like Claude drive it over MCP. Same engine, two callers - It ships with Windows dev context and workflows built in (.NET and PowerShell), so you can have a frontier model build you a small Windows-native app - It already wrote, compiled, and ran a WinForms app end to end through a local model. Two honest notes. First, this is beta and Windows only right now. One machine, running Qwen 3.5 30B with Nomic for embeddings. It is a working prototype, not a polished product, and I'm building it in public. If something breaks, post it here. Second, the methodology underneath, Interpretable Context Methodology, is Jake Van Clief and David McDermott's work. My part is the local-model port and the deterministic oracle. Go look, and tell me what breaks. Repo: https://github.com/CurtisSlone/ICM_Local_Terminal