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.
Allen Bargi's August 15 post hit 302 points arguing that AI collaboration rewards context-sharing, examples, and feedback over precise instruction (Hacker News). The pushback holds that the piece conflates management with leadership. mikeocool calls it "the most low effort ver...
Willison launched datasette-apps (0.1a2) on June 18, hosting self-contained HTML+JS apps in a sandboxed iframe that run SQL against your data, read-only by default. He frames it as "Claude Artifacts reimagined for Datasette," artifacts backed by a JSON API to a relational data...
His conclusion is DuckDB matches or beats SQLite's safety for untrusted queries, but only with enable_external_access=false, lock_configuration=true, and a watchdog thread, since DuckDB lacks SQLite's opcode-based query timeouts. He ships a safe_duckdb.py helper and a Datasett...
CCP announced the migration covering code that has run on Stackless 2.7 since 2010. The approach is to run futurize across the codebase and then manually review roughly 20,000 places where Python 2 and 3 behavior diverges, including integer division (Simon Willison). No comple...
Promptwatch's tracking shows the share of ChatGPT search queries using site: sat at 0.3-0.5% for weeks, dipped to 0.15% on August 3-5, then jumped to 16-17% on August 8, two days after OpenAI said it was making GPT-5.6 Sol "more reliable with facts." Simon Willison Willison co...
The August 16 upgrade to his markdown renderer detects whether an SVG contains SMIL or CSS animation, guesses the loop duration, renders the frames, then loads ffmpeg.wasm to compile them into a downloadable MP4 entirely client-side (simonwillison.net). No server, no upload. T...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.