Auto-research with codex: How I achieved a 232x Faster Kernel
sankalp.bearblog.dev
Auto-research with codex: How I achieved a 232x Faster Kernel
1–10 of 104 posts
Re: Auto-research with codex: How I achieved a 232x Faster Kernel
#2Personally, I believe that LLMs should be treated like an advanced version of Prolog or linear programming: you give the constraints, you have a way of verifying correctness, and you give it a clear goal. If the LLM can verify itself and course-correct you can basically leave it on autopilot
Re: Auto-research with codex: How I achieved a 232x Faster Kernel
#3Re: Auto-research with codex: How I achieved a 232x Faster Kernel
#4I wonder if there is extra effort put into this because they are useful for the researchers working on the models or just a sub-domain that language models are a great fit for and humans have trouble with?
Re: Auto-research with codex: How I achieved a 232x Faster Kernel
#5Re: Auto-research with codex: How I achieved a 232x Faster Kernel
#6In the last couple of days I wanted to try out the new definitive DeepSeek v4 releases. I gave it the repository of a semi-abandoned video compression codec and I told it to perform the usual benchmark -> profile -> verify -> research -> improve loop. I specifically chose this codec because the authors include a verifier for the bitstream to make sure you don't break stuff if you want to try your own implementation.…
Re: Auto-research with codex: How I achieved a 232x Faster Kernel
#7In the last couple of days I wanted to try out the new definitive DeepSeek v4 releases. I gave it the repository of a semi-abandoned video compression codec and I told it to perform the usual benchmark -> profile -> verify -> research -> improve loop. I specifically chose this codec because the authors include a verifier for the bitstream to make sure you don't break stuff if you want to try your own implementation.…
Re: Auto-research with codex: How I achieved a 232x Faster Kernel
#8Re: Auto-research with codex: How I achieved a 232x Faster Kernel
#9Re: Auto-research with codex: How I achieved a 232x Faster Kernel
#10This is really cool - I really like the beam search idea,