July 1, 2026 Read on danluu.com
6.4

Agentic test processes, LLM benchmarks, and other notes on agentic coding from Galapagos Island

Software EngineeringMeasurement & DataTech CultureIndustry MythsProgramming

Luu argues that LLMs are highly leveraged tools for software development but require rigorous, human-directed testing methodology to be effective—particularly randomized/fuzzing-based testing drawn from his hardware engineering background at Centaur. He empirically debunks the value of popular LLM benchmark summary metrics by demonstrating how high inter-run and inter-task variance makes single-number model comparisons nearly meaningless for real-world use. Effective agentic coding, he contends, demands systematic evaluation, deliberate false-positive rejection pipelines, and human guidance around known LLM failure modes rather than naive prompting. He also argues that expertise becomes more, not less, valuable in the agent era, as the skill of directing agents around their failure modes requires deep domain knowledge.

LLMs amplify testing and development velocity dramatically, but only when guided by human expertise and systematic evaluation—naive prompting and summary benchmark metrics are nearly useless, while rigorous fuzzing-based testing and understanding of LLM failure modes unlock the real gains.
  • 8

    An agent will do something that, if a human did it, you'd immediately fire them. My reaction, of course, is to act as if this is great and spin up a thousand agents so they can do even more of that.

  • 7

    I often see people say things like, 'that's too much risk; we have millions of users' but, empirically, they're talking about a workflow that ships bugs at a rate that's maybe a thousand times higher per capita on raw count.

  • 7

    I think people are really underestimating the value of getting completely incorrect results out of an LLM. This is, non-ironically, a game changer in a positive way, when directed correctly.

  • 6

    Having a reasonable setup around the model is at least as important as having the latest and greatest model.

  • 4

    A lot of getting value out of agents seems to be having some kind of understanding of their failure modes and then working around them.

analytical