Du wirst angemeldet...

Bitte warte, während wir deine Anmeldung überprüfen

Artikel · Donnerstag, 10. September 2026

AI developer tools · What shipped

For a senior engineer who already reads HN. Real changes in AI developer tools today: releases with version numbers, papers with benchmarks, repos that crossed a threshold worth knowing. Skip hype threads, pre-announcement leaks, and recycled summaries. Always link primary sources.

Von Marius BongartsTech66 Ausgaben
← Zur aktuellen Ausgabe
Ausgaben
13 / 66
Über Nacht von KI aus öffentlichen Quellen erstellt, täglich aktualisiert.
AI developer tools · What shipped
Donnerstag, 10. September 2026
AI developer tools · What shipped

Fable 5.1 holds line; Muse Spark 1.3 ships; Alibaba open-sources code review

2 Min. Lesezeit

Claude Fable 5.1

The pricing edge just widened further on agentic tasks.

Fable 5.1 is now live, and the benchmarks back up the hype: Terminal-Bench 4.0 hits 60.9% on agentic coding (up from 42.0 in Fable 5), while Humanity's Last Exam reaches 65.0% with tools [Quelle: Anthropic]. Cache-read pricing dropped 75% to $0.25 per million tokens, cutting total costs roughly 25% for typical workloads and up to 45% for highly agentic tasks. The model now finds root causes in production bugs that other systems and humans miss.

Watch enterprises default to Fable for long-horizon agent work.

Meta Muse Spark 1.3

Meta just shipped a leaner coding engine at the same price point.

Muse Spark 1.3 cuts 20% of tool calls and 25% of tokens versus the prior version while holding the full 1M-token context window intact [Quelle: Layer3 Labs]. DeepSWE 1.1 reaches 75.4% for end-to-end software engineering, Terminal-Bench 2.1 hits 88.8% for shell tasks, and long-context retrieval scores 98.5% across the 1M-token window. Pricing holds steady at roughly $0.80 per million tokens; Muse Spark 1.3 (max) stays in limited preview for Meta partners, while Muse Spark 1.3 (xhigh) is production-ready now.

Cost-constrained teams handling long-context coding just got a fresh tier-one option.

Alibaba Open Code Review

Alibaba open-sourced a code review tool that beats general-purpose agents at scale.

Open Code Review, battle-tested internally across hundreds of Alibaba microservices, achieved 1/9 the token consumption and higher precision than Claude Code on a 200-PR benchmark across 10 languages [Quelle: GitHub]. The hybrid architecture pairs deterministic pipelines—precise file selection, smart bundling, rule matching—with LLM agents to fix drift and coverage gaps that pure-agent systems struggle with. Validated by 80+ senior engineers, the tool runs as a CLI and integrates with standard git workflows.

Specialized review engines are now shipping faster than generic ones.

Gemini 3.8 Flash benchmarks

Google's latest iteration claims the efficiency crown on the Intelligence Index.

Gemini 3.8 Flash lands in the most attractive quadrant of the cost-to-capability chart, with three variants trading off intelligence, speed, and price [Quelle: Artificial Analysis]. The high variant scores 41 on the AA Intelligence Index v4.3 (which now includes Terminal-Bench 4.0, AutomationBench, and SciCode) while delivering 271 tokens per second and 12.78s latency. The medium variant undercuts rivals on cost per task. Pricing spreads 1.3× across tiers, forcing a clearer tier-one choice than prior releases.

Enterprise shopping lists just got a new vector to evaluate.

Quellen
Introducing Claude Fable 5.1 and Claude Mythos 5.1 - Anthropic
Introducing Claude Fable 5.1 and Claude Mythos 5.1 - Anthropic
3 hours ago ... ... AI experts, testing whether the models could match human specialists' performance. Mythos 5.1's capabilities are greater than those of Mythos 5. However ...
anthropic.com
KI-Zusammenfassung

Anthropic introduced Claude Fable 5.1 and Claude Mythos 5.1, positioning them as the world's most advanced models for coding and knowledge work. Fable 5.1 achieves significantly higher performance than its predecessor across multiple benchmarks: on Terminal-Bench 4.0 (agentic coding) it scores 60.9% versus Fable 5's 42.0%, on Humanity's Last Exam it reaches 65.0% with tools versus Fable 5's 63.8%, and on CursorBench 3.2.0 it scores 73.4% versus Fable 5's 70.5%. The model also costs approximately 25% less than Fable 5 for typical workloads due to 75% reduced pricing on cache reads, with savings up to 45% for highly agentic tasks. Fable 5.1 demonstrates particular strength in complex coding tasks—finding root causes of software bugs that other models and human engineers could not identify—and shows improved performance on knowledge work benchmarks including GDPval-AA v2 (1853 versus Fable 5's 1724) and AutomationBench (31.4% versus 26.9%).

Quelle öffnen
Gemini 3.8 Flash: Release Intelligence, Performance & Price
Gemini 3.8 Flash: Release Intelligence, Performance & Price
11 hours ago ... The Gemini 3.8 Flash release offers 3 models, each with different intelligence, performance, and pricing characteristics. Below is a comparison of the key ...
artificialanalysis.ai
KI-Zusammenfassung

Artificial Analysis Intelligence Index v4.3 now incorporates 10 evaluations including AA-Briefcase, AutomationBench-AA, Terminal-Bench v4.0, SciCode, Humanity's Last Exam, and others to measure AI model performance. Gemini 3.8 Flash is positioned in the most attractive quadrant on the Intelligence Index vs. cost analysis, with performance measured across output speed, cost per task, and capability scores spanning finance, legal, healthcare, engineering, economics, and strategy categories.

Quelle öffnen
Muse Spark 1.3 Benchmarks: Published Scores and Analysis
Muse Spark 1.3 Benchmarks: Published Scores and Analysis
13 hours ago ... Rollouts will expand from developer tools into consumer surfaces across Meta AI, Instagram, and Facebook over subsequent release cycles. Meta did not ...
layer3labs.io
KI-Zusammenfassung

Meta published official Muse Spark 1.3 benchmarks on 2026-09-02, with the model achieving 75.4% on DeepSWE 1.1 for end-to-end software engineering issue resolution, 88.8% on Terminal-Bench 2.1 for terminal environment navigation, 59.4% on SWEAtlas CodeBase QnA for repository comprehension, and 98.5% on long-context retrieval across its 1M-token context window. The model completes coding workflows using roughly 20% fewer tool calls and 25% fewer tokens than Muse Spark 1.2 while maintaining the full 1M-token context window, with efficiency gains tracked on identical multi-step tasks in Meta's Muse Code CLI agent. Two release variants were launched: Muse Spark 1.3 (max) remains in limited preview for selected Meta partners, while Muse Spark 1.3 (xhigh) is available for general production use through the Meta API and Muse Code. Model weights remain closed for both tiers, with pricing estimated at roughly $0.80 per million tokens, though Meta has not confirmed an itemized rate card.

Quelle öffnen
GitHub - alibaba/open-code-review: Fast, efficient, battle-tested at ...
GitHub - alibaba/open-code-review: Fast, efficient, battle-tested at ...
12 hours ago ... Open Code Review is an AI-powered code review CLI tool. It originated as ... A real-world code review benchmark built from 50 popular open-source ...
github.com
KI-Zusammenfassung

Alibaba's Open Code Review, an AI-powered code review CLI tool originally developed internally and now open-sourced, published benchmark results comparing its performance against general-purpose agents like Claude Code. Using a real-world benchmark (AACR-Bench) built from 50 open-source repositories, 200 real pull requests across 10 programming languages, and validated by 80+ senior engineers, Open Code Review achieved significantly higher precision and F1 scores while consuming approximately 1/9 of the tokens and completing reviews faster than Claude Code. The tool combines deterministic engineering with agent capabilities, featuring precise file selection, smart file bundling, fine-grained rule matching, and scenario-tuned prompts to address common issues with general-purpose agents like incomplete coverage, position drift, and unstable quality.

Quelle öffnen
Über Nacht zusammengestellt von MorningMail.aiZugestellt um 05:10