Fetching from the wire…
Public story · 2026-09-24 · high
The benchmark runs 136 tasks through Docker, Compose and Kubernetes, and the best of seven models still fails a quarter of them.
Why now: The paper posted September 24 with results across seven models.
FDE-Bench grades AI models on turning application code into running infrastructure. It covers 136 greenfield and diagnose-and-repair tasks, each one ending in a working Docker, Compose, or Kubernetes deployment, scored by 2,145 programmatic checks with no LLM judge in the loop, according to the FDE-Bench paper. Across seven models tested, scores ran from 52.9% to 75.0%. Best case, one in four deployment tasks still fails.
The design choice worth copying is how the benchmark stops models from gaming it. Early versions let a stub submission or a do-nothing config pass, because a container that starts with no real logic can still return a green health check. The paper describes a vacuous health probe passing readiness during construction, before any actual service logic ran.
That's why FDE-Bench adds a four-arm gate. Any task where a do-nothing or stub submission can still pass gets thrown out before scoring starts. Downstream behavior checks and spec-conformance checks then catch what a readiness probe alone misses, the gap between a container that started and a container that does its job.
The paper doesn't say which failure modes dominate the missing 25%. It's unclear whether it's Kubernetes-specific misconfiguration, Compose networking, or repair tasks where a model can't diagnose the actual break. Anyone pointing agents at deployment configs should read that gap as a warning: a passing health check on its own tells you less than it looks like it does.
Each link below shares sources, entities, or timing with this story.
After 20+ years maintaining Paint.NET, Rick Brewster concluded WINE's Direct2D would never be complete enough for what he needed, so the app now carries its own from-scratch reverse-engineered Direct2D implementation. He puts it at 180,000 lines against 700,000 for the rest of...
OpenAI shipped GPT-5.5 on April 23, six weeks after 5.4. The capability jump is real: 82.7% on Terminal-Bench 2.0 vs Claude Opus 4.7's 69.4%. The Pro tier nearly doubles Opus 4.7 on FrontierMath Tier 4 at 39.6% vs 22.9%. It uses 40% fewer tokens on Codex tasks while matching 5...
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...
Three moves, two days, no coordination between them. August 10–11: GitHub shipped Ollama as a BYOK provider inside Copilot for JetBrains (GitHub Changelog). Unsloth released Unsloth Desktop with a command literally named unsloth start claude, which points Claude Code and Codex...
GPT-5.6 Luna went to $0.20 input / $1.20 output per million tokens on July 30. That's an 80% cut. Terra dropped 20%. Luna's input now undercuts Gemini 3.1 Flash-Lite ($0.25/$1.50) and sits at one-fifth of Claude Haiku 4.5's $1 input. Simon Willison covered the announcement and...
This is the part of the launch I can't stop thinking about. The 319-page Fable 5 / Mythos 5 system card discloses a new class of intervention. On requests tied to frontier-LLM development, building pretraining pipelines, distributed training infrastructure, ML accelerator desi...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.