Cursor open-sources Mixture-of-Kittens, an MoE training megakernel
Cursor Research says its open-source Mixture-of-Kittens megakernel for GB300 NVL72 systems fuses MoE communication and computation and delivered a 1.41× end-to-end tokens-per-second gain in its production stack.
Editorial Team
The Authority AI Tools editorial team maintains this directory using vendor documentation, dated source checks, product changelogs, and clearly identified hands-on observations where available.
Cursor Research says it has open-sourced Mixture-of-Kittens (MoK), a production mixture-of-experts (MoE) training megakernel built for GB300 NVL72 systems.
The AI-native code editor with $1B+ ARR, 25+ models, and background agents on dedicated VMs
What Cursor released
MoK combines MoE communication and computation into a single kernel and is designed to be fully deterministic. Cursor says the repository includes benchmark code for individual MoE layer benchmarks and is available at github.com/cursor/mixture-of-kittens.
The implementation supports BF16 and MXFP8 precision modes. Cursor says it uses MXFP8 for training while keeping the shared expert in BF16 for training stability.
Reported performance
In Cursor’s production training stack across several NVL72 racks, the company reports:
- 1.41× end-to-end tokens per second compared with its previous DeepEP-based setup
- An approximately 41% tokens-per-second speedup in that production comparison
- Up to 2.37× the fastest public baseline in the MXFP8 forward MoE-layer benchmark
- Up to 1.78× in the MXFP8 backward benchmark
These are Cursor’s own benchmark and production-stack results, not an independent comparison. The result depends on the workload, hardware, and baseline described in the post.
Why it matters
MoE systems spend a large part of training time moving tokens between experts. A kernel that coordinates communication and computation at the rack level can improve the efficiency of the training infrastructure behind large coding models, even though MoK is not an end-user Cursor editor feature.
For engineers working on distributed model training, the release is useful because the code, benchmark methodology, and hardware assumptions are public. For everyone else, the practical takeaway is that Cursor is publishing parts of the systems work that supports its agent and model development rather than keeping the entire stack proprietary.
Source
- Cursor Research — “Mixture-of-Kittens: MoE Megakernel for NVL72s” (August 2026): https://cursor.com/blog/mixture-of-kittens
- Official repository: https://github.com/cursor/mixture-of-kittens
Tools Mentioned in This Article
Free Resource
2026 AI Coding Tools Comparison Chart
Side-by-side comparison of features, pricing, and capabilities for every major AI coding tool.
No spam, unsubscribe anytime.
Workflow Resources
Cookbook
AI-Powered Code Review & Quality
Automate code review and enforce quality standards using AI-powered tools and agentic workflows.
Cookbook
Building AI-Powered Applications
Build applications powered by LLMs, RAG, and AI agents using Claude Code, Cursor, and modern AI frameworks.
Cookbook
Building APIs & Backends with AI Agents
Design and build robust APIs and backend services with AI coding agents, from REST to GraphQL.
Cookbook
Debugging with AI Agents
Systematically debug complex issues using AI coding agents with structured workflows and MCP integrations.
MCP Server
AWS MCP Server
Interact with AWS services including S3, Lambda, CloudWatch, and ECS from your AI coding assistant.
MCP Server
Context7 MCP Server
Fetch up-to-date library documentation and code examples directly into your AI coding assistant.
MCP Server
Docker MCP Server
Manage Docker containers, images, and builds directly from your AI coding assistant.
MCP Server
Figma MCP Server
Access Figma designs, extract design tokens, and generate code from your design files.
Frequently Asked Questions
What is Cursor open-sources Mixture-of-Kittens, an MoE training megakernel?
Related Articles
Cursor adds Google Workspace plugins for agents
Cursor’s August 3, 2026 changelog adds Google Workspace plugins that let coding agents read, write, and act across Drive, Gmail, Calendar, Docs, Sheets, and Chat.
Read more →Product UpdatesClaude Code 2.1.224 adds self-hosted runners and cross-session messaging
Anthropic’s official Claude Code changelog update for August 7, 2026 adds self-hosted runners for web, mobile, and desktop sessions plus cross-session messaging and other workflow changes.
Read more →Product UpdatesAnthropic adds Inference hooks for Claude Enterprise
Anthropic’s August 5, 2026 release adds beta Inference hooks for Claude Enterprise, routing governed prompts through an organization’s AI security server for an allow-or-deny decision before inference.
Read more →