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.
Nemotron Lightning ships 30B MoE, oMLX 0.5.8 tightens local inference
1 Min. Lesezeit
NVIDIA Nemotron 3.5 Lightning
NVIDIA's new 30B mixture-of-experts model targets high-volume agentic workloads.
Nemotron 3.5 Lightning activates only 3B parameters per token while maintaining 86% accuracy on PinchBench, completing agentic tasks up to 30% faster than comparable models [Quelle: NVIDIA Developer]. The release includes speculative decoding with multi-token prediction, NVFP4 quantization, and support for vLLM, Ollama, and llama.cpp. Accompanying NeMo Switchyard enables intelligent task routing across multiple models, cutting benchmark completion costs to one-third of Opus levels.
Open license and broad tool support lower deployment friction for local agentic systems.
oMLX 0.5.8 dev releases
Apple Silicon inference tightens code generation and long-context performance.
oMLX 0.5.8.dev3 adds Meta Muse Glimmer 30B VLM support with DFlash speculative decoding achieving 1.4x decode speedup, while DeepSeek V4 prefill optimization delivers 23–28% faster performance across context lengths [Quelle: GitHub]. The release also improves Ling 3.0 Flash code accuracy by 17 percentage points on HumanEval through kernel tuning and cache alignment. Grammar-constrained decoding no longer syncs per-token, and tool-call parsing handles edge cases with better payload boundary detection.
Incremental refinement keeps macOS local agents competitive with cloud inference on code tasks.
Cosmos 3 Edge robotics model
NVIDIA released a lightweight world model for edge robotics and vision AI.
Cosmos 3 Edge, a 4-billion-parameter open model, ships for local deployment on robotics platforms and edge devices [Quelle: NVIDIA Blogs]. The model complements Nemotron Lightning and positions local inference as the standard for autonomous workflows. Poolside AI's Laguna S 2.1—a 118B agentic coding model—also runs on a single DGX Spark, extending on-device capability to large-parameter systems.
Watch whether edge robotics adoption accelerates deployment of open weights beyond data centers.
NVIDIA Nemotron 3.5 Lightning Delivers Fast, Accurate Specialized ...16 hours ago ... Long-running AI agents spend most of their time on high-volume execution: tool calls, result validation, and subagent delegation.developer.nvidia.com

NVIDIA has released Nemotron 3.5 Lightning, an open 30B mixture-of-experts model with 3B active parameters designed for high-volume execution in long-running AI agents. The model achieves leading accuracy-speed performance on the Artificial Analysis Intelligence Index, completing agentic tasks up to 30% faster than comparable models while maintaining 86% accuracy on PinchBench. Key features include speculative decoding with multi-token prediction, NVFP4 quantization support, and optimization for agent frameworks like OpenClaw and Hermes Agent. NVIDIA is also introducing NeMo Switchyard, a library for intelligent task routing that directs requests to the most capable and efficient model, alongside releases of training recipes, datasets (including Nemotron-RL Agentic Terminal Pivot for coding agents), and customization tools via NeMo Automodel and NeMo RL. The model is available under OpenMDW-1.1 license and supported across industry tools including vLLM, LM Studio, Ollama, and llama.cpp, with deployment options ranging from DGX Spark to data centers.
Releases · jundot/omlx - GitHub12 hours ago ... Enterprise platformAI-powered developer platform. AVAILABLE ADD-ONS. GitHub ... API, benchmarks, and integrations. Fixed XML tool-call fallbacks coercing ...github.com
oMLX 0.5.8.dev3 adds Meta Muse Glimmer 30B VLM support with DFlash speculative decoding achieving 1.4x decode speedup, makes DeepSeek V4 prefill 23-28% faster across context lengths through kernel optimizations and cache block alignment, and fixes Ling-3.0-flash code accuracy (+17 percentage points on HumanEval). The release also reduces long-context memory for GDN models with SSD cache persistence, removes per-token host sync from grammar-constrained decoding, and fixes tool-call parsing edge cases with improved payload boundary detection.
NVIDIA and Local AI Community Fuel Open Source Models and ...10 hours ago ... The open source ecosystem is making it easier for AI enthusiasts and developers ... That includes NVIDIA's latest open models, software and developer tools ...blogs.nvidia.com

NVIDIA released several AI developer tools and models optimized for local deployment. Cosmos 3 Edge, a 4-billion-parameter open world model for robotics and vision AI, is now available. Poolside AI launched Laguna S 2.1, a 118-billion-parameter open weight agentic coding model that can run locally on a single DGX Spark. Meta released Muse Glimmer, a 30-billion-parameter dense model with 120K+ context window designed for coding and local agentic AI, delivering over 200 tokens per second on RTX 5090. LTX-2.5, an open-world video generation model, provides up to 20% faster performance and 40% memory savings on NVIDIA RTX 6000 PRO. NVIDIA introduced Nemotron 3.5 Lightning, a 30B mixture-of-experts model delivering up to 4x faster token generation compared to similar models, with support from vLLM, Ollama, llama.cpp and LM Studio. DeepSeek refreshed DeepSeek-V4-Flash, a 284-billion-parameter MoE model with 1 million-token context window available in GGUF format. NVIDIA Sync Cluster Assistant now enables developers to automatically cluster multiple DGX Spark systems for distributed inference. NeMo Switchyard, an open source routing library, automatically directs workflow steps to optimal models and reduced benchmark completion costs to one-third of Opus 4.8.