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.
DeepSeek V4 sets benchmarks, Gemini 3.7 Flash debuts, NVIDIA ships inference stack
1 min read
Gemini 3.7 Flash ships
Google's new coding model jumps to 65% on real benchmarks.
Gemini 3.7 Flash rolls out as the default across AI Studio, Antigravity, and Managed Agents with major gains on DeepSWE v1.1 (65.3%, up from 49%) and FrontierCode 1.1 (43.6%, up from 34.4%) [Quelle: Google AI Studio]. Three adjustable thinking levels—low, medium, high—let you dial latency versus reasoning depth without model swaps. Introductory pricing stays at $0.75/$3.75 per million tokens through December 31.
Web dev Elo scores jumped to 1588 on LMArena.
DeepSeek V4 dominates code
DeepSeek's new base models own BigCodeBench.
DeepSeek-V4 Pro Base leads code generation with 59.2% pass@1, followed by V4 Flash Base at 56.8%, on BigCodeBench's Pass@1 scoring for software engineering tasks [Source: BenchLM]. The benchmark measures realistic code completion across increasing difficulty levels. Both variants integrate into Cline and other agentic frameworks.
New model catalogs now ship V4 Flash variants.
Cline expands model catalog
The autonomous coding agent now ships 15+ new models.
Cline v4.1.14 added Claude Fable 5, Grok 4.6, DeepSeek V4 Flash, Qwen, and Gemma variants across SDK, CLI, and desktop [Source: GitHub]. Earlier releases added image generation, refreshed provider support (AMD, Arcee, Echo), and fixed tool calling for custom OpenAI-compatible endpoints. Session persistence improvements survived hub restarts.
AgentRouter and pricing tier logic now route smarter.
NVIDIA Nemotron stacks reasoning
NVIDIA ships a full foundation model family for agents and edge inference.
Nemotron 3.5 Lightning (30B, hybrid Mamba-2/Transformer MoE) runs 1M-token context on-device with multi-token prediction via vLLM and SGLang [Source: Hugging Face]. Nemotron 3 Super (120B, 12B active) hits 5x throughput over the prior version; Nemotron 3 Ultra (550B) tackles multi-agent reasoning. Cosmos 3 omni-model (4B-class Edge to 32B-class Super) combines reasoning and generation for robotics. Open datasets, training recipes, and eval frameworks ship alongside.
Physical AI workloads now have frontier reference models.
BigCodeBench Leaderboard & Scores — August 2026 | BenchLM.ai10 hours ago ... BigCodeBench. A code-generation benchmark reported in DeepSeek-V4 base-model evaluations. Data verified August 24, 2026 ·22 confirmed releases in the last ...benchlm.ai
DeepSeek V4 Pro Base leads the BigCodeBench code-generation benchmark with a score of 59.2%, followed by DeepSeek V4 Flash Base at 56.8%, according to evaluations reported in the DeepSeek-V4 technical report as of August 24, 2026. BigCodeBench measures code generation tasks using Pass@1 scoring at the software engineering difficulty level, with two models currently evaluated on the benchmark.
Releases · cline/cline - GitHub17 hours ago ... AI CODE CREATION. GitHub CopilotWrite better code with AI · GitHub Copilot ... Added model-driven image generation. Models that support it can generate ...github.com
Cline released multiple version updates across SDK, CLI, and desktop components with refreshed model catalogs adding new providers and models. SDK v0.0.79 and CLI v3.0.58 added AgentRouter and Opper providers with updated pricing and default model changes for Aki.io and NanoGPT. v4.1.14 expanded the built-in model catalog with Claude Fable 5, Grok 4.6 on Vertex, DeepSeek V4 Flash variants, and models from Qwen, Gemma, and others. v4.1.11 added image generation capabilities and refreshed the model catalog with AMD, Arcee, Echo, and additional providers. Multiple releases fixed tool calling for custom OpenAI-Compatible models and improved session persistence across hub restarts and upgrades.
nvidia - Hugging Face4 hours ago ... ... model for physical AI. Built ... Nemotron-SFT-Math-v3, Nemotron-Math-v2, AceReason-Math, Nemotron-CC-Math-v1. Code generation, debugging, and SWE workflows ...huggingface.co
NVIDIA released the Nemotron family of foundation models spanning language, reasoning, vision, speech, and safety. Key releases include Nemotron 3.5 Lightning, a 30B parameter small language model with hybrid Mamba-2 + Transformer MoE architecture optimized for efficient local inference with 1M-token context and multi-token prediction for faster generation via vLLM, SGLang, TRT-LLM, and other frameworks; Nemotron 3 Super, a 120B parameter model with 12B active parameters delivering up to 5x higher throughput than the previous version; and Nemotron 3 Ultra, a frontier 550B parameter model for demanding multi-agent and reasoning workloads. For physical AI, NVIDIA released Cosmos 3, an omni-model with variants ranging from 4B-class Edge to 32B-class Super, combining reasoning and generation for robotics and autonomous vehicles. Supporting these are open datasets across pre-training, code generation, math reasoning, agentic behavior, and reinforcement learning, along with reproducible training recipes and evaluation frameworks.
Gemini 3.7 Flash: Developer Guide - Google AI Studio13 hours ago ... The model excels at bidirectional design workflows: taking UI mocks directly from design tools to generate desktop and web application code, as well as auditing ...aistudio.google.com

Google released Gemini 3.7 Flash, a new AI coding model designed as a "workhorse" for developers and agents. The model achieves significantly higher performance on software engineering benchmarks compared to its predecessor: 65.3% on DeepSWE v1.1 (vs. 49.0% for 3.7 Flash) and 43.6% on FrontierCode 1.1 Main (vs. 34.4%), with improvements in code accuracy, debugging, and autonomous error recovery. Gemini 3.7 Flash introduces adjustable thinking levels (low, medium, high) to balance latency and intelligence across different tasks, and rolls out as the default model across Google Antigravity, Google AI Studio, and the Gemini API's Managed Agents. The model is available at introductory pricing of $0.75/1M input tokens and $3.75/1M output tokens through December 31, 2026.