Top AI Product

Every day, hundreds of new AI tools launch across Product Hunt, Hacker News, and GitHub. We dig through the noise so you don't have to — surfacing only the ones worth your attention with honest, no-fluff reviews. Explore our latest picks, deep dives, and curated collections to find your next favorite AI tool.


Auto-research with Codex: 232x faster QR kernel (GPU Mode contest) — the harness did the work, not the model

419,000 microseconds down to 1,805. That’s a batched FP32 QR factorization on a B200, and no human wrote the winning kernel.

What this actually is

Not a product — a reproducible agent setup. Developer Sankalp entered GPU Mode’s auto-research contest (batched square compact-Householder QR, matching torch.geqrf) and pointed GPT-5.5 Codex’s /goal long-loop mode at it. Fourteen days, 1,500+ submissions, 12th place out of 183. Claude Pro sat on the side explaining the math. Total tooling bill: $200 ChatGPT Pro, $20 Claude, plus Modal credits for GPU and NCU profiling.

The part worth copying

Most people run agents as single-point hill climbing: one incumbent, keep nudging. Sankalp ran beam search — 3 to 5 candidate idea families alive at once, so a dead end costs one branch, not the run. Memory lived in plain files: AGENTS.md for standing rules, problem_statement.md, and attempt logs so the agent stopped re-trying ideas it had already killed.

Why it matters

Same Codex CLI everyone has. The 232x came from loop design. Any problem with an editable file and a measurable number can take this shape.


You Might Also Like


Discover more from Top AI Product

Subscribe to get the latest posts sent to your email.



Leave a comment