Show HN: Auto-Architecture: Karpathy's Loop, pointed at a CPU
fesens
66 points
14 comments
April 28, 2026
Related Discussions
Found 5 related stories in 94.2ms across 8,303 title embeddings via pgvector HNSW
- Show HN: A plain-text cognitive architecture for Claude Code marciopuga · 65 pts · March 25, 2026 · 52% similar
- Show HN: I built an OS that is pure AI evanbarke · 18 pts · March 28, 2026 · 52% similar
- Show HN: DeepRepo – AI architecture diagrams from GitHub repos uwais12 · 12 pts · March 29, 2026 · 52% similar
- Scaling Karpathy's Autoresearch: What Happens When the Agent Gets a GPU Cluster hopechong · 145 pts · March 19, 2026 · 51% similar
- Show HN: FPGA soft-core of the Saab Viggen's 1963 airborne computer FormerLabFred · 18 pts · March 20, 2026 · 50% similar
Discussion Highlights (7 comments)
sho_hn
Salient on the value of the verifier. Matches my experience in the last two quarters. Nice detail on the encountered failures. Very similar experiences with my own loops against testsuites. Great post. A snapshot in time.
pteetor
In case you are unfamiliar with Karpathy's Loop[1], it is a genetic algorithm[2] where the genetic "mutations" are clever-but-random ideas generated by an LLM agent, aimed at improving a system. (1) Let the LLM randomly perturbate the system. (2) Measure the system's performance. (3a) If the perturbation improved performance, keep the change. (3b) Otherwise, don't. (4) Repeat [1] https://github.com/karpathy/autoresearch [2] https://en.wikipedia.org/wiki/Genetic_algorithm
fc417fc802
Extremely interesting but I don't understand why it was written by an LLM. Either the frontier models are far better than I realized or else writing this document required a lot of manual work regardless at which point why not keep it in your own voice? > The agent did not know that would also halve the LUT count. It found out by doing it and watching the synthesizer. So I guess this is an example of an LLM anthropomorphizing and making wild conjectures about the internal workings of a different LLM.
thin_carapace
> "If you can write the rules down, an agent will satisfy them faster than your team will." a fantastic opportunity to become the next next big thing and write a verifier verifier. at the hypothesized inflexion point where AI instantly performs exactly as commanded, what happens to heavily regulated industries like medical? do we get huge leaps and bounds everywhere EXCEPT where it matters, or is regulation going to be handed over to a verifier verifier?
outside1234
Has anyone actually written a verifier for a business / project?
osti
> propose, implement, measure, keep the wins Pretty much what I did to let Codex with gpt5.4xhigh improve my fairly complex CUDA kernel which resulted in 20x throughput improvement.
DeathArrow
Is this related to autoresearch? https://github.com/karpathy/autoresearch