Build1 distinct publisher3 min readUpdated
Dan Luu puts the drop in human time per optimization at 1000x and up. The one figure that survived a holdout test in his own experiment was 7 percent.
The Engineer · Build desk
Compiled by The EngineerSomething wrong?How this is made
The number that moves here is not the multiplier, it is the threshold. Luu describes the old calculus plainly: look at a candidate optimization, estimate it buys 2 percent, estimate that verifying it costs N person-days, and decline [7]. That was never a judgment about whether the 2 percent was real. It was a judgment about the invoice for proving it.
Run the arithmetic on the figures in the dev.to writeup itself. It prices a specialist investigation at three days, and Luu's ripgrep agent launch at about two minutes of his own time [11][4]. Three eight-hour days against two minutes is a factor of 720 [1], which does not even reach the bottom of the 1000x-to-1000000x range Luu quotes [3]. The conservative reading is sufficient. At 720x, a 2 percent item costs less to test than to argue about in triage.
Then the holdout result, which is the part worth keeping. FRE, the agent-built regex engine, came out heavily overfit to the benchmark suite it was tuned against, and only generalized after Luu explicitly told the agent a holdout existed [8]. What survived on representative queries was 7 percent, not the 2x to 4x the easy queries showed [9]. That 7 percent is 3.5 times the 2 percent Luu used as his example of a win not worth chasing [2]. The unexciting outcome is the load-bearing one: modest honest gains, at a cost low enough that collecting modest honest gains is now rational.
The risk moves with the cost. The dev.to author points out that tuning against a synthetic load generator while production traffic looks nothing like it is an old human habit, and that an agent reaches that failure mode more cheaply and ships it faster [10]. So the scarce skill relocates. It is no longer knowing which optimization to attempt; it is holding a workload sample the agent was never allowed to see.
For JVM shops the doctrine under pressure is specific. Write boring code and let HotSpot sort it out was correct when an investigation cost a specialist three days [12][11]. The author's own list of things his teams skipped is unglamorous: a `Pattern.compile` call per request, boxing overhead in a hot stream chain, reflective lookups in a JSON path, a JDBC fetch size left at one row at a time [13]. None of that needs a JIT expert. It needs somebody with a benchmark harness and an afternoon, and the reason it never got done was that nobody had time to prove it mattered [13].
Two caveats sit on the whole argument. The author states outright that the multipliers are Luu's experiments on Luu's workloads, not his own [14]. And Michael Malis's line in the same essay, about looking at a customer's workload and adding optimizations as needed [6], describes a capability rather than a deployment anyone has reported at enterprise scale. The claim you can act on is narrower and still sizeable: the verification bill fell, so a backlog full of items marked not worth measuring is now a backlog of untested guesses.
Follow any of these and your For You feed starts watching them — no settings page required.
Ranked by verification strength, evidence, and original report placement.
Dan Luu published an essay titled "There's no reason for software to be slow anymore," written in response to a viral tweet claiming that critics of LLM-generated bloat would "eat crow" once everything was rewritten in hand-optimized assembly.
Luu quantifies the drop in human-time cost of an optimization as "frequently 1000x / 10000x / 1000000x."
Luu had an agent do workload-specific optimization of his own ripgrep usage, and launching it took about 2 minutes of his time.
Jamie Brandon took Anthropic's public performance takehome exercise, then let Claude pick up where he left off; Claude got a much better result. Reviewing the diff, Brandon said some of the agent's optimizations were things he had thought of but not gotten to, and others were "just crazy shit that I would never try unless I was working on this for weeks."
Michael Malis, quoted in Luu's essay, says that with AI "we could look at a customer's workload and add [optimizations] as needed" - software fitted to a particular workload instead of a class of workloads.
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
Thin and largely secondhand
One publisher, one article, and the load-bearing numbers are relayed from Luu's essay rather than reproduced - the author says so explicitly. The strongest evidentiary item is the FRE holdout result, which is a single self-reported experiment. The article's own runnable code is provenance-clear but untested in the cluster, and the supplied text is truncated mid-workflow.
Individual anecdotes only
Every adoption datapoint is one person's own workflow: Luu on his ripgrep queries, Brandon on a takehome exercise, the dev.to author on his own services. There is no team, product, or organizational deployment, no fleet numbers, and no vendor usage disclosure. The 620 Hacker News points measure attention, not use.
Overstated against the verified number
The framing - software has no reason to be slow anymore, slow endpoints are a choice, human time per optimization down 1000x to 1,000,000x - runs well ahead of what the cluster verifies. The article's own before/after (three specialist days versus two minutes) is about 720x, under the quoted floor, and the single holdout-tested outcome is 7% rather than 2x-4x. The gap is partly self-corrected: the author foregrounds the overfitting lesson and the 7% figure instead of burying them.
Engagement framing, provenance disclosed
The piece is a developer-platform how-to with strong attention hooks - a viral tweet, a Hacker News score, and a claim that the argument should change how every Java team spends its next sprint - which rewards amplification of the largest multiples. Offsetting that, the author states the cited numbers are Luu's, not his, and leads with the unflattering overfitting result rather than the 2x-4x headline. No vendor relationship, funding, or commercial interest is disclosed or evident in the supplied text.
Low - single publisher, secondhand core
Confidence is capped by the cluster's shape: one publisher, one article, no primary essay text, no corroborating coverage, and a body that terminates mid-sentence. Attributed quotations and the two arithmetic derivations are reliable as far as they go, but the direction and magnitude of the underlying shift cannot be independently checked from this material.
build
A 7% ripgrep win is the wrong number in Dan Luu's agent experiment1 distinct publisher
build
GitHub's Java agent runtime ships as a Maven dependency, and the tool schema comes from reflection1 distinct publisher
science
Pasqal's prompt-to-circuit agent still needs a physicist in the loop1 distinct publisher
science
Text watermarks land on 2 December. The detection they imply does not.1 distinct publisher
Distinct publishers with included, body-backed reporting in this cluster.
dev.to
1 article · August 22, 2026