DigestAI news desk
OpenAI board member warns company is not on track to prevent catastrophic AI loss of control OpenAI launches Agents API beta for long-running cloud agents OpenAI solves Navier-Stokes problem, sparking academic controversy over data use RTK Token Savings Debunked: Cost Benchmarks Disagree The Waymo effect: AI making research less collaborative Meta’s Muse AI Agent Seeks User Trust with Secure Architecture Thelio Mira AI Linux Workstation with 192 GB GPU Memory Claude No Longer Available to Minors
Enterprise & Industry updated 2 min read

NVIDIA Deploys Palantir Foundry and cuOpt to Automate Hardware Supply Chain

NVIDIA has built an automated supply chain management system to orchestrate hardware allocation from semiconductor fabrication to data center deployment. Operating under the "Digital Supply Chain Intelligence" command center, the platform combines Palantir Foundry's enterprise ontology with NVIDIA's GPU-accelerated cuOpt solver. The setup handles the immense logistical complexities of Grace…

1 source

Key points

  • NVIDIA combined Palantir Foundry and cuOpt optimization to manage complex Grace Blackwell and Vera Rubin supply chains.
  • Engineers fine-tuned the 30B-parameter Nemotron 3.5 Lightning model to process qualitative variables like supplier communications and geopolitical factors.
  • The tuned Nemotron model reached 86.7% decision accuracy on allocation records, outperforming the larger Nemotron 3 Ultra.

To bridge the gap between mathematical optimization and unstructured inputs like vendor emails, call logs, and weather events, NVIDIA integrated an adapted version of its open-weight Nemotron 3.5 Lightning mixture-of-experts model. Using tools like NeMo Data Designer and NeMo AutoModel, the team applied LoRA fine-tuning across historical operational data, enabling the system to evaluate qualitative operational context alongside quantitative constraints.

In retrospective evaluations against historical production records, the domain-tuned Nemotron 3.5 Lightning achieved 86.7% decision accuracy, significantly outperforming larger baseline models. Moving forward, NVIDIA plans to use planner overrides and observed outcomes written back into Palantir to generate preference pairs for reinforcement learning to refine allocation accuracy further.

The story so far

7 episodes →
  1. NVIDIA Deploys Palantir Foundry and cuOpt to Automate Hardware Supply Chain this story
Full story from AI News · by Ryan Daws Open source ↗

Palantir Foundry and cuOpt drive NVIDIA supply chain allocation

AI News · 11 September 2026

NVIDIA is using Palantir Foundry and cuOpt to automate its hardware supply chain allocation decisions across global manufacturing sites.

The company measures operational delivery from wafer-out to first token. This window splits into time-to-rack (the transit from fab output to an assembled data centre system) and time-to-token (which covers power, cooling, networking, and day-one software readiness.)

Managing NVL72 and Vera Rubin component flows

Hardware scaling has magnified supply constraints. An NVIDIA Grace Blackwell NVL72 rack contains 18 compute trays, with each tray requiring two Grace CPUs, four Blackwell GPUs, and 32 HBM3e memory packages sourced across thousands of suppliers, OEMs, and contract design partners.

The upcoming supply chain constructed for NVIDIA’s Vera Rubin architecture is twice as large as the network supporting Grace Blackwell.

Assembly cannot proceed until parts arrive from three designated channels: direct inventory, consignment stock, and external suppliers. Early shipments must wait on delayed components, extending the metric NVIDIA terms ‘Time of Ownership’ (the duration from when a facility receives materials to when finished sub-assemblies depart.)

Factory allocations are reworked weekly over rolling two-quarter horizons to resolve part availability, throughput limits, and customer fulfilment schedules.

Mixed-integer linear programming via cuOpt

To coordinate these dependencies, the NVIDIA operations team built the ‘Digital Supply Chain Intelligence’ command centre using Palantir Foundry. Foundry’s Ontology models facilities, supplier commits, component stocks, and production targets as interconnected objects and links.

NVIDIA cuOpt, an open-source library for GPU-accelerated decision optimisation, reads this operational layer directly. Formulating distribution as a mixed-integer linear program designed to minimise TOO, the solver evaluates parts constraints across every tier of the bill of materials.

Beyond outputting weekly delivery schedules, cuOpt identifies active factory limits, such as regional assembly capacity caps versus raw memory availability.

Training Nemotron on qualitative operational records

Mathematical optimisation alone failed to capture unstructured operational variables observed by human planners, including supplier call transcripts, regional weather forecasts, partner email exchanges, and geopolitical events.

NVIDIA addressed this by post-training Nemotron 3.5 Lightning, an open-weight mixture-of-experts model featuring 30 billion total parameters and approximately three billion active parameters per forward pass.

The engineering pipeline processes historical records through NeMo Anonymizer to redact sensitive operational fields, NeMo Data Designer to balance training examples with synthetic capacity disruption scenarios, and NeMo AutoModel to apply low-rank adaptation (LoRA) parameters while keeping base model weights frozen. Palantir Autopilot manages data lineage, model tracking, and recommendation delivery.

Production benchmarks and future reinforcement learning

Evaluated on historical allocation records, the post-trained Nemotron 3.5 Lightning model achieved 86.7 percent decision accuracy, compared to 55.5 percent for the larger Nemotron 3 Ultra model and 17.5 percent for the un-tuned Lightning base model.

The post-trained model achieved a 58.6 percent balanced accuracy and a 57.5 percent macro-F1 score, outperforming Nemotron 3 Ultra’s 42 percent balanced accuracy and 39.5 percent macro-F1 score.

Fine-tuning completed on two NVIDIA B200 GPUs within minutes. Domain fine-tuning improved allocation decisions, though production risk forecasting further into the future remained difficult.

Operational choices, planner revisions, overrides, and observed factory outputs are continuously written back to the Palantir Ontology.

NVIDIA confirmed this dataset will form preference pairs for reinforcement learning routines – scoring recommendations on allocation precision, policy compliance, and evidence grounding – with production models remaining strictly isolated from live and unmonitored retraining.

This text was published by AI News and written by Ryan Daws. It is reproduced here with attribution so you can read it in full; the rights remain with the publisher. Read it at the source ↗

Topics · follow one to build your own front page

The headline, key points and digest above were generated by Digest AI's editorial model from the linked sources. Automated summaries can contain errors: the sources are the record. Spotted a mistake? Tell us.

Comments

via GitHub Discussions

Related stories