smithery/jona

robotics-ai-learning-finn

Reference guide for Physical Intelligence's approach to building general-purpose foundation models for robotics. Use when discussing Physical Intelligence (Pi) research methodology, explaining foundation model approaches to robotics (pre-training + post-training paradigm), comparing robotics data sources, understanding why scale alone is insufficient for robot learning, discussing pi-zero model architecture, explaining robot generalization to unseen environments, or answering questions about Ch…

Installation

$ npx skills add smithery/jona --skill robotics-ai-learning-finn

Summary

  • Reference guide for Physical Intelligence's approach to building general-purpose foundation models for robotics.
  • Use when discussing Physical Intelligence (Pi) research methodology, explaining foundation model approaches to robotics (pre-training + post-training paradigm), comparing robotics data sources, understanding why scale alone is insufficient for robot learning, discussing pi-zero model architecture, explaining robot generalization to unseen environments, or answering questions about Chelsea Finn's work on general-purpose robotics.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/jona.

npx skills add smithery/jona

Browse all from smithery/jona

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 6,263 B
  • docs SUMMARY.md 578 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Chelsea Finn: Building Robots That Can Do Anything

Reference material from Chelsea Finn's YC presentation on Physical Intelligence's approach to developing general-purpose robots.

Core Thesis

General-purpose foundation models for robotics can outperform purpose-built solutions by leveraging diverse real-world robot data with a pre-training + post-training paradigm.

Key insight: Scale is necessary but not sufficient. Data quality, diversity, and embodiment alignment matter more than raw volume.

The Problem with Traditional Robotics

Each robotics application traditionally requires building an entire company:

  • Custom hardware development
  • Bespoke software systems
  • Unique movement primitives
  • Application-specific edge case handling

This approach has limited robotics deployment in daily life.

Physical Intelligence's Approach

Goal

Develop a general-purpose model enabling any robot to do any task in any environment.

Why Generalist Models

Follows the foundation model pattern from language:

  • Coding assistants aren't trained only on code
  • Models trained on diverse data generalize better
  • Transfer learning enables new capabilities

Data Source Analysis

Industrial Automation Data

Characteristics:

  • Massive scale available
  • Highly repetitive tasks
  • Controlled environments

Limitations:

  • Lacks behavioral diversity
  • Cannot generalize to disaster zones, sandwich-making, or grocery bagging
  • Task variety is extremely narrow

YouTube/Human Video Data

Characteristics:

  • Massive scale
  • Diverse human behaviors
  • Real-world scenarios

Limitations:

  • Observation ≠ skill acquisition (watching Wimbledon doesn't make you a tennis player)
  • Embodiment gap between humans and robots
  • No action labels or motor commands

Simulation Data

Characteristics:

  • Unlimited scale possible
  • Full control over scenarios
  • Complete action labels

Limitations:

  • Lacks realism
  • Sim-to-real transfer gap
  • Physics approximations fail in edge cases

Teleoperation Data (Physical Intelligence's Choice)

Characteristics:

  • Real robot embodiment
  • Real physics and environments
  • Diverse task demonstrations
  • Action labels from leader arms

Example: Teleoperator using leader arms to control robot lighting a candle with a match.

Pi-Zero Foundation Model

Training Paradigm

┌─────────────────────────────────────────────────────┐
│                   PRE-TRAINING                       │
│  Large-scale diverse robot data                      │
│  Multiple tasks, environments, robot morphologies    │
└─────────────────────┬───────────────────────────────┘
                      │
                      ▼
┌─────────────────────────────────────────────────────┐
│                  POST-TRAINING                       │
│  Curated high-quality demonstrations                 │
│  Specific task refinement                            │
└─────────────────────────────────────────────────────┘

Demonstrated Capabilities

  1. Dexterous long-horizon tasks

- Unloading dryer - Folding laundry - Lighting candles with matches

  1. Zero-shot environment generalization

- Succeeding in never-before-seen locations - Adapting to novel object arrangements

  1. Open-ended prompt response

- Natural language task specification - Handling interjections mid-task

Key Principles

Scale is Subordinate to Problem-Solving

Scale is necessary for open-world generalization but insufficient alone:

Factor Importance
Data scale Required but not sufficient
Data diversity Critical for generalization
Embodiment alignment Essential for transfer
Real-world physics Enables deployment

Pre-training + Post-training Pattern

Mirrors language model development:

  1. Pre-training phase: Broad capabilities from diverse data
  2. Post-training phase: Refined performance from curated demonstrations

Lessons Beyond Robotics

The findings apply to physical world AI generally:

  • Observation alone doesn't create capability
  • Domain-appropriate data beats generic scale
  • Foundation + fine-tuning enables specialization

Comparing Approaches

Approach Scale Diversity Realism Embodiment Match
Industrial automation ✓✓✓ ✓✓✓ ✓✓✓
YouTube videos ✓✓✓ ✓✓✓ ✓✓✓
Simulation ✓✓✓ ✓✓ ✓✓
Teleoperation ✓✓ ✓✓✓ ✓✓✓

When to Reference This Material

Use this knowledge when:

  • Explaining why robotics has been slow to deploy in daily life
  • Discussing foundation model approaches to physical AI
  • Comparing data collection strategies for robot learning
  • Understanding Physical Intelligence's competitive advantage
  • Explaining pre-training + post-training paradigms in robotics
  • Discussing generalization in embodied AI systems

Source

Chelsea Finn presentation at Y Combinator, discussing Physical Intelligence's first-year results and methodology for developing general-purpose robotics foundation models.