Build1 distinct publisher3 min readUpdated
Moonshot published 2.8 trillion open weights. At four bits per parameter that is about 1.4TB resident before any cache, which rules out the eight-way H100 node most teams assume.
The Engineer · Build desk

Compiled by The EngineerSomething wrong?How this is made
Moonshot published 2.8 trillion open weights. At four bits per parameter that is about 1.4TB resident before any cache, which rules out the eight-way H100 node most teams assume.
Moonshot AI published the weights for Kimi K3, a 2.8-trillion-parameter model, on 27 July 2026, alongside production inference support [1]. The engineering of serving it is achievable; according to the dev.to teardown of the deployment, it is the arithmetic that defeats projects, and it does so quietly, several months after the budget is approved [2].
Start with the weights, because every other requirement follows from them. At MXFP4, roughly four bits per parameter, 2.8 trillion parameters occupy about 1.4 TB, and all of it has to be resident in accelerator memory to serve requests at reasonable speed [3]. Then the key-value cache: the model advertises a million-token context, and attention state for every concurrent request scales with both context length and batch size [4]. Published vLLM metadata puts the minimum viable serving footprint at roughly 1,680 GB [5], which leaves on the order of 280 GB above the weights for cache and overhead [1].
That figure eliminates the configuration most teams have already sketched. Eight H100s at 80 GB provide 640 GB, less than half what the weights alone require [6]. Put differently, a full eight-way H100 node covers about 38 percent of the minimum serving footprint [2], and reaching 1,680 GB with 80 GB cards takes three such nodes on paper [3], which converts a memory shortfall into an interconnect problem.
Interconnect is where the architecture bites. Kimi K3 is a mixture of experts that routes each token to sixteen of 896 experts, about 1.8 percent of them [7][4], which generates substantial all-to-all traffic between the devices holding different experts [7]. A box with adequate total memory and weak interconnect will deliver throughput far below the specification sheet, and diagnosing that after purchase is an expensive lesson [8].
The shapes that actually work: eight current-generation 288 GB accelerators, NVIDIA B300 or AMD MI355X, give around 2.3 TB in a single node [9], roughly 620 GB above the minimum footprint for batching [5]; sixteen B200 or GB200-class cards reach a similar total across a larger footprint [10]; and for sustained production rather than a proof of concept, Moonshot's own guidance points at supernodes of sixty-four or more accelerators [11].
Before any of that, the licence. The weights carry a custom grant the model card names the Kimi K3 License, not a plain MIT or Apache grant, and third-party summaries describing it as one should not be relied upon [12]. The specific things to read for are attribution requirements and conditions that attach at particular scales of use [13]. That review is an afternoon of work and it determines whether the hardware conversation is worth having.
What the weights buy is control: data never leaves the estate, nobody deprecates the model or changes the price, and you can fine-tune, quantise further or modify serving behaviour in ways an API will not permit [14]. What they do not buy is a cheaper way to do what the API already does [15].
The software side is more settled. The model card lists vLLM, SGLang and TokenSpeed as supported engines [16], and support for Kimi Delta Attention shipped alongside the weights rather than arriving later, so a current vLLM build has the kernels while an older installation does not, which is the first thing to check when a deployment refuses to start [17]. Then plan the logistics of pulling and storing over a terabyte of weights [18].
Three things to watch on any K3 plan: which licence conditions trigger at your usage scale [13], whether the interconnect story matches sixteen-of-896 routing rather than just total VRAM [7], and the exact engine version in the image [17].
Follow any of these and your For You feed starts watching them — no settings page required.
Ranked by verification strength, evidence, and original report placement.
A model advertising a million-token context must keep attention state for every concurrent request, and that key-value cache allocation scales with both context length and batch size.
Published vLLM metadata puts the minimum viable serving footprint at roughly 1,680 GB, consistent with weights plus a modest cache and no headroom for ambitious batching.
Eight H100 cards at 80 GB provide 640 GB, which is less than half of what the weights require, so a single eight-way H100 node cannot serve the model at all.
Kimi K3 is a mixture-of-experts architecture routing each token to sixteen of 896 experts, which generates substantial all-to-all communication between the devices holding different experts.
A configuration with adequate total memory but weak interconnect will produce throughput far below what the specification sheet suggests, and diagnosing that after purchase is an expensive lesson.
Eight current-generation accelerators with 288 GB each, whether NVIDIA B300 or AMD MI355X, give around 2.3 TB in a single node and are the most straightforward option.
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
Internally consistent arithmetic, single unlinked source
The memory arithmetic is deterministic and checkable from stated figures (2.8T params at four bits ≈ 1.4 TB; 8x80 GB = 640 GB; 8x288 GB ≈ 2.3 TB), which raises the floor. But every external anchor — the ~1,680 GB vLLM metadata figure, the Kimi K3 License terms, Moonshot's 64+ accelerator guidance — is paraphrased from one practitioner post with no quotation or link, and no measured throughput, latency or cost data appears. One publisher, no corroboration.
Release and tooling readiness, no observed deployments
Concrete adoption signals are limited to the supply side: weights published, three inference engines listed as supported, day-one Kimi Delta Attention kernels, and vendor sizing guidance. Nothing in the supplied material names a single organisation actually self-hosting K3, reports a running cluster, or quantifies usage, so demand-side adoption is unobserved.
Broadly aligned, with unevidenced generalisation
The story is deflationary by design — it argues open weights buy sovereignty rather than cheaper tokens — so its central framing sits close to its evidence rather than above it. The small positive gap reflects sweeping claims that outrun what is shown: 'a great many organisations' concluded they could stop paying per token, and 'the arithmetic defeats most projects', both asserted with zero cited deployments, plus decisive thresholds (1,680 GB, licence terms, 64+ accelerators) relayed without primary citation.
No disclosed interests
The supplied material identifies only the publishing platform (dev.to) and an author handle. There is no disclosure of vendor relationships, sponsorship, consulting practice or hardware affiliation, and the cluster contains no second source from which to infer positioning. Assigning an incentive score would require guessing.
Low-moderate: verifiable maths, single unverified voice
Confidence is held down by structural thinness — one publisher, one article, truncated text, no primary documents for the licence, engine metadata or vendor guidance, and no adoption evidence. It is held above the floor because the load-bearing quantitative claims are simple arithmetic on publicly stated model attributes and are mutually consistent across the piece.
build
1.5% of Hugging Face repos take 99.2% of downloads, and the ceiling is Chinese1 distinct publisher
science
The real disclosure in Qwen3.8-Max is the rack: 2.4T open weights, 72 GPUs, 4K tokens/sec1 distinct publisher
invest
The chips never move: Washington's fix for the Southeast Asia compute loophole1 distinct publisher
product
Baidu's AI line grew 25 percent and still lost the arithmetic1 distinct publisher
Distinct publishers with included, body-backed reporting in this cluster.
dev.to
1 article · August 20, 2026