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
Codex 0.155 adds experimental voice chats and Touch ID for MCP
OpenAI Codex CLI 0.155.0 adds experimental voice conversations, local MCP request verification with Touch ID on supported Macs, task management, and safer daemon updates.
Read more →Product UpdatesClaude Code Projects coordinate parallel cloud sessions for long-running work
Claude Code Projects are a public-beta workspace where a coordinator conversation starts and tracks parallel cloud sessions, shared repositories, instructions, and memory.
Read more →Product UpdatesGemini CLI 0.60 hardens extensions, sandboxes, and MCP OAuth
Gemini CLI 0.60.0 adds extension consent and isolation, stronger workspace and sandbox boundaries, safer web fetch routing, and strict MCP OAuth issuer checks.
Read more →