Close Menu
NCIJ Network NCIJ Network
    What's Hot

    Did Trump say Republicans are ‘dumbest group of voters’ in 1998?

    September 14, 2026

    ‘Attacks will be fully autonomous’: Russia, Ukraine race towards AI warfare | Russia-Ukraine war News

    September 14, 2026

    Andy Burnham cancels engagements after death of father

    September 14, 2026
    Facebook X (Twitter) Instagram
    Trending
    • Did Trump say Republicans are ‘dumbest group of voters’ in 1998?
    • ‘Attacks will be fully autonomous’: Russia, Ukraine race towards AI warfare | Russia-Ukraine war News
    • Andy Burnham cancels engagements after death of father
    • Westminster’s time is coming to an end, say first ministers of UK’s Celtic nations | Devolution
    • The future of euro cash: trusted today, designed for tomorrow
    • Why are there concerns AI could threaten humanity?
    • NVIDIA Open-Sources OSMO: One YAML Orchestrates Physical AI Training, Simulation, and Robot Testing
    • Webinar: How malicious OAuth apps can lead to Google Workspace breaches
    • About
      • Our Team
      • Editorial Policy
      • Editorial Independence
      • International Support
    • Trust & Standards
      • AI Usage Policy
      • Conflict of Interest Policy
      • Corrections Policy
      • Ethics Policy
      • Fact-Checking Policy
      • Source Protection
    • Get Involved
      • Guide for Sources
      • Support Independent Journalism
    • Legal
      • Cookie Policy
      • Privacy Policy
      • Terms of Use
    Facebook X (Twitter) Instagram
    NCIJ Network NCIJ Network
    Monday, September 14
    • Home
    • World
    • Ai
    • Business
    • Politics
    • Health
    • Crypto
    • Science
    • Technology
    • Cybersecurity
    • Defense & Security
    • Economy
    • Energy
    • Europe
    • More
      • Fact Check
      • Investigations
      • Opinion & Analysis
      • Environment
    NCIJ Network NCIJ Network
    Home»Artificial Intelligence

    NVIDIA Open-Sources OSMO: One YAML Orchestrates Physical AI Training, Simulation, and Robot Testing

    NCIJ NETWNCIJ NETWORKBy NCIJ NETWNCIJ NETWORKSeptember 14, 2026 Artificial Intelligence No Comments4 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Robot developers do not have one compute problem. They have 3. A policy is trained on GB200 or H100 clusters, tested in Isaac Sim on RTX GPUs, then validated on a Jetson mounted inside a real robot. Each tier has its own cluster, its own scheduler, and its own glue scripts. NVIDIA OSMO is NVIDIA’s answer to that fragmentation: an open-source, Kubernetes-native workflow orchestrator that lets a team describe the whole pipeline in a single YAML file and run it across every tier without touching infrastructure code.

    Deployable? Yes. OSMO is Apache-2.0 licensed, ships Helm charts and containers on NGC, and has a local quickstart that runs the full control plane on a workstation with KIND.

    The Three Computer Problem

    NVIDIA frames physical AI as a three computer problem. Training happens on data-center GPUs. Simulation, physics, and sensor rendering happen on workstation-class RTX hardware. Deployment and hardware-in-the-loop (HIL) testing happen on edge devices such as Jetson AGX Thor, usually on premises. Each tier usually gets its own tooling, and the handoffs are where custom scripts accumulate.

    OSMO treats all 3 as backends of one control plane. Each backend is a Kubernetes cluster registered through the CLI. Workflows never name a cluster. They name a platform (for example gb200, rtx-pro-6000, or jetson-agx-thor) and OSMO routes the task to a pool that offers it.

    What a Workflow Looks Liake

    The Repo’s canonical example is 3 tasks cAhained by data:A

    • simulation runs an Isaac Sim container on rtx-pro-6000
    • train-policy runs a PyTorch container on gb200 with 8 GPUs, taking the simulation task’s output as input
    • evaluate-thor runs a ROS app on jetson-agx-thor, consuming the trained policy and writing results to a named dataset

    Dependencies come from inputs, persistence from outputs, and placement from platform. The user guide covers serial and parallel task groups, Jinja templating for parameterized workflows, retry policies, and HIGH/NORMAL/LOW priorities with preemption and GPU borrowing across pools.

    Key Capabilities

    • Portability: The same YAML runs on a laptop (Docker/KIND) or on EKS, AKS, GKE, on-premise, or air-gapped clusters. The 6.3.0 release added a multi-provider deploy-k8s.sh that provisions OSMO on Azure AKS, AWS EKS, microk8s, or any existing cluster, with storage wiring for MinIO, Azure Blob, AWS S3, or bring-your-own S3.
    • Interactive development: Developers can launch VS Code, Jupyter, or SSH sessions on a remote GPU node, exec into running tasks, port-forward services, and rsync files in both directions. Version 6.3.0 added osmo workflow rsync download with a live progress bar.
    • Scheduling: OSMO uses the NVIDIA KAI Scheduler by default. Release 6.2.8 added NVLink topology-aware placement for multi-GPU tasks. Release 6.3.0 made exec_timeout and queue_timeout per group, so a stalled simulation group no longer kills sibling training groups.
    • Data: The project describes content-addressable datasets with deduplication that it claims can cut storage by 10 to 100x. Note that the standalone osmo dataset CLI and /datasets API were deprecated in 6.3.0 and are slated for removal in 6.4, with workflow-managed dataset outputs as the replacement.
    • Security and identity: Since 6.2.8 OSMO ships an RBAC authorization sidecar, OAuth2 proxy integration with device-code login, and identity-provider user mapping. Release 6.3.0 added TLS termination at the Envoy gateway and cloud workload identity (Azure Workload Identity, AWS IRSA/Pod Identity) so services no longer mount storage keys as Kubernetes Secrets. Release 6.3.1 tightened the default osmo-user role to the default pool.
    • Agent integration: The repository ships an AGENTS.md, a skills directory, and an MCP deployment guide. At GTC 2026 NVIDIA said OSMO integrates with Claude Code, OpenAI Codex, and Cursor so coding agents can submit, monitor, and debug pipelines.

    Interactive Explainer: Watch OSMO Route One Workflow Across 3 Compute Tiers

    Press Run workflow to see how OSMO schedules the README example task by task. Click any tier or step number to inspect what happens there.

    Key Takeaways

    • OSMO orchestrates training, simulation, and edge HIL tasks from one YAML across heterogeneous Kubernetes clusters
    • Apache-2.0, Helm charts on NGC, latest release 6.3.1 (June 2026), local KIND quickstart available
    • KAI Scheduler default, NVLink-aware placement, per-group timeouts, RBAC and OAuth2 built in
    • Battle-tested on GR00T, Isaac Lab, Isaac Sim, and Isaac ROS; Azure and Nebius integrations exist
    • Dataset CLI is deprecated in 6.3 and removed in 6.4; plan migrations accordingly

    Check out the GitHub, Documentation, Releases, Cookbook and NVIDIA OSMO page. All credit goes to the researcher of this project. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.

    Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us

    Nvidia OpenSources Orchestrates Osmo physical Robot Simulation testing Training YAML
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    How Vox Group’s AI-Powered Technology Is Solving Real-Time Translation for Group Travel

    From Video to Data: How AI Is Transforming Multimedia Content Processing

    Why Most Enterprise Agent Pilots Never Reach Deployment

    Anthropic’s 3-Step ‘Pace the Frontier’ Plan Wins OpenAI, xAI and Microsoft Support: Is It Too Late to Slow AI Down?

    Hierarchical NeRF with JAX3D for Volumetric Rendering, Novel-View Synthesis, and 3D Reconstruction

    A Princeton Researcher Proposes Recurrent Looped Transformer (RLT) that Carries Decoder State across Every Token, Fixing 96 Blocks per Token with Unbounded Temporal Depth

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Did Trump say Republicans are ‘dumbest group of voters’ in 1998?

    September 14, 2026

    ‘Attacks will be fully autonomous’: Russia, Ukraine race towards AI warfare | Russia-Ukraine war News

    September 14, 2026

    Andy Burnham cancels engagements after death of father

    September 14, 2026

    Westminster’s time is coming to an end, say first ministers of UK’s Celtic nations | Devolution

    September 14, 2026
    Latest Posts

    What Is an Air-Gapped Bitcoin Wallet? Why the Coldcard Exploit Changes the Conversation About Offline Security

    August 3, 2026

    18 Malicious npm Packages Deliver Cross-Platform RAT to Alibaba Tool Users

    August 3, 2026

    T-Mobile will give you the new Samsung Galaxy Z Flip for practically nothing if you preorder now

    August 3, 2026

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    NCIJ Network is an independent digital news platform delivering trusted investigative journalism, European and global news, in-depth analysis, and fact-based reporting with accuracy, transparency, and integrity.

    Facebook X (Twitter) Instagram Pinterest YouTube

    Did Trump say Republicans are ‘dumbest group of voters’ in 1998?

    September 14, 2026

    ‘Attacks will be fully autonomous’: Russia, Ukraine race towards AI warfare | Russia-Ukraine war News

    September 14, 2026

    Andy Burnham cancels engagements after death of father

    September 14, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Type above and press Enter to search. Press Esc to cancel.