Fetching from the wire…
Public story · 2026-07-27 · high
It's the same optimizer that beat its strongest rival by up to 96.51% on the same benchmark, per the arXiv paper.
Why now: It's covered in the July 27, 2026 briefing, straight from the arXiv paper.
Optimo finds 13.51x more speed in LLM-generated code than in human code, per a paper posted to arXiv. That's the slack sitting in code agents write: on LLM-generated code alone, Optimo hits a 42.42% optimization rate, fixes that run at least 10% faster.
The approach is differential profiling: it compares runs to isolate the specific structures burning time. Each one then gets routed to a matching strategy, a kind of mixture-of-experts built from prompts instead of trained weights. That routing runs across four abstraction levels, from algorithm choice down to API usage.
On the COFFE and Effibench benchmarks, the optimization rate reached 57.48%, correct code that ran at least 10% faster. That beat the strongest baseline tested against it by up to 96.51% on the same measure.
The real story is the 3.97x versus 13.51x split: LLM-generated code has more than three times the untapped speed of human-written code. That gap says more about what these agents are optimized to do, which is pass checks, than about the optimizer that found it. Worth watching whether Optimo, or something built the same way, becomes a standard pass after code generation instead of a one-off research benchmark.
Each link below shares sources, entities, or timing with this story.
Simon Willison released LLM / Shared entity: LLM / Earlier coverage / Tension
Linked by a graph relationship (Simon Willison released LLM); both cover LLM; earlier LLM coverage from 2026-06-19.
Linked by a graph relationship (Simon Willison released LLM); both cover LLM; earlier LLM coverage from 2026-06-18.
LLM uses OpenAI / Shared entity: LLM / Tension
Linked by a graph relationship (LLM uses OpenAI); both cover LLM; pushes against this story (against).
LLM uses OpenAI / Shared entity: LLM / Earlier coverage
Linked by a graph relationship (LLM uses OpenAI); both cover LLM; earlier LLM coverage from 2026-06-19.
Simon Willison released LLM / Shared entity: LLM / Earlier coverage
Linked by a graph relationship (Simon Willison released LLM); both cover LLM; earlier LLM coverage from 2026-07-19.
Linked by a graph relationship (Simon Willison released LLM); both cover LLM; earlier LLM coverage from 2026-07-14.
Linked by a graph relationship (Simon Willison released LLM); both cover LLM; earlier LLM coverage from 2026-06-22.
Linked by a graph relationship (Simon Willison released LLM); both cover LLM; earlier LLM coverage from 2026-06-10.