Today's Hottest Embodied Model in Silicon Valley Learns Without Post-Training, Just by Watching Once

marsbitPublicado a 2026-08-26Actualizado a 2026-08-26

Resumen

The hottest embodied AI model in Silicon Valley today, Skild AI's "S1," learns new tasks by simply watching a single demonstration video, eliminating the need for extensive post-training or fine-tuning. S1 demonstrates powerful in-context learning (ICL), allowing it to perform complex, long-horizon tasks (up to 10 minutes long) like making pancakes, repotting a plant, or assembling equipment after seeing just one human video example. On tasks never seen during its training, S1 achieves a 66% success rate, vastly outperforming language-prompted models (9%). This approach marks a paradigm shift for robotics, moving from a "BERT-like" era requiring per-task fine-tuning with hundreds of demonstrations to a "GPT-like" era where skills are learned immediately from context. Experiments show ICL scales better with data than traditional methods. To match S1's one-shot performance on new tasks, a standard model would require around 380 demonstrations for post-training. Founded by CMU professors Deepak Pathak and Abhinav Gupta, Skild AI aims to build a single "brain" for any robot and any task. The company's strategy combines diverse data sources, and S1's evolution points toward a future where teaching a robot a new skill could be as simple as showing it once.

The Big Breakthrough in Embodied Intelligence is HERE!!!

Since Generalist released the embodied brain Gen 1.5 last week, capable of learning actions from 3 to 12 seconds~

Just now, North American embodied startup Skild AI released a brand-new robot foundation model, S1, directly pushing the task length for robot in-context learning to over 10 minutes.

This S1 focuses on in-context learning (ICL):

Without needing specialized learning of new manipulation data in a post-training phase, it can simply watch a human demonstration video and "copy the action," directly completing a whole set of complex, unseen operational procedures.

In official demos, the robot completed long-horizon tasks like making pancakes, brewing coffee, repotting a plant, and assembling equipment. On unseen tasks, it achieved a success rate of 66%, far exceeding language-prompted VLAs (only 9%).

Furthermore, even if going the traditional route of post-training fine-tuning, it would take roughly 380 task demonstrations to match S1's effect after watching just one demo.

Absolutely amazing!

It can be said that this recent wave of work focusing on in-context learning has reignited hope for embodied intelligence.

Some Twitter users believe general-purpose robots might appear in two years, not seven.

Others noted that from Rhoda, to Generalist last week, to Skild S1's 10-minute tasks now, the true GPT moment for robots seems to be arriving.

Because once this capability truly generalizes, developing robot skills in the future might indeed become as simple as writing a prompt for ChatGPT.

Is it really that magical? Let's take a closer look.

From the BERT Era, Towards the GPT Era

To understand how S1's in-context learning works, we first need to see how traditional robots learn a new skill.

In the traditional pipeline, robot learning is quite similar to large models:

First, pre-train on massive data to learn some foundational capabilities; then, for specific scenarios, collect data for a particular task and teach the robot specialized skills through post-training.

The problem is, while the process is similar for robots and large models, the data costs are completely different.

Large models' pre-training data comes largely from the internet; even for specialized scenarios like programming or agents, much post-training data can be quickly obtained online or even auto-generated.

But robots have it tough. Pre-training data must be collected in the real world, and post-training data still has to be collected in the real world.

So, in their technical blog, Skild AI doesn't hold back:

If a robot foundation model still requires dozens or hundreds of hours of real robot data and re-post-training to learn each new task, then I ask you, where is the "foundation" in this "foundation model"?

They even cite existing research suggesting that if there's already enough data for a new task, a model trained from scratch might even catch up to a foundation model that was pre-trained and then fine-tuned.

So, what's the point of embodied pre-training?

Skild's answer: In-context learning.

To have a reference point, Skild draws a parallel with the development path of large models.

Early BERT was already powerful, but each time it encountered a new task, it often required re-preparing data and fine-tuning again.

The real game-changer was the in-context learning ability that gradually emerged after GPT-3:

Without changing model weights, just by giving a few examples in the prompt, the model could temporarily "learn" a new task.

Based on this, Skild believes robots are currently stuck in a similar BERT era. What they truly want is for robots to undergo the same paradigm shift.

That is, the real value of pre-training shouldn't just be to reduce the data needed for post-training, but to ultimately give robots the ability to "learn directly from context."

In-Context Learning

So, what exactly does S1 learn from context this time?

Skild believes that two dimensions truly test a robot's in-context learning ability:

First, can it learn new skills never seen during training? Second, can it recombine existing skills to complete a long, complex new task.

For example, a robot can learn how to make pancakes simply by watching a video of flipping pancakes—

even though this skill never appeared in its training data before.

Meanwhile, compared to the second-long videos demonstrated by Gen-1.5 last week, S1 has now pushed in-context learning to a maximum of 10 minutes.

In tasks like repotting plants, each task requires continuously completing dozens of operational steps. In these long-horizon task demonstrations, the robot needs not only to copy the actions but also to know:

What step am I on now? What's next? How do I combine skills? And what to do if I mess up in the middle.

In other words, the robot needs to truly understand the task-action intent in the video demonstration, adapting and responding on the fly, not just simple behavior cloning.

Furthermore, in the plant repotting task, it took only 11 minutes from recording the demo to the robot performing the task itself, completely blowing traditional post-training out of the water in terms of efficiency.

Finally, throughout this entire process, S1 didn't use fine-tuning or post-training. The model weights remained completely unchanged. Using the same set of weights, it completed all the tasks shown in the blog.

This essentially aligns with the leap large models made from BERT needing scenario-specific fine-tuning to GPT-3 completing OOD tasks just by looking at demonstrations.

The only difference is that the prompt is no longer language, but action videos that better align with downstream tasks.

Experiment: Is ICL Really More Scalable?

In the experimental section, Skild first compared ICL video prompts with traditional language-prompt VLAs on tasks seen (in training data) and unseen tasks.

Test results show that with only 1,000 hours of training data, language prompts perform better. As data scale increases, ICL starts to surpass.

At 100,000 hours, on tasks seen during training: ICL 96%, Language Prompt 89%.

On the truly critical OOD tasks: ICL 66%, Language Prompt only 9%, opening a gap of over 7 times.

To verify S1's generalization, Skild conducted tests under different experimental conditions.

Results indicate that the performance drop for language-prompt VLAs can be up to 3 times that of ICL.

Meaning, what ICL learns isn't fixed-scene action repetition, but rather a greater ability to replan actions based on the current environment.

Finally, regarding one-shot learning.

Without any post-training on new tasks, S1 achieved a 66% success rate after watching just one video demonstration.

In contrast, traditional VLAs required about 380 demonstrations of post-training to reach a similar level.

Of course, after stacking up to 2000 demonstrations, traditional post-training can eventually reach 86%.

So the conclusion might not be "robots won't need training anymore," but rather:

Previously, a new skill might have required teaching hundreds of times; now, after watching once, it can directly perform at a 60-70% level.

This is what Skild calls the ICL scaling law:

The more data, the model doesn't just learn more skills, but increasingly learns how to "learn skills from demonstrations."

Who is Skild AI?

Skild was founded in 2023, backed by two familiar names from the CMU robotics circle: Deepak Pathak and Abhinav Gupta.

Both are professors at Carnegie Mellon University's Robotics Institute. Deepak primarily researches robot learning, reinforcement learning, and computer vision, while Abhinav is a leading figure in computer vision and self-supervised learning.

As early as 2022, the two collaborated on WHIRL, enabling robots to perform one-shot imitation by watching human videos. So the S1 path didn't just appear out of nowhere.

As a star company in the North American embodied scene, Skild raised a $300 million Series A at a $1.5 billion valuation upon emerging from stealth in 2024.

By January this year, it completed a $1.4 billion Series C funding round, pushing the valuation directly to over $14 billion, led by SoftBank, with Nvidia, Bezos, and others continuing to participate. In just over two years, the valuation increased nearly 10-fold.

Looking horizontally, Skild's positioning in the North American embodied scene is quite unique.

Compared to PI's focus on "Robot GPT," Generalist's recent emphasis on one-shot learning, and the full-stack momentum of Genesis AI or Sunday, Skild has consistently emphasized one phrase: Any robot, any task, one brain.

It emphasizes cross-embodiment more, hoping the same Skild Brain can run on different bodies like robotic arms, quadrupeds, and humanoids.

Put simply, it wants to become the Android of the robot era: an intelligence layer plugged into various bodies.

This also determines Skild's data strategy: Take it all.

Skild views robot data across three dimensions: hardware proximity, diversity, and scalability:

Real robot teleoperation is closest to hardware but expensive; first-person human videos are easiest to scale but far from robot bodies; simulation is cheap and can be mass-produced but has a sim-to-real gap.

So their strategy for Robot Teleop, UMI, Egocentric Video, and Simulation is basically to use them all.

And S1's ICL is a natural extension of this path:

From LocoFormer in September 2025 → First In-Domain ICL in February 2026 → First pancake flip in May → S1 release in August, pushing in-context learning directly to OOD long-horizon tasks up to 10 minutes.

So the truly noteworthy question now might not be whether robots can learn more skills, but rather:

Can the cost of a robot learning a new skill really shift from "teaching hundreds of times" to "you do it once, it watches once."

If this scaling law continues to hold, then the so-called GPT moment for robots might really be more than just another marketing buzzword.

Reference link:[1]https://www.skild.ai/blogs/s1

This article is from WeChat public account "QbitAI," author: henry

Preguntas relacionadas

QWhat is the core innovation of Skild AI's new S1 robot foundation model?

AThe core innovation is its ability for in-context learning (ICL). The S1 model can learn and replicate a complex, novel, multi-step task by simply watching a single human demonstration video, without requiring any post-training or fine-tuning on new data.

QHow does the performance of S1's video-prompt ICL compare to traditional language-prompt VLA models on out-of-distribution (OOD) tasks?

AOn OOD (unseen) tasks, S1's ICL with a video demonstration achieves a 66% success rate, while the traditional language-prompt VLA model only achieves a 9% success rate, making the ICL approach over 7 times more effective.

QWhat key advantage does in-context learning (ICL) offer for robot skill acquisition according to Skild AI?

AICL dramatically reduces the data cost and time needed to teach a robot a new skill. Instead of requiring hundreds of demonstrations for post-training, the robot can learn a new skill to a functional level (e.g., 66% success) after observing just one demonstration, making skill acquisition more scalable.

QHow does Skild AI characterize the current paradigm shift in robot learning with S1?

ASkild AI compares the shift to the evolution in large language models from the BERT era (which required fine-tuning for new tasks) to the GPT-3 era (which introduced in-context learning via prompts). S1 aims to bring robots from a 'BERT-like' paradigm of task-specific post-training to a 'GPT-like' paradigm of learning from contextual demonstrations.

QWhat is Skild AI's overall mission and data strategy as outlined in the article?

ASkild AI's mission is 'Any robot, any task, one brain.' They aim to create a general-purpose intelligence layer that can be deployed across different robot embodiments. Their data strategy is comprehensive ('all-in'), utilizing a mix of robot teleoperation data, human egocentric videos, simulation data, and other sources to achieve hardware proximity, diversity, and scalability in training.

Lecturas Relacionadas

Hubei State-Owned Assets Achieve the Largest Return in History

After years of anticipation, Yangtze Memory Holdings Co., Ltd. (YMTC) has filed for an IPO on Shanghai's STAR Market, seeking to raise 33 billion yuan—the largest offering in the board's history. This move follows the recent listing of its peer, ChangXin Memory Technologies (CXMT), which reached a market valuation exceeding 4 trillion yuan. Dubbed the "twin stars of domestic memory," both companies, founded in 2016 in Hefei and Wuhan respectively, symbolize China's push for semiconductor self-sufficiency. YMTC's journey began with its predecessor, Wuhan Xinxin, established in 2006. Backed by substantial state investment from Hubei and Wuhan, it evolved into a national memory base. The company achieved key technological breakthroughs, and now ranks as the world's third-largest and China's top NAND Flash manufacturer by sales. Its recent financials are strong, with Q1 2026 revenue of 47.04 billion yuan and net profit of 33.38 billion yuan. Post-IPO, its market value is widely expected to surpass 1 trillion yuan. The potential windfall highlights the success of long-term, patient capital from Hubei's state-owned entities. Key shareholders like Hubei Changsheng, Xintech, and government-backed funds have supported YMTC through years of development. Their collective stake could be worth hundreds of billions after the listing. This model mirrors other successes in Wuhan, such as Huagong Tech, where local state investment during a low point later yielded massive returns. The story reflects a broader national trend of regional transformation through strategic, high-tech investments. Hefei's bet on CXMT, now worth over 3.7 trillion yuan, propelled the city's A-share market cap to 4th nationally, showcasing how a major firm can reshape an entire local industry ecosystem. Similarly, Wuhan's photoelectronics cluster, now worth over 850 billion yuan, aims to become a world-class hub. The takeaway is clear: in the reshuffling of Chinese cities, patient, courageous state investment in core technologies—from memory chips to advanced manufacturing—is proving to be a decisive factor, turning long-term visions into economic reality.

marsbitHace 33 min(s)

Hubei State-Owned Assets Achieve the Largest Return in History

marsbitHace 33 min(s)

The Myth of AI Investment Collapses

"The AI Investment Myth Bursts: The Swift Collapse of a $45 Billion Fund The high-flying hedge fund Situational Awareness (SA), founded by 24-year-old former OpenAI researcher Leopold Aschenbrenner, neared total collapse in late July. Once a Wall Street darling, the fund saw its assets under management rocket from $1.5 billion to $45 billion in under a year, driven by a massively leveraged bet on the AI boom. Its core strategy was a 'Texas hedge'—simultaneously buying stocks seen as AI beneficiaries (like chipmakers) and shorting those deemed AI victims (like certain software firms). In reality, both sides of this trade were dependent on unbroken market confidence in AI. This strategy generated staggering returns, peaking at 439% year-to-date. However, it concealed extreme concentration, high leverage (reportedly 3-to-1), and liquidity risks from illiquid private holdings like Anthropic. When semiconductor stocks corrected sharply in late July, SA's long positions plummeted. Simultaneously, its short bets failed as 'AI victim' stocks rose, causing losses on both sides. The fund faced immediate, massive margin calls. With minutes to spare before a forced liquidation by its prime brokers, SA sold its entire public market portfolio at a discount to Citadel on July 30, narrowly avoiding a market-wide cascade. The fund's value crashed from $45 billion to roughly $10 billion (excluding its remaining Anthropic stake). The episode exposes the systemic risks embedded in the frenzied, highly leveraged chase for AI returns. It serves as a stark reminder of the old Wall Street adage: markets can stay irrational longer than investors can stay solvent. The crisis shifts focus from Aschenbrenner's AI predictions to whether capital markets will continue ignoring such dangerous concentration and leverage in pursuit of the next 'sure thing' narrative."

marsbitHace 34 min(s)

The Myth of AI Investment Collapses

marsbitHace 34 min(s)

Trading

Spot
活动图片