Dev walk-back: the speedup came from SoA design and writev, not AGI-written asm
zack_overflow · x · 2026-09-26
Developer @zackoverflow revisits his viral "AGI beats the compiler" experiment: he had shown AI reading compiler-generated asm and instantly mapping it back to source — 1000x faster than a human — while spotting compiler blunders like register spilling.
Follow-up analysis found the gains didn't come from handwritten asm at all, but from better design: DOD (SoA layout), re-painting only what changed, and writev to reduce syscalls — all achievable in plain Rust. He jokes it was a "clanker psyop."
Related event: dhh Ports Rust to x86-64 Assembly with Opus 5.5, Gaining Up to 17x Speedup(2 posts)→
More from coding & agent
- Magpie Adds Semantic Intent Routing: A Small Classifier Model Picks Your LLM Per Turn — dotey · 2026-09-26
- Redis creator antirez: LLMs write better C than any other language, so skip Rust — antirez · 2026-09-26
- "Do the hard 20% manually, let LLMs handle the rest": Naval boosts viral coding take — naval · 2026-09-26
- DIY claude-local: orchestrating local LLMs inside Claude Code with llama-swap — Distinct-Pie2389 · 2026-09-26
- Hugging Face engineer demos fully client-side multimodal browser agent at JSNation — nicodotdev · 2026-09-26
- Vibe-coding hardware: build an ESP32 e-ink dashboard with Codex and Cloudflare — paw_lean · 2026-09-26