The one that matters
An auto-research loop with Codex hit a 232x GPU-kernel speedup — and placed 12th of 183
In GPU Mode's auto-research contest with Core Automation, developer Sankalp ran Codex in a research loop against batched QR factorization and finished 12th of 183 with a 232x speedup over the baseline kernel. The write-up details the loop engineering: learning enough math to ask better questions, and injecting idea diversity to escape local maxima.
Why it matters
Contest leaderboards are becoming a testbed for a real workflow shift: you supervise an agent's research loop instead of hand-writing CUDA. The levers that mattered — problem selection, domain context, forcing diverse attempts when progress stalls — are the same ones any builder pulls when pointing agents at hard optimization work. The ceiling wasn't the model; it was how well the loop was run.
