@shiposcant: completed reading this: "the better you know something, the better you can prompt the LLMs, because you convert unknown…

X AI KOLs Timeline Tools

Summary

A blog post describes using Codex to automatically iterate and optimize GPU kernels, achieving a 212x speedup over baseline. The post highlights how expertise amplifies AI's utility, turning unknown unknowns into known unknowns through a looped experimental workflow.

completed reading this: "the better you know something, the better you can prompt the LLMs, because you convert unknown unknowns into known unknowns." the interesting part is not “LLM writes fast GPU kernel,” it is that the author built a loop where Codex could generate experiments, submit kernels, inspect shapewise feedback, preserve logs, and keep iterating (over 1500 submissions in 14 days). if you do not understand the problem, the model gives you more code and more variants. if you understand the domain, the same model becomes a way to apply pressure. Codex was useful here because it was given a problem statement, AGENTS.md, submission logs, profiling access, quantitative goals, bookkeeping, candidate history. it could run long loops, but the loop had memory. AI is increasing the returns to expertise, and making the absence of it much more expensive.
Original Article
View Cached Full Text

Cached at: 07/09/26, 11:43 AM

completed reading this: “the better you know something, the better you can prompt the LLMs, because you convert unknown unknowns into known unknowns.”

the interesting part is not “LLM writes fast GPU kernel,” it is that the author built a loop where Codex could generate experiments, submit kernels, inspect shapewise feedback, preserve logs, and keep iterating (over 1500 submissions in 14 days).

if you do not understand the problem, the model gives you more code and more variants. if you understand the domain, the same model becomes a way to apply pressure. Codex was useful here because it was given a problem statement, AGENTS.md, submission logs, profiling access, quantitative goals, bookkeeping, candidate history. it could run long loops, but the loop had memory.

AI is increasing the returns to expertise, and making the absence of it much more expensive.

sankalp (@dejavucoder): my latest blog post “auto-research with codex: how I achieved a 212x faster kernel over baseline with codex in GPU Mode’s qr_v2 problem” is up now. in this post, i talk about my approach towards auto-kerneling on the QR decomposition problem.

Similar Articles

Codex-maxxing

Hacker News Top

Jason Liu shares how he uses OpenAI's Codex for knowledge work beyond coding, leveraging durable threads, voice input, and steering to integrate coding agents into his broader workflow.

How NVIDIA engineers and researchers build with Codex

OpenAI Blog

NVIDIA engineers and researchers are using OpenAI Codex, powered by GPT-5.5, as their default tool for complex engineering tasks and end-to-end machine learning workflows. The article highlights significant productivity gains, autonomous system building, and research automation achieved through this integration on NVIDIA infrastructure.