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.
NVIDIA Nemotron scales, MirrorCode benchmarks agentic coding
1 Min. Lesezeit
NVIDIA Nemotron 3 family
Efficiency just got three more models.
NVIDIA shipped the Nemotron 3 lineup with hybrid architectures across three scales: Nano (3B active, 30B total), Super (12B active, 120B total), and Ultra (55B active, 550B total) [Quelle: Hugging Face]. Nano hits 4× faster inference than its predecessor on 1M-token context; Super delivers 5× higher throughput using LatentMoE. All three use Mixture-of-Experts to keep active parameters low while maintaining scale, alongside specialized SFT datasets for competitive programming and software engineering tasks.
Production deployments will benchmark these against Mistral-NeMo and Llama-Nemotron variants.
NVIDIA Cosmos 3 multimodal foundation
Vision reasoning and robotics just converged.
NVIDIA released Cosmos 3 as a unified physical AI model in three sizes: Super (32B), Nano (8B), and Edge (4B), using Mixture-of-Transformers to handle vision reasoning and action prediction in one pass [Quelle: Hugging Face]. The company also shipped SPEED-bench for evaluating real-world model performance. The unified architecture means no separate perception and planning—robotics teams can now replace two inference steps with one.
Watch for robotics integrations this quarter.
MirrorCode: AI long-horizon programming
Claude Opus 4.7 solved a two-week job in 14 hours.
Epoch and METR released MirrorCode, a benchmark measuring how well AI completes long-horizon programming tasks using only CLI access—no source code [Quelle: Import AI]. Opus 4.7 achieved perfect or near-perfect scores on 21 of 25 programs across six languages, costing $251 for what humans estimate at 2–17 weeks of work. Models from a year ago scored roughly 30% on the same suite, dramatizing the speed of improvement.
This benchmark will drive agentic coding comparisons for the next 18 months.
Claude Opus 4.7 robot autonomy
Robots now complete human tasks 20× faster than before.
Anthropic demonstrated that Claude Opus 4.7 solved a full robotics sprint in 9 minutes 35 seconds—tasks that took humans 181 minutes with model assistance [Quelle: Import AI]. This leap happened in eight months: Opus 4.1 (August 2025) could not complete the tasks at all; Opus 4.7 (May 2026) finished all but one. Meanwhile, Sunday AI shipped ACT-2, a robot foundation model hitting 99.1% success on clothing folding across nine garment types, proving that scaling pretraining plus minimal high-quality in-house data unlocks generalization.
The robotics frontier is now a pure scaling game.
nvidia - Hugging Face5 hours ago ... Beyond Nemotron, NVIDIA's broader open data catalog spans 200+ releases across Physical AI ... Code generation, debugging, and SWE workflows, Nemotron Code & SWE ...huggingface.co
NVIDIA released several updates to its Nemotron model family and supporting tools. Nemotron 3 Nano (30B total / 3B active parameters) features a hybrid Mamba-2 + Transformer MoE architecture with 1M-token context and offers 4× faster inference than its predecessor. Nemotron 3 Super (120B total / 12B active parameters) delivers up to 5× higher throughput using a LatentMoE architecture, while Nemotron 3 Ultra (550B total / 55B active parameters) targets demanding multi-agent and reasoning workloads. For code-related benchmarking, NVIDIA released Nemotron-SFT-Competitive-Programming-v2 and Nemotron-SFT-SWE-v2 datasets alongside reinforcement learning code datasets. NVIDIA Cosmos 3 launched as an omni-model for physical AI with three variants: Super (32B class), Nano (8B class), and Edge (4B class), using a Mixture-of-Transformers architecture for unified vision reasoning and action prediction. The company also released SPEED-bench for evaluating model performance and expanded community collaborations with Llama-3.1-Nemotron variants (Ultra, Super, Nano) and Mistral-NeMo (12B with 128k context window).
Import AI 466: The bitter lesson for robotics, AIs complete week-long ...16 hours ago ... Epoch and METR have released MirrorCode, a benchmark meant to see how well AI systems can do tasks that take humans a long time to do. The benchmark was first ...importai.substack.com

Epoch and METR released MirrorCode, a benchmark for measuring AI systems' ability to complete long-horizon programming tasks. The benchmark tests how well AI can re-implement software programs based solely on CLI access without source code. Claude Opus 4.7 solved a task in 14 hours for $251 that would take humans 2-17 weeks, with 17 of 25 target programs achieving perfect scores and 21 of 25 achieving 99% or higher. Leading models from a year ago would have scored about 30%, demonstrating rapid AI model improvement over time. The benchmark consists of a scaffold and 22 target programs totaling 132 task instances across six languages. Anthropic demonstrated that Claude Opus 4.7 can autonomously complete robot tasks 20 times faster than previous human records. In August 2025, Opus 4.1 was unable to complete tasks, but by May 2026, Opus 4.7 completed all but one task in 9 minutes 35 seconds, compared to 181 minutes for humans with model assistance. Sunday released ACT-2, a robot foundation model achieving 99.1% success rate on clothing folding tasks across 9 garment types, with the startup emphasizing that scaling pretraining paired with minimal high-quality in-house data is the recipe for solving robot generalization.