| There's no reason for software to be slow anymore(danluu.com) | |
| 464 points by Jach 11 hours ago | 328 comments | |
tl;dr: LLM coding agents have dramatically lowered the cost of performance optimization work that previously required rare expertise, making it feasible to apply specialized techniques (JIT compilers, custom indexes, multi-threading) to problems where they wouldn't have been worth the effort. The author demonstrates this by having agents build workload-specific optimizations for ripgrep in minutes, and cites examples like an Azul game AI that beat academic SOTA with far less compute. This enables a shift toward "dynamic custom software" fitted to specific workloads rather than general classes, though agents still struggle with open-ended experimental design. | |
HN Discussion:
| |