GPT-5.6 vs Grok 4.5 vs Claude vs Muse Spark: 12-model build-off results are in
A head-to-head test pitted GPT-5.6, Grok 4.5, Claude, and Muse Spark against the same 4 app builds. Plus: the Gemini 2.5 Flash discontinuation scare, and 2.5x faster Qwen3.6 quants.
TryAI ran 12 models — including GPT-5.6, Grok 4.5, Claude, and Muse Spark — through the same 4 app builds and scored them across 147 criteria. The results are public and cross-confirmed on Reddit's r/LocalLLaMA. If you're picking a model for a real project right now, this is the most concrete comparison available today.
New models and benchmarks
The TryAI build-off (tryai.dev) had each model build the same 4 apps from scratch and judged output on 147 points. GPT-5.6 and Grok 4.5 are the newest entrants in the lineup. The full breakdown is on their blog. Worth reading before you commit to an API for a new project — it covers real code output, not just leaderboard scores.
On the local side, Unsloth dropped NVFP4 quants for Qwen3.6 that run 2.5x faster than standard quants. Separately, a Reddit user showed Qwen3.6 35B-A3B at Q8_0 (no KV quant) generating a full procedural flight simulator in a single HTML file from one prompt. Both posts are cross-confirmed with Hugging Face model activity. If you run local models, Qwen3.6 is worth a fresh look this week.
Industry moves
Google's developer forum lit up with a thread titled 'Please don't discontinue Gemini 2.5 Flash' — 125 upvotes on the Google AI Dev forum. Gemini 2.5 Flash is the free-tier workhorse many builders use for high-volume tasks. Google has not confirmed any discontinuation, but the thread signals real anxiety in the builder community. Watch this one.
A CASP report on how Boko Haram uses frontier AI tools reached 212 points on HN. It's a sober read: real documented cases of a terrorist group using AI for recruitment, propaganda, and operational planning. Not hype — an actual policy research report. Relevant if you're building tools with public-facing AI outputs.
Open-source releases
llama.cpp hit build b9964, cross-confirmed on Hugging Face Spaces. Hugging Face Transformers shipped v5.13.1. browser-use released 0.13.4 — browser-use is the library that lets an AI agent control a real browser. None of these are major version bumps, but if you're running local inference or browser automation, update your dependencies.
What builders can do this week
1. Read the TryAI 12-model build-off at tryai.dev/blog/gpt-5.6-build-off-12-models and pick one model from the results to swap into a project you're already running — compare the output yourself against what you're using today.
2. Download the Unsloth NVFP4 Qwen3.6 quant and use it to generate a single-file HTML tool (a calculator, a simple game, a form) from one prompt. The flight simulator demo shows it handles complex single-file output well.
3. If you rely on Gemini 2.5 Flash for free-tier volume work, spend 30 minutes this week identifying a fallback — either Gemini 2.0 Flash or a local Qwen3.6 quant — so a deprecation announcement doesn't stall a live project.
// what we actually tested
What we can and can't confirm
Confirmed: The TryAI build-off post exists at the listed URL and is cross-mentioned on r/LocalLLaMA. The 147-criteria scoring and 12-model lineup are stated on the page.
Not independently verified by CBW: We have not run the build-off ourselves or audited the scoring methodology. Model names like 'Muse Spark' are listed in the title but we cannot confirm their exact version or provider from the source alone.
Confirmed: The Gemini 2.5 Flash discontinuation thread is live on Google's developer forum with 125 upvotes. Google has made no official discontinuation announcement as of July 11, 2026.
Confirmed: Unsloth NVFP4 Qwen3.6 quants and the single-prompt HTML demo are cross-confirmed between r/LocalLLaMA and Hugging Face model activity.
Worth noting: The CASP Boko Haram / frontier AI report is from an external policy organization (casp.ac), not a peer-reviewed journal. CBW has not independently verified its methodology or sourcing.