I've been reading through the ICM discussions here, and something suddenly clicked with a paper I've been working on called The Larynx Problem. The basic idea is almost stupidly simple: The larynx produces speech. It doesn't produce thought. My argument in the paper is that we may be making a similar category mistake with LLMs. Large language models are extraordinarily good at language. They can reason through problems, write code, explain concepts, transform information and communicate across almost any domain. But they are trained on the linguistic traces of human cognition — what humans have written, explained, argued, coded and recorded. In that sense, we're modelling a lot of what comes out of human cognition. Not necessarily the entire architecture that produced it. And that made me look at ICM differently. A lot of conventional AI use effectively asks the model to do everything inside one context: Remember the project. Understand the rules. Know what stage we're in. Decide what information matters. Maintain state. Follow the process. And then do the actual reasoning. We keep asking the larynx to also be the brain. ICM changes that. The folder structure carries part of the architecture. Files preserve state. Routing determines what should be seen. Stage contracts constrain what should happen now. Context is selected instead of endlessly accumulated. And the LLM gets to operate inside that structure rather than having to reconstruct the structure every time we prompt it. That may sound like a small distinction, but I think it's a pretty profound one. We're moving memory, routing, state, boundaries and parts of the workflow outside the model and making them explicit, persistent and inspectable. The model can then concentrate on the part it is exceptionally good at: working with language and making judgments inside a well-defined context. It also made the 60/30/10 idea click differently for me. Maybe AI being the 10% isn't just a good engineering rule. Maybe it reflects something deeper about where the model actually belongs in the architecture.