Where Elegance Meets Intelligence

THE AI STREET JOURNAL

Three practical AI developments worth your tea break

An NVIDIA blog post says Skild AI has launched S1, a robot foundation model prompted by a single demonstration video. The company says it can attempt unfamiliar multi-step work without task-specific retraining.

The briefing

NVIDIA’s blog carried two sizeable company-led updates about robots and robotaxis, while Hugging Face’s blog set out a more usable way to ship complicated image workflows. Each could change procurement or deployment choices, provided readers keep the vendor caveats firmly attached.

Skild AI says S1 can pick up robot tasks from one video

NVIDIA’s blog says Skild AI’s S1 uses one video demonstration to prompt new robot tasks and is being deployed with Foxconn on assembly work.

Editorial illustration accompanying the lead story
Illustration · The AI Street Journal

NVIDIA’s blog describes Skild AI’s new S1 model as a way to teach robots a task by showing one video example rather than preparing a separate training run for each new job. According to the post, the model takes the recording as a prompt, interprets the sequence and objects involved, and then maps that to actions on the robot in front of it without updating model weights.

The examples given are not limited to one production line. NVIDIA says Skild has used S1 on tasks including plant potting, pancake making, pour-over coffee brewing and kit assembly, with jobs lasting up to 10 minutes. The post also says the system can react when items shift position and can recover from some errors during execution.

The more concrete operational claim is deployment. NVIDIA says Skild, NVIDIA and Foxconn are deploying the Skild Brain on dual-arm manipulators for assembly of NVIDIA Blackwell systems. In the workflow described, the robot installs a busbar and limit block, fastens 16 screws and continues when the scene differs from plan.

The important limits sit in the same post. Reported performance numbers come from Skild’s own testing as relayed by NVIDIA: about 66% success at each step on new multi-step tasks, versus 9% for a comparable AI system, plus an estimate that one short video can match the value of roughly 380 hands-on training examples. The article does not provide independent verification, full-task completion figures or detailed comparison conditions, which is where robotics claims tend to meet the furniture.

If buyers can really swap tasks with a video prompt instead of a fresh integration project, robot redeployment becomes less painful and potentially cheaper. The unanswered questions are the familiar ones: end-to-end task success, operator intervention, safety checks and how the system behaves outside curated examples.

Market signal

NVIDIA maps out its robotaxi stack and names adopters

NVIDIA has described a connected stack for robotaxi training, simulation and vehicle compute, and listed operators and carmakers it says use parts of it.

On its blog, NVIDIA presents robotaxi development as a linked chain of three computing jobs rather than a set of separate purchases. The company places DGX systems on the training side, Omniverse and Cosmos on RTX PRO servers for simulation and validation, and DRIVE Hyperion with DRIVE AGX Thor inside the vehicle. In effect, NVIDIA is selling a workflow as much as a box.

The vehicle reference design is specific. NVIDIA says DRIVE Hyperion 10 combines dual DRIVE AGX Thor systems-on-a-chip with 14 cameras, nine radars, three lidars and 12 ultrasonics. The company says that redundancy is meant to support fail-operational driving if a sensor or compute component stops working.

NVIDIA also supplies a long list of companies it says are using parts of the stack. Those named include Uber, May Mobility, Bolt, Lyft, WeRide, Waymo, Wayve, Nissan, Zoox, Pony.ai, Waabi, TIER IV, Isuzu, Mercedes-Benz, Stellantis, Lucid, Nuro, Hyundai Motor, Kia and Geely, among others. The uses described range from cloud training and simulation to reference architectures and in-vehicle computing.

That breadth needs careful reading. Being listed does not show that every company has standardised on the full NVIDIA package, because the post groups together quite different kinds of relationship. NVIDIA also cites an internal result on an autonomous-driving evaluation, saying added reasoning data reduced minimum average displacement error from 2.08 to 1.18. Useful, perhaps, but still a vendor-reported measure rather than an external ruling on who drives best.

For operators and suppliers, the practical shift is bundling. A single vendor offering training, synthetic data, simulation, validation and car hardware can simplify integration and purchasing. It can also deepen dependence on that vendor’s roadmap, pricing and interfaces, which is a less glamorous line item but usually the one that bites later.

What to watch

Hugging Face shows a Gradio workflow that doubles as an API

Hugging Face’s blog says Workflow1111 packages 11 media pipelines in a Gradio graph and turns output nodes into REST endpoints and MCP tools.

Yuvraj Sharma and Abubakar Abid write on the Hugging Face blog that they rebuilt most of the familiar AUTOMATIC1111 feature set as one Gradio workflow called Workflow1111. They say the canvas contains 73 nodes across 11 media pipelines, covering jobs such as text-to-image, image editing, prompt generation, image interrogation, object-based masking, prompt grids, upscaling, background removal, metadata reading and image-to-video.

The architecture matters more than the homage. According to the post, a single graph can mix ordinary Python functions, remote model calls, calls to other Spaces and dataset rows. The authors also say users can run model calls under their own Hugging Face account or token, so the quota comes from the caller rather than the app host.

For developers, the main operational claim is packaging and reuse. The post says every output node becomes a REST endpoint automatically, without writing routes by hand. The same outputs can also be exposed as MCP tools, so another assistant or application can call the workflow as one step inside a larger task.

The authors list nine endpoints, including image generation, edited images, generated prompts, recovered prompts, detected objects, grid output, local upscaling, annotator maps and PNG information. The limits are plain enough too. This is a vendor-authored walkthrough rather than an independent comparison with ComfyUI or other graph tools, several capabilities depend on external services or user tokens, and the post says gr.Workflow has no loop operator, so repeated branches may need to be laid out manually.

Teams often have a messy middle ground between a demo interface and a proper service. If a graph can serve both roles, shipping becomes simpler for small tools and internal systems. The trade-off is accepting Gradio’s execution model and the operational quirks of token-based, partly remote inference.

What to watch next

  1. If buyers can really swap tasks with a video prompt instead of a fresh integration project, robot redeployment becomes less painful and potentially cheaper. The unanswered questions are the familiar ones: end-to-end task success, operator intervention, safety checks and how the system behaves outside curated examples.
  2. For operators and suppliers, the practical shift is bundling. A single vendor offering training, synthetic data, simulation, validation and car hardware can simplify integration and purchasing. It can also deepen dependence on that vendor’s roadmap, pricing and interfaces, which is a less glamorous line item but usually the one that bites later.
  3. Teams often have a messy middle ground between a demo interface and a proper service. If a graph can serve both roles, shipping becomes simpler for small tools and internal systems. The trade-off is accepting Gradio’s execution model and the operational quirks of token-based, partly remote inference.

The takeaway

If buyers can really swap tasks with a video prompt instead of a fresh integration project, robot redeployment becomes less painful and potentially cheaper. The unanswered questions are the familiar ones: end-to-end task success, operator intervention, safety checks and how the system behaves outside curated examples.

The editor’s view

For operators and suppliers, the practical shift is bundling. A single vendor offering training, synthetic data, simulation, validation and car hardware can simplify integration and purchasing. It can also deepen dependence on that vendor’s roadmap, pricing and interfaces, which is a less glamorous line item but usually the one that bites later.

Sources & further reading

  1. Skild AI Taps NVIDIA Physical AI to Teach Robots New Tasks From a Single Video
  2. Physical AI Takes the Wheel: How the World’s Robotaxi Leaders Are Building With NVIDIA Technologies
  3. Rebuilding AUTOMATIC1111 with Gradio Workflow