Close-up of AI processor chips arranged on a circuit board
Infrastructure

JetPack 7.2: The Vessel Agent Stack Arrives

By Ethan Marsh5 min read

NVIDIA just put its agentic AI framework on the same edge hardware we have been building vessel deployments around.

At COMPUTEX last week, NVIDIA announced JetPack 7.2 with one-command NemoClaw deployment on the Jetson platform. NemoClaw is NVIDIA's open-source agent orchestration stack: privacy controls, security isolation, multi-agent lifecycle management, all running natively on Jetson hardware. The release that matters for vessel operators is Jetson Thor gaining Multi-Instance GPU support, which lets you partition a single Blackwell GPU into isolated slices for separate agent workloads.

Here is what that changes for anyone building AI on a yacht or cruise ship.

One module, three agents, zero interference

The standard vessel deployment we design at ShipboardAI runs three primary agent workloads: a guest concierge (natural language, tool calling, multilingual), a bridge monitoring agent (sensor fusion, anomaly detection), and a predictive maintenance pipeline (time-series inference on propulsion and HVAC telemetry). Today, those run on separate GPU allocations across a dual-H100 rack.

Jetson Thor with MIG changes the sizing conversation. You partition a single Thor module (2,070 FP4 TOPS, 128 GB memory) into isolated GPU instances. Each agent gets dedicated VRAM and guaranteed compute. The guest concierge cannot spike the bridge monitor's latency. The maintenance pipeline's batch job cannot starve the concierge during a dinner rush. They share the same physical module, but from a resource-scheduling perspective, they are walled off from each other.

For a 45-meter yacht where rack space is measured in quarter-cabinets, that is a meaningful footprint reduction. One Thor module at roughly 100W instead of a multi-card configuration pulling several hundred.

NemoClaw is the agent plumbing we used to build ourselves

If you have read our piece on agentic workflows for yacht concierge systems, you know the plumbing that goes into getting multi-tool agents to run reliably at the edge: a planner agent, tool schemas, retry loops, structured output parsing, fallback chains for when a tool goes offline mid-conversation. We built that orchestration layer from scratch because nothing production-grade existed for edge hardware.

NemoClaw is NVIDIA's version of that stack. It handles agent lifecycle management, tool dispatch, and (the part that matters most for vessel deployments) privacy controls that keep guest data from leaving the module. JetPack 7.2 makes it a one-command install. You are not cloning repos and wiring up a custom framework anymore. You install JetPack, deploy NemoClaw, define your agent tools, and start integrating with vessel systems.

The integration work still exists. You still need to wire agents into the vessel's PMS, the HVAC controller, the reservation system, whatever the crew touches daily. But the foundation (agent orchestration, tool calling, GPU resource partitioning) is now a platform feature, not a custom build.

Where Thor fits and where it does not

A Jetson Thor module draws about 100W at peak. Compare that to the 700W per card in a full H100 setup. For a sailing yacht or a compact motor yacht where generator headroom is tight, Thor puts multi-agent AI into the power budget without a dedicated circuit.

The tradeoff is inference depth. Thor's Blackwell GPU is capable, but it is not an H100 DGX node. For a 70B model at high concurrency, you still want the larger rack. For a quantized 8B or 14B model running three specialized agents with the concurrency profile most yachts actually see (two to three simultaneous conversations, one background batch job), Thor is the right tool.

Here is how I would size it for a typical 40–60 meter yacht:

  • Guest concierge: quantized 14B model, roughly 25 GB for weights and KV cache, handles 2–3 concurrent conversations
  • Bridge monitor: lightweight classification and anomaly detection, under 10 GB, sub-200ms latency budget
  • Maintenance pipeline: time-series transformer, under 10 GB, batch inference every 15 minutes

That puts agent workloads at about 45 GB of Thor's 128 GB total, leaving headroom for the embedding model, speech-to-text stack, and system overhead.

The sovereign AI catalog just got thicker

The real story is not one product launch. It is the pattern. NVIDIA shipping a production-grade agent framework on edge hardware means sovereign AI at sea stops being a custom integration project and starts being a platform you configure.

Six months ago, if a yacht builder asked me what off-the-shelf hardware runs multi-agent AI without a cloud connection, the honest answer involved a lot of caveats and a custom rack design. Today, the answer starts with a catalog part number from NVIDIA. That is a different conversation with a procurement team, and a different conversation with the owner signing the check.

The knowledge ark is moving from bespoke to catalog. That is the inflection point where adoption curves change slope.


Planning an on-vessel AI deployment and weighing whether Jetson Thor or a full GPU rack fits your vessel's power and space constraints? Let's talk. We help owners and operators spec the right hardware for their hull.