Open weights existing and open weights being usable by an ordinary person are two separate claims, and most of the coverage of Kimi K3 this week is only proving the first one.
Sebastian Raschka’s architecture teardown is the clearest account of what actually changed. K3 is, in his description, essentially a scaled-up production version of Kimi Linear, taken from 48 billion parameters up to 2.8 trillion, making it the largest open-weight model that currently exists. It picked up a new component called LatentMoE, borrowed from Nemotron 3 Ultra, to compress the large linear layers the same way multi-head latent attention already compresses attention. Every RoPE layer got dropped in favor of NoPE throughout, which as far as Raschka can tell makes K3 the first frontier-scale model to go all in on no positional embeddings rather than mixing approaches. A new attention-residual mechanism connects residuals across layers using an attention score, buying a small, consistent gain in validation loss and downstream benchmarks for roughly 4% more training compute and 2% more inference compute. Native multimodal support is built in from the start rather than bolted on afterward.
None of that changes the arithmetic on the other side. Running K3 takes something in the neighborhood of 1.4 terabytes of memory, which is a large part of why chip markets barely reacted to it the way they reacted to last year’s DeepSeek moment. A model this size is bullish for the memory suppliers. It isn’t a threat to anyone’s existing GPU budget, because almost nobody’s existing GPU budget was built with this in mind.
“Open” here means a lab or a well-capitalized inference provider can run K3 and rent access to it. It doesn’t mean an individual developer, or most companies, can point it at their own infrastructure and run it themselves, which was the entire premise that made open weights matter to people outside the largest labs in the first place. I don’t have hardware within an order of magnitude of what this needs, and neither does almost anyone reading this.
Open-weight and independently-runnable used to be close to the same claim, back when the interesting open models still fit on a well-specced workstation. They aren’t the same claim anymore, and K3 is the clearest evidence yet of the split. The weights are public. The model itself, for anything most people can actually do with it, is somebody else’s machine.