A Chinese AI startup just dropped a model that writes GPU code faster than most engineers would believe possible. Kimi K3, built by Moonshot AI, generated an H100 CUDA kernel that runs 14.82 times faster than optimized PyTorch, nearly matching the performance of Anthropic’s Claude Opus 4.8 on the same task.

What Kimi K3 actually is

Released on July 16, 2026, Kimi K3 is a 2.8-trillion-parameter open-weight multimodal model. It supports a 1 million token context window, meaning it can digest entire codebases or book-length documents in a single pass. It achieves this through two novel architectural designs: Kimi Delta Attention (KDA) and Attention Residuals, paired with a high Mixture of Experts (MoE) sparsity approach that keeps compute costs manageable despite the enormous parameter count.

Moonshot AI plans to release the full model weights on July 27, 2026, making Kimi K3 one of the largest open-weight models ever published.

The CUDA kernel benchmark that matters