Sky Search
โ† Back to search Memory Lane Recent answers
Cited source trail
Kimi K3: Open Frontier Intelligence
Original question
Investigate this live topic: Kimi K3: Open Frontier Intelligence. Start with https://www.kimi.com/blog/kimi-k3 and browse beyond it. Summarize what changed, why it matters, and cite the strongest sources.
Sources checkedkimi.comventurebeat.comsimonwillison.netenglish.news.cnmarktechpost.comaireleasetracker.com
Next step

Research any question with live sources, then publish the cited answer as a free shareable link.

# ๐Ÿง  Kimi K3: Open Frontier Intelligence โ€” Full Investigation ## Overview On **July 16, 2026**, Beijing-based **Moonshot AI** (backed by Alibaba) released **Kimi K3** โ€” a 2.8-trillion-parameter open-weight Mixture-of-Experts model. It is billed as **the world's first open 3T-class model** and the **largest open-source AI model ever released** โ€” nearly 75% larger than DeepSeek's V4 Pro (~1.6T). Full weights are promised by **July 27, 2026**. --- ## ๐Ÿ”ฌ What Changed โ€” Key Technical Innovations ### 1. Architecture: Kimi Delta Attention (KDA) + Attention Residuals (AttnRes) - **Kimi Delta Attention** โ€” a hybrid linear attention mechanism that enables up to **6.3ร— faster decoding** in million-token contexts. - **Attention Residuals** โ€” a drop-in replacement for standard residual connections, delivering **~25% higher training efficiency** at under 2% additional cost. - Both were previously published as open research by Moonshot on GitHub. ### 2. Extreme MoE Sparsity - **896 total experts**, with only **16 activated per token** via a **Stable LatentMoE** framework. - Uses **Quantile Balancing** (eliminates heuristic routing updates) and **Per-Head Muon** optimizer. - **2.5ร— better overall scaling efficiency** than Kimi K2. ### 3. Model Specs | Spec | Detail | |---|---| | Parameters | **2.8 trillion** (2.8T) | | Architecture | Sparse Mixture-of-Experts (MoE) | | Experts | 896 total, 16 active per token | | Context Window | **1 million tokens** | | Vision | **Native multimodal** (text, images, video) | | Quantization | MXFP4 weights, MXFP8 activations | | Release date | July 16, 2026 | | Weights release | July 27, 2026 | ### 4. Pricing | Metric | Cost | |---|---| | Input (cache miss) | $3.00 / million tokens | | Output | $15.00 / million tokens | | Cached input | $0.30 / million tokens (90%+ hit rate in coding) | | Cost per task (AA) | ~$0.94 (similar to GPT-5.6 Sol, ~ยฝ the price of Opus 4.8) | --- ## ๐Ÿ“Š Benchmark Performance โ€” Why It Matters Kimi K3 **closes the open-source gap** with proprietary frontier models. Key benchmarks: | Benchmark | Kimi K3 | Claude Fable 5 | GPT-5.6 Sol | Claude Opus 4.8 | |---|---|---|---|---| | **BrowseComp** ๐Ÿ† | **91.2** | 88.0 | 90.4 | 84.3 | | **SWE Marathon** ๐Ÿ† | **42.0** | 35.0 | 39.0 | 40.0 | | **Program Bench** ๐Ÿ† | **77.8** | 76.8 | 77.6 | 71.9 | | **Automation Bench** ๐Ÿ† | **30.8** | 29.1 | 29.7 | 27.2 | | **OmniDocBench** ๐Ÿ† | **91.1** | 89.8 | 85.8 | 87.9 | | **GPQA Diamond** | 93.5 | 92.6 | 94.1 | 91.0 | | **FrontierSWE** | 81.2 | **86.6** | 71.3 | 66.7 | | **HLE-Full** | 43.5 | **53.3** | 44.5 | 49.8 | | **DeepSWE** | 67.5 | 70.0 | **73.0** | 59.0 | **Kimi K3 leads in 5 out of 10 major benchmarks**, including BrowseComp (state-of-the-art), SWE Marathon, Program Bench, Automation Bench, and OmniDocBench. It trails Fable 5 on Horizon-defining tasks like HLE-Full and FrontierSWE, and GPT-5.6 Sol on DeepSWE. ### GDPval-AA v2 (Knowledge Work) - **Kimi K3: 1,687** (3rd overall) - Behind Claude Fable 5 Max (1,815) and GPT-5.6 Sol Max (1,747.8) - **Ahead of Claude Opus 4.8 (1,600)** ### AA-Briefcase (Agentic Long-Horizon) - **Kimi K3: 1,527** (2nd place) - Beats GPT-5.6 Sol Max (1,495) - Trails only Fable 5 Max (1,587) ### Frontend Code Arena (Arena.ai) - **Kimi K3: #1** โ€” scoring 1,679, outpacing **both Claude Fable 5 and GPT-5.6 Sol** --- ## ๐ŸŒ Why It Matters โ€” Broader Significance ### 1. **Open-Source Has Caught Up** As one commentator noted: *"Open source is no longer lagging six months behind Western closed-source models."* For years, the open-source/proprietary gap was 6โ€“12 months. Kimi K3 essentially closes it. ### 2. **Geopolitical Implications** A Chinese AI startup (Moonshot AI) now leads the open-weight frontier. The release timed ahead of the 2026 World AI Conference in Shanghai signals China's growing ambition in foundation models. ### 3. **Autonomous Chip Design Proof-of-Concept** In a stunning demo, Kimi K3 designed a physical chip to run a nano-scale version of itself โ€” in a **single 48-hour autonomous run** using open-source EDA tools, closing timing at 100 MHz within 4 mmยฒ. This demonstrates long-horizon agentic capability at a level previously unseen. ### 4. **GPU Compiler from Scratch** K3 built **MiniTriton** โ€” a full GPU compiler (DSL frontend โ†’ IR passes โ†’ PTX codegen โ†’ runtime) that rivals Triton and torch.compile on performance. ### 5. **Research Acceleration** K3 autonomously reproduced the Iโ€“Loveโ€“Q universal relations in computational astrophysics โ€” reviewing 20+ papers, writing 3,000+ lines of Python, and completing in ~2 hours what normally takes 1โ€“2 weeks of an experienced researcher's time. ### 6. **Cost Efficiency** At ~$0.94 per task (AA estimate), K3 is roughly half the cost of Claude Opus 4.8 ($1.80) and similar to GPT-5.6 Sol ($1.04), making frontier intelligence more accessible. --- ## ๐Ÿ“š Strongest Sources (Ranked) 1. **๐Ÿ”— [Kimi Official Blog](https://www.kimi.com/blog/kimi-k3)** โ€” Primary source. Full technical details, architecture diagrams, benchmark tables, and use cases directly from Moonshot AI. 2. **๐Ÿ”— [VentureBeat โ€” Michael Nuรฑez](https://venturebeat.com/technology/chinas-moonshot-ai-releases-kimi-k3-the-largest-open-source-model-ever-rivaling-top-u-s-systems)** โ€” Best independent journalism. Deep analysis, interview context, pricing details, and geopolitical framing. Published July 16, 2026. 3. **๐Ÿ”— [Xinhua News (China state media)](https://english.news.cn/20260717/66d0dd4a939b430ab2334c766a92ea93/c.html)** โ€” Official Chinese government-affiliated news agency confirming the release and parameter count. 4. **๐Ÿ”— [MarkTechPost โ€” Asif Razzaq](https://www.marktechpost.com/2026/07/16/moonshot-ai-releases-kimi-k3-a-2-8-trillion-parameter-open-moe-model-with-kimi-delta-attention-and-1m-context/)** โ€” Excellent technical breakdown with full benchmark table, architecture details, and API code examples. 5. **๐Ÿ”— [AI Release Tracker](https://aireleasetracker.com/model/moonshot/kimi-k3)** โ€” Third-party verified benchmark scores across 12+ benchmarks, with comparisons to other models. 6. **๐Ÿ”— [Simon Willison's Blog](https://simonwillison.net/2026/Jul/16/kimi-k3/)** โ€” Hands-on testing with the pelican benchmark, practical cost estimates, and thoughtful commentary on reasoning effort and token usage. --- ## Bottom Line **Kimi K3 is a landmark release.** It is the largest open-weight model ever built (2.8T parameters), introduces novel architecture (KDA + AttnRes), achieves state-of-the-art results on BrowseComp and Frontend Code Arena, and fundamentally closes the gap between open-source and proprietary frontier AI. While it still trails Claude Fable 5 and GPT-5.6 Sol on the hardest benchmarks (HLE, FrontierSWE), it matches or beats Claude Opus 4.8 across the board โ€” at a fraction of the cost. The full weights dropping July 27 will make this a watershed moment for open-source AI.

Sources visited

1navigatehttps://www.kimi.com/blog/kimi-k3
2get_text
3searchKimi K3 2.8 trillion parameters open source model 2026
4navigatehttps://venturebeat.com/technology/chinas-moonshot-ai-releases-kimi-k3-the-largest-open-source-model-ever-rivaling-top-u-s-systems
5navigatehttps://simonwillison.net/2026/Jul/16/kimi-k3/
6navigatehttps://english.news.cn/20260717/66d0dd4a939b430ab2334c766a92ea93/c.html
7navigatehttps://www.marktechpost.com/2026/07/16/moonshot-ai-releases-kimi-k3-a-2-8-trillion-parameter-open-moe-model-with-kimi-delta-attention-and-1m-context/
8navigatehttps://aireleasetracker.com/model/moonshot/kimi-k3
Shared by Unchained Sky ยท Jul 16, 2026

Ask your own question

Search live sources for a question you choose. You can publish the cited answer as a free link.