Normal view
-
Robotics & Automation News
- mimic robotics introduces βfrontier video-action modelsβ to the factory floor at Audi
Developing Healthcare Robotics with GPU-Native Medical Physics Simulation
Unlike autonomous driving or industrial robotics, healthcare robotics canβt rely on internet-scale data collection or unlimited real-world experimentation. Every demonstration requires specialized equipment, clinical expertise, and access to patients or laboratory environments. This creates three fundamental challenges for developers. First is the data gap. Training modern robotic policiesβ¦
-
NVIDIA Technical Blog
- NVIDIA Ising Enables Fully Automated Quantum Computer Calibration with Enhanced In-Context Learning
NVIDIA Ising Enables Fully Automated Quantum Computer Calibration with Enhanced In-Context Learning
NVIDIA Ising Calibration is an open source vision language model (VLM) designed to interpret diagnostic outputs from quantum processors and determine how they should be tuned to continue operating. This post introduces the latest model release, NVIDIA Ising Calibration 1.5, which advances AI-based QPU calibration by analyzing unfamiliar diagnostic results without prior training examples.
-
NVIDIA Technical Blog
- Advancing Semiconductor Innovation Across Materials Engineering and Manufacturing
Advancing Semiconductor Innovation Across Materials Engineering and Manufacturing
As AI workloads increase, explosive compute demand is pushing the semiconductor industry to meet unprecedented performance targets. Even small delays can have outsized financial impact in fast-moving AI hardware cycles. Simultaneously, the shift from chip-level optimization to system-level engineering is compounding thermal and power challenges. Meeting these demands requires breakthroughsβ¦
How to Efficiently Prompt Claude Code
Maximize your efficiency with Claude Code
The post How to Efficiently Prompt Claude Code appeared first on Towards Data Science.
The Real Bottleneck in Low-Code MES Software isnβt the Code
-
Robotics & Automation News
- Connecting the Factory Floor and Back Office: The Next Step in End-to-End Automation
Connecting the Factory Floor and Back Office: The Next Step in End-to-End Automation
Best Eco-Friendly Packaging Companies for Sustainable Businesses
Integrate NVIDIA Omniverse RTX Sensor Simulation Into Existing Apps
Developers building 3D, design, simulation, robotics, and industrial digital twin applications need ways to bring physical AI capabilities into the tools and services they already use. Many of these workflows already depend on OpenUSD scenes, simulation-ready (SimReady) assets, Blender-based workflows, CAD pipelines, or domain-specific app stacks. The challenge is how to provide applications andβ¦
Develop Lightweight USD Runtimes Faster with AI Agents
OpenUSD is an open, extensible framework that provides a common scene description language for physical AI. It enables teams to bring CAD data, simulation assets, and real-world telemetry into a shared, physically accurate view of the world. Until now, building a USD implementation has typically required adapting a large existing codebaseβ even for teams that need a specific memory footprintβ¦
Post-Train NVIDIA Cosmos 3 in One Day Using Agent Skills
What if autonomous coding AI agents could push your vision reasoning models above 90% accuracy with almost no manual effort? When adapting vision reasoning models to production video tasks, developers often lose days to data formatting, container setup, training scripts, baseline evaluation, and hyperparameter sweeps before they even know whether post-training improves accuracy.
Extreme Event Likelihoods with Guided Generative Models
Across science, engineering, and finance, many of the most important risks come from low-likelihood, high-impact events. Estimating the probability of these events with brute-force Monte Carlo samplingβrunning a model repeatedly with randomly drawn inputs to estimate the probability of rare outcomesβcan require an excessive volume of model iterations, especially when each sample comes from anβ¦
-
NVIDIA Technical Blog
- Reducing High-Bandwidth Memory Bottlenecks in JAX-Based LLM Training with Host Offloading
Reducing High-Bandwidth Memory Bottlenecks in JAX-Based LLM Training with Host Offloading
Large language model (LLM) training workloads increasingly run into GPU memory limits before compute is fully used. Model weights, gradients, optimizer states, communication buffers, and intermediate activations all compete for GPU high-bandwidth memory (HBM). As model size, sequence length, and batch size grow, HBM capacity often becomes the primary scaling bottleneck. This post explains howβ¦
-
NVIDIA Technical Blog
- Accelerating End-to-End Co-Folding Performance with NVIDIA BioNeMo Agent Toolkit
Accelerating End-to-End Co-Folding Performance with NVIDIA BioNeMo Agent Toolkit
Biomolecular structure prediction and co-folding with models like OpenFold3 are now mainstream, large-scale workloads powering drug discovery and protein design. Increasingly, theyβre driven end-to-end by AI agents. For an agent to run that pipeline well, every step needs to be fast and scalable: Multiple Sequence Alignment (MSA) generation, co-folding inference, serving, and multi-GPU scale-out.
-
NVIDIA Technical Blog
- A Practical Guide to GPU-Initiated Communication for Molecular Dynamics at Scale
A Practical Guide to GPU-Initiated Communication for Molecular Dynamics at Scale
Develop Humanoid Robot Policies End-to-End with NVIDIA Isaac GR00T
As more teams move from humanoid robot bring-up to task-specific skill development, the need for repeatable development workflows is growing. Building humanoids remains complex, and todayβs development pipelines are still highly fragmented. As a result, developers spend significant time configuring robotics infrastructure before they can focus on building robot capabilities.
-
NVIDIA Technical Blog
- Optimizing a Neural Reconstruction Pipeline Using NVIDIA Nsight Developer Tools
Optimizing a Neural Reconstruction Pipeline Using NVIDIA Nsight Developer Tools
NVIDIA Omniverse NuRec is a neural reconstruction pipeline for building high-fidelity 3D representations of real-world environments from multisensor data such as cameras and lidar. It is used to reconstruct dynamic scenes captured by autonomous vehicle (AV) and robotics platforms into simulation-ready digital environments that can be rendered, replayed, and analyzed inside NVIDIA Omniverse andβ¦
-
NVIDIA Technical Blog
- Build an AI Scientist for Life Science Discovery with NVIDIA BioNeMo Agent Toolkit
Build an AI Scientist for Life Science Discovery with NVIDIA BioNeMo Agent Toolkit
AI scientists are emerging as a new interface for scientific computing. These agents can read papers, write code, generate hypotheses, call APIs, inspect files, and iterate on results. But science isnβt software engineering. There is no test suite that turns green when a hypothesis is correct; discovery is iterative, uncertain, and grounded in the physical world. You canβt take a general codingβ¦
How to Optimize Transformer-Based Models for Low-Precision Training
Transformer architectures are the backbone of many modern large language and generative AI models. As these models grow in size, training runs consume more GPU hours and more engineering iteration time. Accelerating transformers is therefore not just a performance optimization, but directly affects how quickly teams can experiment and how large a model they can afford to train.
-
NVIDIA Technical Blog
- Fine-Tuning Biological Foundation Models with LoRA Using NVIDIA BioNeMo Recipes
Fine-Tuning Biological Foundation Models with LoRA Using NVIDIA BioNeMo Recipes
Foundation models are reshaping computational biology. Pretrained on massive corpora of protein or genomic sequences, models such as ESM2 (a protein language model) and Evo 2 (a DNA language model) capture statistical regularities of biological sequences. These transfer well to a wide range of downstream tasks, including structure prediction, variant effect, and functional annotation.