NVIDIA Developer · 12 Aug 2026 · release software
Alibaba released the open weights for Qwen3.8-2.4T-A95B (Qwen3.8-Max), its largest open-weight model, bringing near-frontier capabilities to the open...
NVIDIA Developer · 12 Aug 2026 · tutorial
AI infrastructure spans multiple layers, from compute and networking to storage, orchestration, and applications. When performance degrades, identifying the...
NVIDIA Developer · 11 Aug 2026
Video is a core data path across NVIDIA Jetson applications, from robotics and intelligent video analytics to industrial automation, healthcare, media...
NVIDIA Developer · 11 Aug 2026
Long-running AI agents spend most of their time on high-volume execution: tool calls, result validation, and subagent delegation. Using a frontier reasoning...
NVIDIA Developer · 11 Aug 2026
Building an AI agent does not end with choosing a single model. Each model has its own strengths, weaknesses, and cost profile, which can shift from one...
NVIDIA Developer · 10 Aug 2026 · release software
Meta returns to the open source ecosystem with the release of Muse Glimmer, a 30B open-weight dense model with a 120K+ context window built for local AI...
NVIDIA Developer · 04 Aug 2026
A central challenge in robotics is building policies that generalize beyond the demonstrations they’re trained on. A policy that succeeds in a training scene...
NVIDIA Developer · 04 Aug 2026
Autonomous vehicle (AV) development often relies on separate models for trajectory generation, high-level intent prediction, scene understanding, and data...
NVIDIA Developer · 03 Aug 2026
Storage is an active part of every agentic AI workflow. As agents retrieve enterprise knowledge, access persistent memory, reuse key-value (KV) cache data,...
NVIDIA Developer · 03 Aug 2026 · tutorial
Running a dedicated Kubernetes cluster per team often results in more isolation than an organization requires. While one cluster can be successfully shared...
NVIDIA Developer · 31 Jul 2026
As agentic and long-context workloads become common, the context lengths increase and attention consumes a larger share of inference time (Figure 1). Because...
NVIDIA Developer · 31 Jul 2026
The demand for high-quality video continues to accelerate across industries, powering everything from immersive streaming experiences to remote collaboration,...
NVIDIA Developer · 30 Jul 2026
NVIDIA nvmath-python is a library designed to bridge the gap between the Python scientific community and NVIDIA CUDA-X math libraries. It gives Python users...
NVIDIA Developer · 30 Jul 2026
Knowledge workers are increasingly integrating AI agents into their workflows. Agents that function as "digital coworkers" offer clear benefits. For example,...
NVIDIA Developer · 30 Jul 2026
Two AI computing clusters built from identical NVIDIA H100, GB200 NVL72, or GB300 NVL72 systems can deliver materially different training throughput. We...
NVIDIA Developer · 29 Jul 2026 · tutorial
Deploying an AI coding assistant in a regulated, sovereign, or source-sensitive environment, often comes with challenges. Three common issues are: the source...
NVIDIA Developer · 28 Jul 2026
Unlike autonomous driving or industrial robotics, healthcare robotics can’t rely on internet-scale data collection or unlimited real-world experimentation....
NVIDIA Developer · 27 Jul 2026
NVIDIA Ising Calibration is an open source vision language model (VLM) designed to interpret diagnostic outputs from quantum processors and determine how they...
NVIDIA Developer · 27 Jul 2026
Building a great AI agent isn’t just about choosing the right models. The harness is the architecture surrounding the model. How it renders context, executes...
NVIDIA Developer · 27 Jul 2026
As AI workloads increase, explosive compute demand is pushing the semiconductor industry to meet unprecedented performance targets. Even small delays can have...
NVIDIA Developer · 27 Jul 2026
Modern chip design is increasingly limited by engineering time. Register transfer level (RTL) development and verification require specialized hardware...
NVIDIA Developer · 24 Jul 2026
Every byte moved has a cost. As model checkpoints grow to hundreds of gigabytes or even a terabyte, that cost adds up quickly. To make things even worse, moving...
NVIDIA Developer · 23 Jul 2026
NVIDIA OptiX ray tracing engine is an application framework for achieving optimal ray tracing performance on the GPU. Applications using OptiX can fail in ways...
NVIDIA Developer · 23 Jul 2026 · caso d'uso
Customization is what enables developers to take a general model and tailor it to use cases, domains, languages, and more. However, customization comes with a...
NVIDIA Developer · 22 Jul 2026
A TensorRT engine build can take seconds to many minutes. Large strongly typed models, deep tactic search, and a cold timing cache on a brand-new GPU SKU can...
NVIDIA Developer · 21 Jul 2026
Frontier model pre-training has converged on mixture of experts (MoE), which is fundamentally changing what limits large-scale AI training. As compute per token...
NVIDIA Developer · 21 Jul 2026
What began as discrete AI model training and human-facing chat interfaces has evolved into always-on AI factories dedicated to producing intelligence at scale....
NVIDIA Developer · 21 Jul 2026
Agentic AI shifts more of the critical execution path onto the CPU. Agents operate in sandboxes to execute code, invoke tools, retrieve context, interact with...
NVIDIA Developer · 20 Jul 2026
The demand for AI continues to accelerate. Workloads are getting larger, models are becoming more complex, and there is mounting pressure to deploy AI compute...
NVIDIA Developer · 20 Jul 2026
Developers building 3D, design, simulation, robotics, and industrial digital twin applications need ways to bring physical AI capabilities into the tools and...
NVIDIA Developer · 16 Jul 2026 · intervista
Capcom's RE ENGINE team set out to bring path tracing into two shipping titles at once, Resident Evil Requiem and PRAGMATA, each with a different visual...
NVIDIA Developer · 16 Jul 2026
A video analytics AI agent that can perceive, reason, and act based on massive amounts of video footage must be integrated with existing workflows and...
NVIDIA Developer · 16 Jul 2026
Agentic AI changes the infrastructure pattern for AI factories. One request can trigger many model calls, tool calls, memory lookups, policy checks, storage...
NVIDIA Developer · 15 Jul 2026
Developers building video analytics applications across large spaces must track the same object as it moves between camera views. Single-camera 2D tracking...
NVIDIA Developer · 15 Jul 2026
OpenUSD is an open, extensible framework that provides a common scene description language for physical AI. It enables teams to bring CAD data, simulation...
NVIDIA Developer · 15 Jul 2026
For over fifteen years, x86 CPUs have shipped with a dedicated hardware instruction for carryless multiplication. It’s a small but stubborn primitive that...
NVIDIA Developer · 14 Jul 2026
The NVIDIA Nemotron Model Reasoning Challenge invited the Kaggle community to explore a focused question: What techniques can improve reasoning accuracy when...
NVIDIA Developer · 14 Jul 2026
What if autonomous coding AI agents could push your vision reasoning models above 90% accuracy with almost no manual effort? When adapting vision reasoning...
NVIDIA Developer · 14 Jul 2026 · tutorial
Coding AI agents are becoming practical operators for long-running machine learning (ML) workflows. They can inspect repositories, set up runtimes, resolve...
NVIDIA Developer · 13 Jul 2026 · paper
Useful quantum computers will require fault tolerant logical operations. Researchers are actively exploring many different quantum error correction (QEC) codes...
NVIDIA Developer · 13 Jul 2026 · tutorial
Across science, engineering, and finance, many of the most important risks come from low-likelihood, high-impact events. Estimating the probability of these...
NVIDIA Developer · 12 Jul 2026 · tutorial
Robotics foundation models have made remarkable progress. Today's best systems can follow natural language instructions to pick, place, sort, and manipulate a...
NVIDIA Developer · 10 Jul 2026
Large language model (LLM) training workloads increasingly run into GPU memory limits before compute is fully used. Model weights, gradients, optimizer states,...
NVIDIA Developer · 10 Jul 2026
There are many ways to optimize code for GPUs. In this post, you’ll learn how kernel fusion can improve memory bandwidth and reduce kernel launch overhead,...
NVIDIA Developer · 10 Jul 2026
AI performance comes down to three dimensions: Accuracy: How well the model reasons and produces outputs Throughput: How many tokens per second a...
NVIDIA Developer · 10 Jul 2026
Biomolecular structure prediction and co-folding with models like OpenFold3 are now mainstream, large-scale workloads powering drug discovery and protein...
NVIDIA Developer · 09 Jul 2026
Fine-tuning LLMs for financial natural language processing (NLP) is constrained by limited, imbalanced data. Real-world financial news overrepresents earnings...
NVIDIA Developer · 09 Jul 2026 · paper
Molecular dynamics (MD) simulations are among the most demanding workloads in computational science. Using them, researchers can observe atomic behavior in...
NVIDIA Developer · 08 Jul 2026
Agentic systems often face a trade-off between accuracy and cost. The highest-performing proprietary frontier models and harnesses provide top accuracy but are...
NVIDIA Developer · 08 Jul 2026
Presto is an open source, distributed SQL engine for running fast, interactive queries on very large datasets. On NVIDIA GPUs, Presto delivers peak performance...
NVIDIA Developer · 07 Jul 2026
Agentic systems turn model reasoning into action through multi-step workflows that combine inference, tool use, code execution, retrieval, orchestration, and...
NVIDIA Developer · 07 Jul 2026
As more teams move from humanoid robot bring-up to task-specific skill development, the need for repeatable development workflows is growing. Building humanoids...
NVIDIA Developer · 07 Jul 2026
Industrial machinery generates more alarms than technicians can triage. For each important alarm requiring follow-up, the technician pulls historical context,...
NVIDIA Developer · 07 Jul 2026
Spectrum is one of the most valuable assets in wireless communications. Over the last 30 years, telecom operators in the US have spent more than $240B to...
NVIDIA Developer · 06 Jul 2026
Training LLMs at massive scale brings unique infrastructure challenges, especially as jobs span thousands of GPUs and run for extended periods. The longer these...
NVIDIA Developer · 02 Jul 2026
AI has transformed how organizations operate, driving unprecedented levels of productivity and innovation. However, AI adoption can be impeded by concerns...
NVIDIA Developer · 01 Jul 2026
Reinforcement learning (RL) is central to aligning language models, from reinforcement learning with human feedback (RLHF) within AI assistants to newer...
NVIDIA Developer · 30 Jun 2026
GPU-accelerated query engines are often constrained by memory and I/O bandwidth. NVIDIA hardware advances—including high bandwidth memory (HBM), NVIDIA...
NVIDIA Developer · 30 Jun 2026
NVIDIA Omniverse NuRec is a neural reconstruction pipeline for building high-fidelity 3D representations of real-world environments from multisensor data such...
NVIDIA Developer · 29 Jun 2026 · tutorial
AI agents are quickly moving beyond chat. They inspect code, run tests, read documents, search knowledge bases, query internal systems, and operate for hours on...