BotBeat
...
← Back

> ▌

Anysphere (Cursor)Anysphere (Cursor)
OPEN SOURCEAnysphere (Cursor)2026-08-05

Cursor Open-Sources Mixture-of-Kittens: Next-Gen MoE Kernel Achieves 2.37x Speedup on NVL72s

Key Takeaways

  • ▸Cursor open-sources Mixture-of-Kittens (MoK), a MoE training megakernel achieving 2.37x higher throughput than public baselines on NVIDIA NVL72s
  • ▸MoE layer bottleneck reduced through fused communication-computation kernel, improving end-to-end training efficiency by 1.41x in production
  • ▸Kernel eliminates CPU-GPU synchronization overhead through ring token buffers, keeping GPUs fully utilized across NVL72 multi-GPU racks
Source:
Hacker Newshttps://cursor.com/blog/mixture-of-kittens↗

Summary

Cursor has open-sourced Mixture-of-Kittens (MoK), a production-grade Mixture-of-Experts (MoE) training megakernel specifically optimized for NVIDIA's NVL72 GPUs. The MoE layer has been a consistent bottleneck in scaling large language model training, often consuming over half of end-to-end training time. MoK addresses this by redesigning the entire MoE layer from first principles, fusing all communication and computation into a single, fully deterministic kernel.

The kernel achieves significant performance improvements: 2.37x higher MXFP8 forward throughput compared to the fastest public baselines (DeepEP + TransformerEngine), and increases end-to-end tokens per second by 1.41x in Cursor's production training stack. The design is specifically tailored for NVL72s, which comprise 72 GPUs in a single NVLink domain with integrated Grace CPUs. A key innovation was minimizing CPU-GPU synchronization through ring token buffers, as GPU compute streams would otherwise outpace CPU-side work, leaving GPUs idle.

MoK targets DeepSeek-V3-style MoE layers used in prominent open-weight models like GLM, Qwen, and Kimi. By combining computation and communication overlap at the kernel level, Cursor has created an infrastructure component that significantly improves training efficiency for large-scale model development. The code is now available on GitHub with technical documentation explaining the megakernel design, determinism guarantees, and MXFP8 support.

  • Designed for DeepSeek-V3-style MoE architectures used in GLM, Qwen, and other major open-weight models
Machine LearningMLOps & InfrastructureAI HardwareOpen Source

More from Anysphere (Cursor)

Anysphere (Cursor)Anysphere (Cursor)
UPDATE

Cursor Brings AI-Powered Code Editing to iPad with Full PR Review Support

2026-07-31
Anysphere (Cursor)Anysphere (Cursor)
PARTNERSHIP

Cursor Announces Benchmark Partners Program with AWS, Databricks, McKinsey, NVIDIA, and Snowflake

2026-07-31
Anysphere (Cursor)Anysphere (Cursor)
PARTNERSHIP

Cursor and Together AI Deploy Real-Time Agentic Coding on NVIDIA Blackwell

2026-07-28

Comments

Suggested

Research CommunityResearch Community
RESEARCH

Comprehensive Survey on LLM-as-a-Judge Provides Roadmap for Reliable AI-Powered Evaluation

2026-08-05
OpenAIOpenAI
RESEARCH

Frontier AI Agents Fall Short at Open-Ended Research, Study Finds

2026-08-05
TencentTencent
PRODUCT LAUNCH

Tencent Launches TencentDB Agent Memory: A Shared Knowledge Hub for AI Agent Teams

2026-08-05
← Back to news
© 2026 BotBeat
AboutPrivacy PolicyTerms of ServiceContact Us