Kimi K3 expands ideas from the earlier Kimi Linear model into a 2.8-trillion-parameter open-weight system, according to an architecture analysis by machine-learning researcher Sebastian Raschka. His review describes a design centered on inference efficiency, with several familiar components replaced by compressed or specialized alternatives.

Raschka characterizes K3 as a production-scale extension of Kimi Linear, which had 48 billion parameters. He says K3 was the largest open-weight model at the time of his note. That comparison refers to total model scale and the release context described in the analysis; the supplied evidence does not give a separate benchmark of quality or deployment cost.

The main new component relative to Kimi Linear is LatentMoE. The mechanism compresses large linear layers through down-projection, an approach Raschka compares with multi-head latent attention. He notes that the concept resembles the LatentMoE used in Nemotron 3 Ultra. In K3, this sits alongside multi-head latent attention and Kimi Delta Attention as part of a wider effort to make inference more efficient.

Another notable mechanism is attention residuals, inherited from Kimi Linear. Residual connections normally carry information around a layer. In the architecture described by Raschka, residuals are linked across layers and an attention score weights the importance or contribution of those connections. This differs from the manifold-constrained Hyper-Connections approach used in DeepSeek V4, which made the residual path wider.

The technical report cited by Raschka says attention residuals consistently provide modest improvements in validation loss and downstream performance. The mechanism also adds costs: about 4% during training and 2% during inference, according to his summary. Those figures frame it as a measured quality-versus-compute choice rather than a free optimization.

K3 also uses NoPE, meaning no positional embeddings, throughout the architecture. Raschka contrasts that with systems combining rotary positional embeddings in local-attention layers and NoPE in global layers. He describes K3 as the first frontier-level model known to him to eliminate RoPE across every layer, while noting that a small number of earlier architectures had also used NoPE exclusively.

Native multimodal support is another addition. The supplied analysis does not detail supported media, training data or comparative multimodal results, so the practical scope cannot be assessed from this source alone.

Taken together, the architecture combines very large scale with multiple techniques intended to control inference overhead. Latent mixture layers and specialized attention address efficiency, while weighted residual connections accept a small compute penalty for reported performance gains. The result is structurally complex, but its main elements follow a consistent goal: adapting the Kimi Linear foundation to a much larger, multimodal open-weight release.