JournalDAY 21 / INSTAGRAM

FIELD NOTE / INSTAGRAM

Kimi K3 is not a Mac mini workload.

The complete written thought and the evidence behind it. The video edition will follow its public release.

Journal September 25, 2026 · Instagram target October 14, 2026

Kimi K3 is not a Mac mini workload.

Day 21 · 2026-10-14 · Instagram

Short video caption

Kimi K3 has 2.8T weights. At an ideal four bits each, raw weights are about 1.4 TB before overhead; Apple's current Mac mini tops out at 64 GB. Kimi recommends a 64+ accelerator supernode. Sparse activation cuts compute, not the memory/fabric problem. A local compact model can still be the right tool: compare first-token delay, throughput, concurrency, cost and accepted-task quality for your actual workload. Vendor specifications and lower-bound arithmetic, not a measured speed benchmark. #EricFieldNotes

Full written post / accessible read

Open weights give you control. They do not give a Mac mini a supercomputer's memory and fabric. Kimi describes K3 as two point eight trillion parameters. At an ideal four bits each, the weights alone are about one point four terabytes. Apple's current Mac mini tops out at sixty-four gigabytes.

A sparse mixture of experts activates only part of the model per token, which helps compute. The expert weights still need to be stored and fetched fast enough. Offloading to a drive may make something load, but it does not establish useful first-token latency, tokens per second or concurrent-user quality.

Kimi recommends a sixty-four-plus accelerator supernode for efficient K3 serving. For scale, one NVIDIA H200 has one hundred forty-one gigabytes of high-bandwidth memory. That is a hardware comparison, not a benchmark proving any particular throughput. An H200 cloud and a home box solve different constraints.

Use a compact local model when its measured quality and latency fit a bounded private task. Use a hosted or clustered frontier-scale model when the full model and concurrency matter. Record first-token delay, sustained tokens per second, cost and accepted-task quality. Do this because ownership of weights is not equivalent to useful service capacity.

#EricFieldNotes

Evidence and boundary

On-screen boundary: VENDOR SPECS · IDEALIZED WEIGHT MATH. The sources below support documented mechanisms and specifications; illustrative scenarios are not presented as measured incidents.

Further reading

“It runs locally” is not a deployment benchmark

Open weights are valuable. They let a team inspect, adapt and host a model on infrastructure it controls. But “open” says nothing about whether a particular home machine can serve the full model at a useful latency and quality. Kimi describes K3 as 2.8 trillion parameters and recommends a 64-plus accelerator supernode for efficient deployment. Apple's current Mac mini specification tops out at 64 GB unified memory. These are vendor specifications, not our benchmark results. Kimi announcement · Apple Mac mini specifications.

The minimum arithmetic is already decisive for the full model. At an ideal four bits per parameter, 2.8 trillion weights occupy roughly 1.4 trillion bytes, about 1.27 TiB, before scales, metadata, runtime buffers or context state. That is about twenty-two times the Mac mini's 64 GB headline memory. The released package and serving configuration may use different layouts; the arithmetic is a lower-bound illustration, not a claim about a specific download size.

K3 is a mixture-of-experts model. Kimi says it activates only 16 of 896 experts per token. Sparse activation helps the compute bill, but the expert pool still needs to live somewhere and be fetched quickly enough for an interactive service. Moving weights through slower storage can make a demonstration possible while making first-token delay or sustained throughput unusable. A video showing one successful response does not answer how it behaves with long prompts, multiple users or real tasks.

The cloud comparison also needs care. NVIDIA lists 141 GB HBM3e and 4.8 TB/s memory bandwidth for an H200 SXM. One H200 is still smaller than the raw idealized K3 weight total; multi-accelerator serving adds partitioning and communication demands. Adding device memory on paper is not the same as proving a working model-parallel deployment. Kimi's 64-plus recommendation is its own deployment guidance, not a measured claim that every alternative configuration fails. NVIDIA H200 specification.

My decision rule is workload-first. Use a compact local model when its actual task accuracy, privacy properties, latency and operating cost beat the alternatives. Use a hosted or clustered frontier-scale model when the full model, long context or concurrency is material. Compare time to first token, sustained tokens per second, simultaneous users, power and accepted-task quality. The accepted-task denominator matters: a cheaper slow run that requires human rescue is not necessarily cheaper work.

Evidence boundary: No K3-on-Mac mini benchmark was run here. Specifications and raw weight math show why a full-speed, full-model comparison to a frontier API or H200-style cluster is not credible from a Mac mini alone. They do not say local smaller models are useless.

More notes from the work ↗