Data◆Article
Fable's AI system wrote the first genuine and fastest megakernel ever submitted to KernelBench-Mega, hitting an 18.71X speedup with just one cooperative kernel launch per decoded token, versus rivals that needed 4 to 14 separate launches.
Fable's AI-written CUDA megakernel achieved an 18.71x speedup on KernelBench-Mega using only one kernel launch per token, beating attempts by Claude Opus 4.8, GLM-5.2, and GPT-5.5, signaling progress toward AI automating its own R&D. ✦ AI generated
Jack Clark (Import AI) · Import AI · 2026-07-06 · original ↗
This solution is particularly impressive because "torch.profiler shows exactly ONE cooperative kernel launch per decoded token". By comparison, every other high-scoring entry decomposed the problem into anywhere from 4 to 14 separate kernel launches per token.
Read full article ↗excerpt · fair-use quotation
- ·Fable's AI system built a megakernel for KernelBench-Mega
- ·Achieved 18.71x speedup versus baseline
- ·First genuinely fastest submission on this benchmark
- ·Signals AI progress toward automating its own R&D
- ·Fable's kernel: exactly one cooperative launch per token
- ·Rival top entries used 4 to 14 launches per token
- ·Confirmed via torch.profiler trace analysis
- ·Outperformed attempts from Claude Opus 4.8
- ·Beat GLM-5.2 and GPT-5.5 submissions
- ·18.71x speedup with far simpler execution path
Around this claim