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.
SWE-2 cracks 50%; Fable 5.1 tops agent benchmarks; benchmarks mature
2 Min. Lesezeit
Cognition SWE-2
SWE-2 hits 50% on FrontierCode, matching Fable 5.1 at a fraction of the cost.
Cognition's new model achieves 50.0% on FrontierCode 1.1 Main—within a point of Fable 5.1—while costing 64% less [Source: Cognition]. The breakthrough comes from scaling reinforcement learning to the multi-trillion-parameter regime with a novel RL algorithm that trains all reasoning-effort levels in a single pass. SWE-2 also outperforms GPT-5.6 Sol on both score and cost, and sits within a few points of GPT-6 Astra at one-quarter the price.
Pareto-optimized coding agents just became a tier below frontier pricing.
Fable 5.1 agentic performance
Fable 5.1 dominates multi-file coding tasks on the latest agent benchmark.
On CursorBench 4.0—a benchmark of real multi-file refactoring and design tasks from Cursor users—Claude Fable 5.1 scores 51.8%, ahead of Claude Opus 5 at 46.6% and GPT-5.6 Sol at 41.7% [Source: BenchLM]. The benchmark weights long-horizon edits and adherence to code patterns, released September 10, 2026. Combined with Terminal-Bench 4.0 and the cost advantage from yesterday's release, Fable 5.1 now sets the production baseline for IDE-embedded agents.
Cursor just became the standard measure for IDE agent capability.
Epoch AI benchmarks scale
Benchmarking just became auditable at scale.
Epoch AI's hub now tracks 391 models across 85 benchmarks including math, coding, and reasoning tasks, with evaluation code and detailed model outputs published for reproducibility [Source: Epoch AI]. The FrontierMath Erdős benchmark—68 unsolved mathematical problems where systems write Lean proofs—now has GPT-6 Astra as the first model to solve any (2 of 68, 3%). September's updates span the Epoch Capabilities Index, math, continual learning, and game-puzzle benchmarks.
The leaderboard race just shifted from hype to reproducible claims.
Claude Code stability
Claude Code fixed a critical proxy regression; developer experience improvements continue.
v2.1.276 resolves HTTP 400 failures when ANTHROPIC_BASE_URL points to a gateway—a regression from v2.1.275 [Source: GitHub]. Recent releases added signed-in account confirmation, a ctrl+enter send-now interrupt key, and syncing of skills from claude.ai to terminal sessions. Memory warnings and configurable MCP server startup times improve reliability for long-running tasks.
The tooling now absorbs enterprise proxy patterns without breaking.
Introducing SWE-2: Pushing the Pareto Frontier - Cognition6 hours ago ... Today we're introducing SWE-2, our most advanced coding model yet. SWE-2 delivers highly competitive agentic coding performance across multiple effort…cognition.com

Cognition released SWE-2, an advanced coding model achieving 50.0% on FrontierCode 1.1 Main—within one point of Fable 5.1 while being 64% cheaper. The model was trained using reinforcement learning scaled to the multi-trillion-parameter regime, introducing a novel RL algorithm that trains all reasoning-effort levels in a single run. On multiple benchmarks, SWE-2 outperforms SWE-1.7 and Grok 4.6 on both score and cost, matches GPT-5.6 Sol and Fable 5/5.1 at a fraction of their price, and achieves within a few points of GPT-6 Astra at one-quarter the cost. Key technical innovations include a Pareto-informed cost penalty derived from first principles to advance the entire cost-performance frontier, a length-weighted reward baseline that stabilizes training without extra computation, improved RL rollout serving through speculative decoding and online draft model training, and data improvements including tripling RL environments and hardening verifiers. The model demonstrates behavioral improvements in test coverage, resourcefulness, and verification discipline, and is available in Devin Desktop, CLI, Web, and Fusion.
AI Benchmarks & Capabilities - Epoch AI4 hours ago ... Our hub for benchmark results, featuring the performance of leading AI models on challenging tasks. It includes results from benchmarks administered ...epoch.ai
GPT-6 Astra set new performance records on the Epoch Capabilities Index (ECI) as well as math, continual learning, and game-puzzle benchmarks in September 2026. Epoch AI also launched FrontierMath Erdős, featuring 68 unsolved Erdős problems where AI systems write solutions in Lean; GPT-6 Astra solved 2 of 68 problems (3%), the first model to solve any of them. The Epoch AI benchmarking hub tracks 391 models across 85 benchmarks including math, coding, and knowledge reasoning tasks, with evaluation code and detailed model outputs available for transparency and auditability.
CursorBench Leaderboard & Scores — September 2026 | BenchLM.ai11 hours ago ... 10 models have been evaluated on CursorBench. The benchmark falls in the Coding category. This category carries a 20% weight in BenchLM.ai's overall scoring ...benchlm.ai
Claude Fable 5.1 leads Cursor's CursorBench 4.0 benchmark for multi-file agentic coding tasks with a score of 51.8%, followed by Claude Opus 5 at 46.6% and GPT-5.6 Sol at 41.7%. The benchmark, released September 10, 2026, evaluates long-horizon edit, refactor, investigation, and design-adherence tasks drawn from real Cursor sessions, with 10 models currently evaluated. CursorBench 4.0 is displayed as reference-only on BenchLM and carries a 20% weight in the coding category, though it does not directly affect overall model rankings.
Releases · anthropics/claude-code - GitHub4 hours ago ... Enterprise platformAI-powered developer platform. AVAILABLE ADD-ONS ... ai connector's tools change between a session and its resume; Fixed resumed ...github.com
# Extract and Summary Claude Code released v2.1.276 with a critical bug fix for requests failing with HTTP 400 errors when ANTHROPIC_BASE_URL points to a proxy or gateway (regression from v2.1.275). The latest versions include numerous fixes and improvements to developer experience: v2.1.275 added signed-in account confirmation for Claude apps gateway, new send-now key (ctrl+enter) for interrupting turns, and syncing of skills and plugins from claude.ai accounts to terminal sessions. v2.1.274 added memory usage warnings and improved MCP server connectivity with configurable startup wait times. Recent updates also focused on prompt caching stability, improved artifact publishing, better error messages for various API failures, and enhanced terminal responsiveness. The releases include fixes for permission checking in Bash commands, improvements to fullscreen mode rendering, and numerous reliability improvements across MCP servers, plugins, and cloud sessions.