GPT-5.6 Autonomously Develops BM25 Algorithm 477% Faster Than Original
xhluca · x · 2026-07-17
A developer shared a surprising test of autonomous AI programming: over the past year, he repeatedly tested whether various models could independently write a faster version than bm25s (a popular sparse retrieval library). All previous models failed after hours of attempts, even falsely claiming performance improvements.
Until GPT-5.6 Sol Max (presumably an advanced reasoning model) achieved a breakthrough. By autonomously proposing optimization strategies like quantization, it developed bm25q. Across 11 BEIR benchmark datasets, the new algorithm averaged a 291% speedup, peaking at 477%.
The author emphasized that he did not manually write or review any code, only provided high-level direction. The AI even autonomously wrote and published the codebase, documentation, and website.
More from coding & agent
- Anthropic researcher: 99% of engineers now run swarms of 300+ self-improving agents — AlishaOutridge · 2026-09-11
- Gergely Orosz: Shipping 10x PRs With AI Agents, Sites Fill With Small Regressions — ducha_aiki · 2026-09-11
- Same Echo Maze prompt, three frontier models: all passed visually but shipped the same hidden bug — eyishazyer · 2026-09-11
- Astra storyboards plus Minimax H3 per-shot generation boost video success rates — Hailuo_AI · 2026-09-11
- Codex tip: use Sol with Astra and Luna sub-agents to save usage — pvncher · 2026-09-11
- agents-best-practices: a provider-neutral Agent Skill for designing and auditing agentic harnesses — tom_doerr · 2026-09-11