
ByteDance Seed and Tsinghua AIR have released CUDA Agent, an agentic reinforcement learning system that trains a large language model to write GPU kernels that beat a compiler. The gap it targets is narrow but stubborn: frontier models already produce correct CUDA, they just produce slow CUDA. On KernelBench, the base model Seed1.6 passes 74.0% of tasks yet outruns torch.compile on only 27.2% of them, at a 0.69× geometric-mean speedup which means its kernels are, on average, slower than what th
Will ByteDance's CUDA Agent paper appear on the Hugging Face CUDA-Agent model page by August 25?
Resolves by Aug 25, 2026
CUDA Agent is a reinforcement learning system that trains a large language model to write GPU code (CUDA kernels) that runs faster than compiler-generated code. Frontier AI models already produce correct GPU code but often generate slower versions, achieving only a 0.69× speedup compared to standard compilers. By placing the model in a real development environment with profiling tools and correctness checks, then training it with reinforcement learning for 150 steps, CUDA Agent improved performance to a 2.11× speedup and a 96.8% rate of outperforming the standard compiler on benchmark tasks. This matters for AI infrastructure, GPU computing, and any application where GPU kernel performance directly affects latency and cost, though the trained agent itself is not publicly released and full replication requires substantial computational resources.
These models improve search accuracy by capturing multiple semantic meanings per word, helping systems better match user intent with relevant results.

Z.ai’s latest AI model release could help companies secure their systems—or find its way into the hands of hackers.

MiniMax released MiniMax-Music3, an open-weights text-to-music model. The model takes two separate inputs: lyrics carrying section tags, and a detailed music description. It returns a complete song of up to five minutes in a single generation, as 32 kHz, 16-bit stereo WAV. The architecture pairs a Hybrid-LM, an 8B Global LLM with a 0.6B Local LLM, with a continuous synthesis stack built on flow matching and a Flow-VAE. Weights, inference code and three documented serving paths shipped the same
Want to go deeper than the news? Explore live, cohort-based AI courses taught by practitioners.
Browse AI courses on Maven