Skip to main content
ExplainerPhysical AIExplainer· 5 min read· in Artificial Intelligence

Skild AI Unveils S1 Foundation Model, Enabling Robots to Learn 10-Minute Tasks From a Single Video

The S1 model applies in-context learning to physical robotics, allowing machines to execute complex, unseen tasks like repotting plants or making coffee without task-specific fine-tuning. Early benchmarks show a 66% step-success rate on novel tasks, marking a potential shift away from data-heavy teleoperation.

By Harper Lane

Robotics Researchers 40%Industrial Integrators 35%Open-Source Advocates 25%
Robotics Researchers
View S1 as a major breakthrough that proves in-context learning works for physical manipulation, potentially solving the data scarcity bottleneck.
Industrial Integrators
Cautiously optimistic about the reduced setup time but emphasize that a 66% step-success rate with human interventions is not yet reliable enough for unsupervised production lines.
Open-Source Advocates
Frustrated that S1 remains a closed, proprietary system with no public weights or API, making it impossible for the broader community to verify the benchmarks.

Perspectives this story doesn't cover

  • Frontline manufacturing workers whose roles might shift from manual assembly to recording video demonstrations.

At a glance

  • Skild AI's S1 foundation model allows robots to learn new, complex tasks from a single video demonstration.
  • The model uses in-context learning, bypassing the need for task-specific fine-tuning or weight updates.
  • S1 can execute long-horizon jobs lasting up to 10 minutes, such as repotting plants and making coffee.
  • In internal benchmarks, S1 achieved a 66% step-success rate on unseen tasks, compared to 9% for language-prompted models.
  • The system is 'omni-bodied,' designed to control quadrupeds, humanoids, and static arms.
  • Skild is utilizing NVIDIA's simulation and computing infrastructure to train and validate the model.

When a large language model needs to learn a new task, users do not retrain its neural network; they simply type a new instruction into the prompt box. Skild AI’s newly unveiled S1 foundation model applies that exact mechanism to physical robotics, with one crucial difference: the prompt is a single video of a human doing the job. By treating a video demonstration as an immediate instruction rather than the starting point for a lengthy data-collection cycle, the system attempts to bypass the primary bottleneck in robotic automation.[3]

Announced in late August 2026 and highlighted today by NVIDIA as a key deployment of its physical AI infrastructure, S1 is designed to execute long-horizon manipulation tasks it has never seen before. The model requires no task-specific fine-tuning and no weight updates. Instead, it relies entirely on in-context learning, a paradigm shift that moves robotics closer to the flexibility of modern text generators.[1][2]

Historically, teaching a robot a new skill has been a grueling exercise in data collection. To get a robotic arm to fold a shirt or sort a new type of package, engineers typically collect tens to hundreds of hours of teleoperation data—where a human manually drives the robot through the motions—and then post-train a specialist policy. This task-by-task retraining is expensive, slow, and limits robots to highly structured, repetitive environments.[2][3]

Skild AI argues that this data bottleneck is what keeps robotics stuck in the lab. S1 bypasses the post-training phase entirely. The robot is shown an egocentric video of a human performing the task. That video is loaded into the model's context window, and the frozen neural network weights map the human's intent, functional correspondences, and spatial movements directly to the robot's motor controls.[2]

How in-context learning bypasses the traditional robotics data bottleneck.

“Learning by experience, and not preprogramming, is the step change that has happened in robotics,” said Deepak Pathak, cofounder and CEO of Skild AI. The company notes that in meta-learning terms, the model's massive pre-training acts as an outer loop that teaches the policy how to learn from context. At inference time, the video demonstration drives the inner loop, dictating the robot's actions without changing a single parameter in the model.[1][2]

The tasks S1 can handle are not brief, three-second pick-and-place motions. Skild demonstrated the model executing jobs lasting up to 10 minutes across dozens of manipulation steps. Examples included repotting a plant, making pour-over coffee, assembling a kit, and cooking pancakes. These are sequences that require the robot to compose atomic skills in ways it has never previously performed.[1][2]

The tasks S1 can handle are not brief, three-second pick-and-place motions.

In the plant-potting demonstration, only 11 minutes passed between the human recording the video demonstration and the robot beginning its autonomous execution on the hardware. During that execution, the robot demonstrated novel test-time behaviors that were absent from its pre-training, such as digging into the soil to make room for the plant and pressing a paper filter into a coffee funnel.[1][2]

S1 also showed signs of common-sense physical understanding and error recovery. In one internal test, the human demonstration showed a person watering a plant with a watering can, but the robot was only provided with a cup of water. The model adapted to the discrepancy and successfully used the cup. In another example, the prompt showed a glass being filled with juice, but the physical glass in front of the robot was already nearly full; S1 adjusted and simply topped it off.[2]

Under the new paradigm, an egocentric video of a human performing a task serves as the direct instruction prompt for the robot.

To quantify the model's performance, Skild ran controlled internal benchmarks comparing S1's video-prompted approach against a standard language-prompted Vision-Language-Action model. At 100,000 hours of pre-training data, the in-context model achieved a 66% average step-success rate on unseen tasks, compared to just 9% for the language-conditioned baseline—a more than sevenfold improvement.[1][2]

The company estimates that matching S1’s single-video performance through traditional methods would require roughly 380 teleoperated demonstrations, equivalent to dozens of hours of manual data collection. This suggests that a single video prompt can effectively replace weeks of engineering work, fundamentally altering the economics of deploying robots in dynamic environments like manufacturing floors and warehouses.[1]

The model's development relies heavily on NVIDIA's accelerated computing stack. Skild uses NVIDIA Omniverse and Isaac Lab for physics simulation and synthetic data generation, allowing the model to experience diverse scenarios before touching physical hardware. “NVIDIA Isaac Lab and NVIDIA Cosmos technologies help Skild create the scalable, diverse experience its robots need to learn across many scenarios and embodiments,” Pathak noted.[1]

Skild AI's internal benchmarks comparing video prompting to language prompting at 100,000 hours of pre-training data.

This infrastructure has supported rapid commercial traction. According to NVIDIA, Skild AI reached a $100 million annual revenue run rate just 10 months after its first commercial deployment. The company has built more than 60 deployment partnerships spanning manufacturing, logistics, inspection, security, and food preparation, indicating that the demand for adaptable, omni-bodied robot brains is substantial.[1]

However, the 66% success rate comes with caveats. It is a step-success metric that includes human recovery interventions, meaning it does not guarantee the robot can complete an entire 10-minute job unassisted 66% of the time. Furthermore, S1 is not yet an open API or a downloadable set of weights, meaning independent researchers cannot yet verify the benchmarks. The true test will be whether the model's in-context learning holds up outside controlled laboratory environments when faced with the chaotic lighting, friction, and wear of a real factory floor.[2][3]

Terms to know

In-context learning
The ability of an AI model to learn a new task from instructions or examples provided in its prompt, without changing its underlying neural network weights.
Foundation model
A large, general-purpose AI model trained on vast amounts of data that can be adapted to a wide range of downstream tasks.
Teleoperation
The process of a human manually controlling a robot to record its movements and sensor data, typically used to train robotic AI.
Vision-Language-Action (VLA) model
An AI architecture that takes visual inputs and text instructions to output direct motor commands for a robot.
Omni-bodied
A control system designed to operate multiple types of robot hardware, such as arms, quadrupeds, and humanoids, using a single shared brain.

Questions readers ask

Does the robot need to practice the task before doing it?

No. S1 uses in-context learning, meaning it watches the video demonstration and immediately attempts the task using its existing, frozen model weights without any practice runs.

What kind of video does S1 need?

The model can learn from an egocentric (first-person) video of a human performing the task, rather than requiring a video of another robot doing the work.

Can S1 handle changes in the environment?

Yes. In demonstrations, the model successfully adapted when objects were moved mid-task or when a different tool, such as a cup instead of a watering can, was provided.

Is S1 available for purchase?

Not yet. Skild AI is currently deploying S1 with a limited group of industrial partners and plans to expand access in the coming months.

Sources

Source coverage

3 outlets

3 viewpoints surfaced

Robotics Researchers 40%Industrial Integrators 35%Open-Source Advocates 25%
  1. [1]NVIDIA BlogRobotics Researchers

    Skild AI Taps NVIDIA Physical AI to Teach Robots New Tasks From a Single Video

    Read on NVIDIA Blog
  2. [2]Skild AIRobotics Researchers

    Introducing S1: In-Context Learning for Robotics

    Read on Skild AI
  3. [3]Factlen Editorial TeamIndustrial Integrators

    Synthesis by Factlen editorial team

    Read on Factlen Editorial Team

Comments

Stay informed

Every angle. Every day.

Get Artificial Intelligence stories with full source coverage and perspective breakdowns delivered to your inbox.