cd /news/large-language-models/kimi-k3-architecture-notes · home topics large-language-models article
[ARTICLE · art-77210] src=sebastianraschka.com ↗ pub= topic=large-language-models verified=true sentiment=↑ positive

Kimi K3 Architecture Notes

Kimi K3, a 2.8-trillion-parameter open-weight model from Moonshot AI, is the largest open-weight model to date, scaling up their earlier Kimi Linear architecture from 48B parameters. The architecture introduces LatentMoE for inference efficiency, attention residuals for improved residual paths, and replaces all RoPE layers with NoPE (No Positional Embeddings), making it the first frontier-level model to do so. Kimi K3 also includes native multimodal support, according to a Substack note by Sebastian Raschka.

read2 min views1 publishedJul 28, 2026
Kimi K3 Architecture Notes
Image: Sebastianraschka (auto-discovered)

The Kimi K3 architecture figure for yesterday’s big open-weight model release, along with some observations and thoughts.

Yes, it looks relatively complicated, but it’s essentially a scaled-up production version of their

Kimi Linear modelthey released last year (scaled up from 48B -> 2.8T; K3 is by far the biggest open-weight model right now) - The one new component compared to Kimi Linear is the

LatentMoE. I omitted it in the figure below since it’s already very crowded, but that’s essentially the same LatentMoE as in Nemotron 3 Ultra (you can find it in myLLM Architecture Galleryif you are curious). The idea here is to compress (down-project) large linear layers similar tomulti-head latent attention. - Kimi K3’s overall trend (similar to Nemotron 3, DeepSeek V4, and others) is also towards better inference efficiency. That is, there are many components that replace existing components with efficiency-tweaked versions. I.e.,

MoE-> LatentMoE, regular attention -> multi-head latent attention andKimi Delta Attention. (I also have short tutorials and write-ups in mygalleryif you are curious about additional details). - The one component change that is not an efficiency tweak is

attention residuals. Like DeepSeek V4 improved the residual path with mHC (manifold-constrained Hyper-Connections), attention residuals are a way to improve the residual path, but it works a bit differently. I.e., mHC made the residual path wider. Attention residuals (also already part of Kimi Linear) connect the residuals across layers; the connection itself uses an attention score for an important/contribution weight. According to the report, it improves the validation loss and downstream performance (a bit) consistently and adds about 4% in training cost and 2% in inference cost. - Interestingly, Kimi K3 got rid of all RoPE layers and uses

NoPE(No Positional Embeddings) everywhere instead. (Again, this is inherited from Kimi Linear). In other architectures, the recent trend was towards RoPE in local attention layers (likesliding window attention) and NoPE in the global layers. There were a few architectures that only used NoPE everywhere, but this is the first frontier-level one as far as I know. - Kimi K3 now also has native multimodal support, which is great!

There are several other interesting training tidbits in the technical report, but that’s it from the architecture front so far. A really great release overall.

Source: website version of my Substack note.

A Few Notable Open-Weight Models This Week Short note on the architectures of six new open-weight models, including Nanbeige 4.2, Laguna S 2.1, Motif-3-Beta, Solar Open 2, Antares 1B, and BTL-3.

Correction for Listing 6.5 in Build a Reasoning Model From Scratch Short correction note for the random seed in Listing 6.5 on page 198 of Build a Reasoning Model From Scratch.

Inkling: A New Open-Weight 975B MoE with a Few Surprises Short note on Thinking Machines Lab's 975B Inkling model, including benchmarks, sparse MoE design, short convolutions, RMSNorm, and position bias.

── more in #large-language-models 4 stories · sorted by recency
── more on @kimi k3 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/kimi-k3-architecture…] indexed:0 read:2min 2026-07-28 ·