<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Roborecs Journal</title>
    <link>https://roborecs.com/blog</link>
    <atom:link href="https://roborecs.com/blog/feed.xml" rel="self" type="application/rss+xml" />
    <description>Field notes on physical AI, robot foundation models, and the data that trains humanoids.</description>
    <language>en</language>
    <item>
      <title>Event Cameras vs Frame Cameras</title>
      <link>https://roborecs.com/blog/event-cameras-vs-frame-cameras</link>
      <guid isPermaLink="true">https://roborecs.com/blog/event-cameras-vs-frame-cameras</guid>
      <description>A frame camera blinks 30 times a second; an event camera reports light changes in microseconds. Here is when that speed earns its cost in robot capture.</description>
      <pubDate>Sun, 02 Aug 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Onboard vs Cloud Robot Inference</title>
      <link>https://roborecs.com/blog/onboard-vs-cloud-robot-inference</link>
      <guid isPermaLink="true">https://roborecs.com/blog/onboard-vs-cloud-robot-inference</guid>
      <description>Onboard robot inference caps the control rate you can carry; cloud inference trades latency for scale. How that choice quietly shapes what you must capture.</description>
      <pubDate>Sat, 01 Aug 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Single-Arm vs Bimanual Manipulation Data</title>
      <link>https://roborecs.com/blog/single-arm-vs-bimanual-data</link>
      <guid isPermaLink="true">https://roborecs.com/blog/single-arm-vs-bimanual-data</guid>
      <description>Why bimanual manipulation data costs far more than twice single-arm data, the coordination tax, and what two coordinated hands demand of capture.</description>
      <pubDate>Fri, 31 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Motion Capture Suit vs Vision-Only Capture</title>
      <link>https://roborecs.com/blog/mocap-suit-vs-vision-only-capture</link>
      <guid isPermaLink="true">https://roborecs.com/blog/mocap-suit-vs-vision-only-capture</guid>
      <description>A motion capture suit nails fingertip accuracy, markerless vision scales in the wild. Here is the real cost and fidelity tradeoff for human capture.</description>
      <pubDate>Thu, 30 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Wrist Camera vs Third-Person View</title>
      <link>https://roborecs.com/blog/wrist-camera-vs-third-person-view</link>
      <guid isPermaLink="true">https://roborecs.com/blog/wrist-camera-vs-third-person-view</guid>
      <description>A wrist camera sees the fingertips, a third-person view sees the room. Here is what each teaches a manipulation policy, and why you capture both.</description>
      <pubDate>Wed, 29 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>RGB vs Depth Cameras for Robots</title>
      <link>https://roborecs.com/blog/rgb-vs-depth-cameras-for-robots</link>
      <guid isPermaLink="true">https://roborecs.com/blog/rgb-vs-depth-cameras-for-robots</guid>
      <description>When a depth camera earns its bandwidth and when plain RGB is enough for robot manipulation, and what to capture so you never lose the geometry.</description>
      <pubDate>Tue, 28 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Self-Supervised Learning for Robotics</title>
      <link>https://roborecs.com/blog/self-supervised-learning-for-robotics</link>
      <guid isPermaLink="true">https://roborecs.com/blog/self-supervised-learning-for-robotics</guid>
      <description>Self-supervised learning lets robots learn from unlabeled interaction instead of costly labels, and why first-person egocentric video is the natural fit.</description>
      <pubDate>Mon, 27 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Offline Reinforcement Learning for Robots</title>
      <link>https://roborecs.com/blog/offline-reinforcement-learning-for-robots</link>
      <guid isPermaLink="true">https://roborecs.com/blog/offline-reinforcement-learning-for-robots</guid>
      <description>Offline reinforcement learning turns logged robot data into a policy without a simulator. Its real promise, its one hard failure mode, and its data appetite.</description>
      <pubDate>Sun, 26 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Representation Learning for Manipulation</title>
      <link>https://roborecs.com/blog/representation-learning-for-manipulation</link>
      <guid isPermaLink="true">https://roborecs.com/blog/representation-learning-for-manipulation</guid>
      <description>Two policies, same demos, different features, opposite results. How representation learning quietly decides whether a manipulation policy generalizes.</description>
      <pubDate>Sat, 25 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Task Horizon: Why Long Tasks Get Exponentially Harder</title>
      <link>https://roborecs.com/blog/task-horizon-in-robot-learning</link>
      <guid isPermaLink="true">https://roborecs.com/blog/task-horizon-in-robot-learning</guid>
      <description>Chain thirty reliable steps and the task fails four times in five. The task horizon problem, why long-horizon errors compound, and the data that fixes it.</description>
      <pubDate>Fri, 24 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>What Counts as a Good Demonstration?</title>
      <link>https://roborecs.com/blog/what-counts-as-a-demonstration</link>
      <guid isPermaLink="true">https://roborecs.com/blog/what-counts-as-a-demonstration</guid>
      <description>Not every demonstration teaches a robot. The quality dimensions of a single demo, why bad ones poison imitation learning, and how they compound.</description>
      <pubDate>Thu, 23 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Episodic Data vs Streaming Robot Trajectories</title>
      <link>https://roborecs.com/blog/episodic-vs-streaming-robot-data</link>
      <guid isPermaLink="true">https://roborecs.com/blog/episodic-vs-streaming-robot-data</guid>
      <description>Episodic data or a continuous stream? The framing choice behind every robot trajectory dataset, and how it decides what a policy can actually learn.</description>
      <pubDate>Wed, 22 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Goal-Conditioned Policies: One Model, Many Goals</title>
      <link>https://roborecs.com/blog/goal-conditioned-policies</link>
      <guid isPermaLink="true">https://roborecs.com/blog/goal-conditioned-policies</guid>
      <description>A goal-conditioned policy takes the goal as input, so one model chases many goals. Here is the paired data, and the hindsight trick, that make it work.</description>
      <pubDate>Tue, 21 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Reward Models for Robot Learning, and Why Rewards Fail</title>
      <link>https://roborecs.com/blog/reward-models-for-robot-learning</link>
      <guid isPermaLink="true">https://roborecs.com/blog/reward-models-for-robot-learning</guid>
      <description>Hand-designed rewards break in real-world manipulation. Here is why, and how a learned reward-model approach from preferences, demos, and video replaces them.</description>
      <pubDate>Mon, 20 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Proprioception: The Sense Robots Cannot See</title>
      <link>https://roborecs.com/blog/proprioception-for-robot-learning</link>
      <guid isPermaLink="true">https://roborecs.com/blog/proprioception-for-robot-learning</guid>
      <description>Proprioception, a robot's sense of its own joints and forces, is what manipulation relies on when vision is blocked, and why passive video cannot supply it.</description>
      <pubDate>Sun, 19 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Observation and Action Spaces: The Quiet Decisions</title>
      <link>https://roborecs.com/blog/observation-and-action-spaces</link>
      <guid isPermaLink="true">https://roborecs.com/blog/observation-and-action-spaces</guid>
      <description>The action space and observation space you pick decide what a dataset can ever teach. A field guide to the quiet choices that outlast the robot.</description>
      <pubDate>Sat, 18 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>What Is a Robot Policy? Observation to Action</title>
      <link>https://roborecs.com/blog/what-is-a-robot-policy</link>
      <guid isPermaLink="true">https://roborecs.com/blog/what-is-a-robot-policy</guid>
      <description>A robot policy maps observation to action. See how output rate, action format, memory, and determinism decide exactly what data you must capture.</description>
      <pubDate>Fri, 17 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Behavior Cloning Explained: The Default, and Its Limits</title>
      <link>https://roborecs.com/blog/behavior-cloning-explained</link>
      <guid isPermaLink="true">https://roborecs.com/blog/behavior-cloning-explained</guid>
      <description>Behavior cloning is the workhorse of robot learning. Why it became the default, the compounding-error failure that breaks it, and what better data fixes.</description>
      <pubDate>Thu, 16 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Data Residency and Data Sovereignty Are Not the Same</title>
      <link>https://roborecs.com/blog/data-residency-vs-data-sovereignty</link>
      <guid isPermaLink="true">https://roborecs.com/blog/data-residency-vs-data-sovereignty</guid>
      <description>Discover why the precise legal distinction between residency and sovereignty changes how EU buyers purchase human-demonstration robot data.</description>
      <pubDate>Mon, 13 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Domain Randomization is the Workhorse of Sim-to-Real</title>
      <link>https://roborecs.com/blog/domain-randomization-sim-to-real</link>
      <guid isPermaLink="true">https://roborecs.com/blog/domain-randomization-sim-to-real</guid>
      <description>Discover how domain randomization bridges the simulation-to-reality gap in robotics, where it fails, and why real-world data remains the ultimate bottleneck.</description>
      <pubDate>Mon, 13 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Skill Primitives: Building Complex Tasks from Reusable Parts</title>
      <link>https://roborecs.com/blog/robot-skill-primitives</link>
      <guid isPermaLink="true">https://roborecs.com/blog/robot-skill-primitives</guid>
      <description>How modular policies and skill primitives solve the long-horizon task problem in robotics, and why our data strategy must change to support them.</description>
      <pubDate>Mon, 13 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Force Feedback is the Missing Signal in Teleoperation</title>
      <link>https://roborecs.com/blog/force-feedback-teleoperation</link>
      <guid isPermaLink="true">https://roborecs.com/blog/force-feedback-teleoperation</guid>
      <description>Visual-only imitation learning fails at the contact boundary. We explore how active force feedback transforms both operator performance and physical AI data.</description>
      <pubDate>Sun, 12 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Hand-Pose Estimation: Reading Fingers from First-Person Video</title>
      <link>https://roborecs.com/blog/hand-pose-estimation-for-manipulation</link>
      <guid isPermaLink="true">https://roborecs.com/blog/hand-pose-estimation-for-manipulation</guid>
      <description>How extracting 21-keypoint coordinates from egocentric video solves the human-to-robot hand retargeting problem for dexterous manipulation.</description>
      <pubDate>Sun, 12 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Physical AI in Europe: the map, and the missing layer</title>
      <link>https://roborecs.com/blog/physical-ai-europe</link>
      <guid isPermaLink="true">https://roborecs.com/blog/physical-ai-europe</guid>
      <description>Europe's physical AI bet is real and well funded. But hardware and compute travel freely; the input that stays put is EU-jurisdiction demonstration data.</description>
      <pubDate>Fri, 10 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Sovereign robot data: why EU storage is not enough</title>
      <link>https://roborecs.com/blog/sovereign-robot-data-cloud-act</link>
      <guid isPermaLink="true">https://roborecs.com/blog/sovereign-robot-data-cloud-act</guid>
      <description>Storing a robot dataset on EU servers is data residency, not data sovereignty. Why the US CLOUD Act reaches EU-hosted data, and what real control needs.</description>
      <pubDate>Thu, 09 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why world models entered the humanoid race</title>
      <link>https://roborecs.com/blog/world-models-in-the-humanoid-race</link>
      <guid isPermaLink="true">https://roborecs.com/blog/world-models-in-the-humanoid-race</guid>
      <description>World models let humanoids learn dynamics from raw video, no robot in the loop. Why every lab is building one, and where learning from video breaks down.</description>
      <pubDate>Thu, 09 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Egocentric data in Europe: capture is now a spec</title>
      <link>https://roborecs.com/blog/egocentric-data-europe</link>
      <guid isPermaLink="true">https://roborecs.com/blog/egocentric-data-europe</guid>
      <description>Why robotics converged on egocentric data, and why capturing it in Europe turns consent, provenance, and GDPR into a dataset spec buyers now ask for.</description>
      <pubDate>Wed, 08 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Teaching robots from internet video: promise and limits</title>
      <link>https://roborecs.com/blog/learning-robots-from-internet-video</link>
      <guid isPermaLink="true">https://roborecs.com/blog/learning-robots-from-internet-video</guid>
      <description>The internet holds billions of hours of people doing things. What web video genuinely teaches a robot, the wall it hits, and the data still to be captured.</description>
      <pubDate>Wed, 08 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Provenance is now a spec: the EU AI Act and robot data</title>
      <link>https://roborecs.com/blog/provenance-a-spec-eu-ai-act</link>
      <guid isPermaLink="true">https://roborecs.com/blog/provenance-a-spec-eu-ai-act</guid>
      <description>Under the EU AI Act, provenance is an engineering spec you build into the capture pipeline, not paperwork bolted on later. Capture-time logging wins.</description>
      <pubDate>Tue, 07 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>The Data Flywheel in Robotics: Why the Loop Compounds</title>
      <link>https://roborecs.com/blog/the-data-flywheel-in-robotics</link>
      <guid isPermaLink="true">https://roborecs.com/blog/the-data-flywheel-in-robotics</guid>
      <description>Deploy, collect, retrain: the robot data loop is real, but it only compounds when you mine failures, not hours. A field-level look at what turns the wheel.</description>
      <pubDate>Tue, 07 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why capture robot training data in Europe</title>
      <link>https://roborecs.com/blog/capture-robot-data-in-europe</link>
      <guid isPermaLink="true">https://roborecs.com/blog/capture-robot-data-in-europe</guid>
      <description>Capturing robot training data in Europe decides who controls the dataset, what you may legally do with it, and whether it ships under EU law.</description>
      <pubDate>Mon, 06 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Scaling Laws for Robotics: Does More Data Win?</title>
      <link>https://roborecs.com/blog/scaling-laws-for-robotics</link>
      <guid isPermaLink="true">https://roborecs.com/blog/scaling-laws-for-robotics</guid>
      <description>Does more data mean better robot policies? Where the LLM scaling-law analogy holds for VLA models, and the three joints where it breaks down.</description>
      <pubDate>Mon, 06 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>The European Physical AI landscape, mapped by data</title>
      <link>https://roborecs.com/blog/european-physical-ai-landscape-2026</link>
      <guid isPermaLink="true">https://roborecs.com/blog/european-physical-ai-landscape-2026</guid>
      <description>A field map of European physical AI, sorted not by hardware but by where each player, from NEURA to factory-floor pilots, actually gets its training data.</description>
      <pubDate>Sun, 05 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Consent by design: GDPR for robot demonstration data</title>
      <link>https://roborecs.com/blog/gdpr-robot-training-data</link>
      <guid isPermaLink="true">https://roborecs.com/blog/gdpr-robot-training-data</guid>
      <description>Egocentric robot demonstration data records a real person, so GDPR applies in full: consent, minimization, and erasure become capture-time engineering.</description>
      <pubDate>Sat, 04 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>The Humanoid Robot Landscape in 2026, Mapped by Data</title>
      <link>https://roborecs.com/blog/humanoid-landscape-2026</link>
      <guid isPermaLink="true">https://roborecs.com/blog/humanoid-landscape-2026</guid>
      <description>A field guide to the humanoid robot companies of 2026, mapped not by hardware but by data strategy: teleoperation, simulation, human video, shared corpora.</description>
      <pubDate>Sat, 04 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Where humanoids actually work on factory floors in 2026</title>
      <link>https://roborecs.com/blog/humanoid-robots-in-manufacturing-2026</link>
      <guid isPermaLink="true">https://roborecs.com/blog/humanoid-robots-in-manufacturing-2026</guid>
      <description>Humanoids are on factory floors in 2026, but as narrow, supervised pilots. Where they really work, what they do, and why each pilot is also a data program.</description>
      <pubDate>Sat, 04 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Who owns robot data? The EU Data Act, explained</title>
      <link>https://roborecs.com/blog/eu-data-act-machine-generated-data</link>
      <guid isPermaLink="true">https://roborecs.com/blog/eu-data-act-machine-generated-data</guid>
      <description>A robot, a capture rig, and a sensor array all emit machine-generated data. How the EU Data Act reshapes who can access, share, and license it.</description>
      <pubDate>Fri, 03 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>The Humanoid Data Company: Why Proprietary Data Wins</title>
      <link>https://roborecs.com/blog/every-humanoid-company-is-a-data-company</link>
      <guid isPermaLink="true">https://roborecs.com/blog/every-humanoid-company-is-a-data-company</guid>
      <description>Hardware is converging, so the humanoid moat moved to proprietary robot data. Why first-person demonstration data is the asset that compounds.</description>
      <pubDate>Fri, 03 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>C2PA and content provenance for AI training data</title>
      <link>https://roborecs.com/blog/c2pa-provenance-for-training-data</link>
      <guid isPermaLink="true">https://roborecs.com/blog/c2pa-provenance-for-training-data</guid>
      <description>C2PA was built to label AI-generated media. The same signed, tamper-evident manifest maps onto robot training data, and EU AI Act buyers will ask for it.</description>
      <pubDate>Wed, 01 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>The data bottleneck in embodied AI</title>
      <link>https://roborecs.com/blog/data-bottleneck-embodied-ai</link>
      <guid isPermaLink="true">https://roborecs.com/blog/data-bottleneck-embodied-ai</guid>
      <description>Compute and model architectures are ready. Real-world robot data is not. Inside the data bottleneck holding embodied AI back, and the pyramid behind it.</description>
      <pubDate>Wed, 01 Jul 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why 2026 is the data year for humanoids</title>
      <link>https://roborecs.com/blog/2026-data-year-for-humanoids</link>
      <guid isPermaLink="true">https://roborecs.com/blog/2026-data-year-for-humanoids</guid>
      <description>Hardware is shipping and compute is for sale. In 2026 the binding constraint on humanoid robots is training data. Why the wall moved to the data layer.</description>
      <pubDate>Tue, 30 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Synthetic Robot Data vs Real: The Mix That Works</title>
      <link>https://roborecs.com/blog/synthetic-vs-real-robot-data</link>
      <guid isPermaLink="true">https://roborecs.com/blog/synthetic-vs-real-robot-data</guid>
      <description>Synthetic data now outnumbers real robot trajectories by orders of magnitude, yet the systems that generalize still blend both. How to set the ratio.</description>
      <pubDate>Sun, 28 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Open X-Embodiment vs DROID vs RH20T: How They Differ</title>
      <link>https://roborecs.com/blog/open-x-embodiment-vs-droid-vs-rh20t</link>
      <guid isPermaLink="true">https://roborecs.com/blog/open-x-embodiment-vs-droid-vs-rh20t</guid>
      <description>Open X-Embodiment, DROID, and RH20T compared on scale, sensors, and provenance, and why raw trajectory counts mislead more than they reveal.</description>
      <pubDate>Sat, 27 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Privacy by design in human-demonstration capture</title>
      <link>https://roborecs.com/blog/privacy-by-design-robot-capture</link>
      <guid isPermaLink="true">https://roborecs.com/blog/privacy-by-design-robot-capture</guid>
      <description>Egocentric demonstration data records a real face, home, and voice, so it is personal data by construction. Treat privacy as a capture spec, not policy.</description>
      <pubDate>Sat, 27 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Open-Source Robot Models vs Closed Foundation Stacks</title>
      <link>https://roborecs.com/blog/open-vs-closed-robot-foundation-models</link>
      <guid isPermaLink="true">https://roborecs.com/blog/open-vs-closed-robot-foundation-models</guid>
      <description>A field guide to the open-source robot model debate: how the LeRobot ecosystem compares with proprietary stacks like Gemini Robotics, and who benefits.</description>
      <pubDate>Thu, 25 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Teleoperation vs human video: two roads to robot data</title>
      <link>https://roborecs.com/blog/human-video-vs-teleoperation-data</link>
      <guid isPermaLink="true">https://roborecs.com/blog/human-video-vs-teleoperation-data</guid>
      <description>Teleoperation gives perfectly aligned robot demonstrations at brutal cost; human video gives cheap scale you have to retarget. The tradeoffs, side by side.</description>
      <pubDate>Wed, 24 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why the robot data flywheel needs failures, not just wins</title>
      <link>https://roborecs.com/blog/failure-driven-robot-data</link>
      <guid isPermaLink="true">https://roborecs.com/blog/failure-driven-robot-data</guid>
      <description>Success-only demonstrations flatter a robot policy and hide where it breaks. Why the data flywheel only compounds when you capture failures and near misses.</description>
      <pubDate>Tue, 23 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>GR00T vs pi0 vs LeRobot: three data strategies</title>
      <link>https://roborecs.com/blog/groot-vs-pi0-vs-lerobot</link>
      <guid isPermaLink="true">https://roborecs.com/blog/groot-vs-pi0-vs-lerobot</guid>
      <description>NVIDIA GR00T, Physical Intelligence pi0 and Hugging Face LeRobot each solve the robot-data shortage a different way. An architecture and data comparison.</description>
      <pubDate>Mon, 22 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why human demonstration data scales better than scripted data</title>
      <link>https://roborecs.com/blog/why-human-demonstration-data-scales</link>
      <guid isPermaLink="true">https://roborecs.com/blog/why-human-demonstration-data-scales</guid>
      <description>Scripted trajectories are clean and cheap, but coverage is what generalizes. Why human demonstration data is the more scalable base for robot policies.</description>
      <pubDate>Sun, 21 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Mobile manipulation: data for robots that move and grab</title>
      <link>https://roborecs.com/blog/mobile-manipulation-data-collection</link>
      <guid isPermaLink="true">https://roborecs.com/blog/mobile-manipulation-data-collection</guid>
      <description>Most robot data assumes an arm bolted to a table. Robots that walk to the object and then grab it need data that couples navigation with manipulation.</description>
      <pubDate>Fri, 19 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Tactile Sensing: The Missing Modality in Robot Data</title>
      <link>https://roborecs.com/blog/touch-the-missing-modality</link>
      <guid isPermaLink="true">https://roborecs.com/blog/touch-the-missing-modality</guid>
      <description>RGB video goes blind the instant a gripper touches an object. Here is what tactile sensing and force data add to manipulation, and why they stay scarce.</description>
      <pubDate>Fri, 19 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Teleoperation 101: How Robots Learn From Human Hands</title>
      <link>https://roborecs.com/blog/teleoperation-101</link>
      <guid isPermaLink="true">https://roborecs.com/blog/teleoperation-101</guid>
      <description>Teleoperation is how most robot manipulation data is made. Inside the pipeline: rigs, latency, annotation, and the QA that turns recordings into signal.</description>
      <pubDate>Thu, 18 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Multimodal Robot Data: Force, Audio, Depth Beyond RGB</title>
      <link>https://roborecs.com/blog/multimodal-capture-force-audio-depth</link>
      <guid isPermaLink="true">https://roborecs.com/blog/multimodal-capture-force-audio-depth</guid>
      <description>Force, contact audio, and depth carry what contact-rich manipulation runs on, the signals RGB never records. What to capture, and why timing is hard.</description>
      <pubDate>Tue, 16 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why dexterous hands need richer manipulation data</title>
      <link>https://roborecs.com/blog/dexterous-hand-manipulation-data</link>
      <guid isPermaLink="true">https://roborecs.com/blog/dexterous-hand-manipulation-data</guid>
      <description>A two-finger gripper is a solved data problem. A five-finger dexterous hand doing in-hand manipulation is not, and the data barely exists.</description>
      <pubDate>Mon, 15 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>LeRobot: an open-source on-ramp to robot learning</title>
      <link>https://roborecs.com/blog/lerobot-getting-started</link>
      <guid isPermaLink="true">https://roborecs.com/blog/lerobot-getting-started</guid>
      <description>How Hugging Face's LeRobot lowered the barrier to robot learning: a shared data format, sub-$200 arms, and fine-tunable policies like ACT and pi0.</description>
      <pubDate>Mon, 15 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Hz vs fps: Robot Capture Rate and Control Frequency</title>
      <link>https://roborecs.com/blog/hz-vs-fps-capture-rates</link>
      <guid isPermaLink="true">https://roborecs.com/blog/hz-vs-fps-capture-rates</guid>
      <description>Why a robot rig samples at 240 Hz but a policy acts at 30 Hz, how capture rate and control frequency differ, and what multi-rate sensing costs.</description>
      <pubDate>Sat, 13 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How teleoperation data is collected, end to end</title>
      <link>https://roborecs.com/blog/how-teleoperation-data-is-collected</link>
      <guid isPermaLink="true">https://roborecs.com/blog/how-teleoperation-data-is-collected</guid>
      <description>A full walkthrough of the teleoperation data pipeline, from leader-follower rig to a synchronized, filtered, labeled trajectory, and where QA is won.</description>
      <pubDate>Fri, 12 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How to actually measure a robot policy</title>
      <link>https://roborecs.com/blog/robot-policy-evaluation-benchmarks</link>
      <guid isPermaLink="true">https://roborecs.com/blog/robot-policy-evaluation-benchmarks</guid>
      <description>A robot policy can post 90% on a benchmark and still fail in the field. The pitfalls of policy evaluation, and how to test one honestly.</description>
      <pubDate>Thu, 11 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How Much Data a Humanoid Skill Needs: Sample Efficiency</title>
      <link>https://roborecs.com/blog/how-much-data-a-humanoid-skill-needs</link>
      <guid isPermaLink="true">https://roborecs.com/blog/how-much-data-a-humanoid-skill-needs</guid>
      <description>How many demonstrations does a humanoid robot skill really need? An honest range across imitation learning, pretrained policies, and human video.</description>
      <pubDate>Wed, 10 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>The EU AI Act and Robot Training Data: What to Know</title>
      <link>https://roborecs.com/blog/eu-ai-act-and-robot-training-data</link>
      <guid isPermaLink="true">https://roborecs.com/blog/eu-ai-act-and-robot-training-data</guid>
      <description>What the EU AI Act actually requires of embodied training data: Article 10 quality rules, GPAI provenance duties, and the 2026-2027 timeline for robots.</description>
      <pubDate>Tue, 09 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Stretching scarce demos: data augmentation for robot policies</title>
      <link>https://roborecs.com/blog/data-augmentation-for-robot-policies</link>
      <guid isPermaLink="true">https://roborecs.com/blog/data-augmentation-for-robot-policies</guid>
      <description>Real robot demos are scarce, so teams stretch them with data augmentation. What crops, diffusion, and replay add for free, and what they cannot fake.</description>
      <pubDate>Sun, 07 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>The Economics of Robot Data: Cost per Demonstration Hour</title>
      <link>https://roborecs.com/blog/economics-of-robot-training-data</link>
      <guid isPermaLink="true">https://roborecs.com/blog/economics-of-robot-training-data</guid>
      <description>Teleoperation, simulation, and egocentric video each carry a different cost per demonstration hour. Here is why that number drives robot-data strategy.</description>
      <pubDate>Sun, 07 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>From demonstration to deployment: the robot training pipeline</title>
      <link>https://roborecs.com/blog/demonstration-to-deployment-pipeline</link>
      <guid isPermaLink="true">https://roborecs.com/blog/demonstration-to-deployment-pipeline</guid>
      <description>Pretrain, post-train, sim2real, and evaluation are one loop closed by data and honest testing, not a checklist. A field guide to the robot training pipeline.</description>
      <pubDate>Sat, 06 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Data Quality vs Quantity in Robot Learning</title>
      <link>https://roborecs.com/blog/data-quality-vs-quantity</link>
      <guid isPermaLink="true">https://roborecs.com/blog/data-quality-vs-quantity</guid>
      <description>Why coverage beats raw hours in robot learning: TRI's diversity findings, how to read a dataset for data quality, and the real tradeoffs.</description>
      <pubDate>Thu, 04 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Active learning: collect the right robot data, not just more</title>
      <link>https://roborecs.com/blog/active-learning-for-robot-data</link>
      <guid isPermaLink="true">https://roborecs.com/blog/active-learning-for-robot-data</guid>
      <description>Robot demonstrations are expensive, so collect the ones a policy learns most from: active learning by uncertainty, disagreement, and deployment failures.</description>
      <pubDate>Wed, 03 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why Data Jurisdiction Belongs in Your AI Training Pipeline</title>
      <link>https://roborecs.com/blog/data-jurisdiction-for-ai-training</link>
      <guid isPermaLink="true">https://roborecs.com/blog/data-jurisdiction-for-ai-training</guid>
      <description>The EU AI Act makes training-data provenance an engineering problem, not a legal one, for robot-learning datasets that carry jurisdiction and consent.</description>
      <pubDate>Wed, 03 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>What contact-rich manipulation demands from data</title>
      <link>https://roborecs.com/blog/contact-rich-manipulation-data</link>
      <guid isPermaLink="true">https://roborecs.com/blog/contact-rich-manipulation-data</guid>
      <description>Force and tactile signals, not pixels, decide contact-rich manipulation. Why RGB can never supply them, and why touch data is the real bottleneck.</description>
      <pubDate>Mon, 01 Jun 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why egocentric human video is among the cheapest robot data</title>
      <link>https://roborecs.com/blog/cheapest-robot-data-egocentric-video</link>
      <guid isPermaLink="true">https://roborecs.com/blog/cheapest-robot-data-egocentric-video</guid>
      <description>Egocentric video takes the robot out of the capture loop, so the hours come cheap. Why it scales, and the embodiment-gap catch that keeps it honest.</description>
      <pubDate>Sun, 31 May 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Retargeting: mapping a human demonstration onto a robot body</title>
      <link>https://roborecs.com/blog/retargeting-human-motion-to-robots</link>
      <guid isPermaLink="true">https://roborecs.com/blog/retargeting-human-motion-to-robots</guid>
      <description>A human hand has twenty-plus joints; a robot gripper has two. Retargeting rewrites a demonstration into the robot's body, and this is where it leaks.</description>
      <pubDate>Sat, 30 May 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>The hidden cost of robot data annotation</title>
      <link>https://roborecs.com/blog/annotation-problem-robot-datasets</link>
      <guid isPermaLink="true">https://roborecs.com/blog/annotation-problem-robot-datasets</guid>
      <description>Language labels, calibration, and time-sync are the real cost of robot data annotation. Why headline trajectory counts hide whether a dataset is trustworthy.</description>
      <pubDate>Fri, 29 May 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>What is egocentric data, and why robots learn from it</title>
      <link>https://roborecs.com/blog/what-is-egocentric-data</link>
      <guid isPermaLink="true">https://roborecs.com/blog/what-is-egocentric-data</guid>
      <description>First-person capture from head and wrist cameras teaches robots to grip better than any wall camera. What egocentric data is, and the catch.</description>
      <pubDate>Thu, 28 May 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Running a VLA in real time: the inference latency problem</title>
      <link>https://roborecs.com/blog/vla-real-time-inference</link>
      <guid isPermaLink="true">https://roborecs.com/blog/vla-real-time-inference</guid>
      <description>A control policy must act faster than the world changes, yet a big VLA needs 100+ ms per forward pass. The techniques that close the gap in real time.</description>
      <pubDate>Tue, 26 May 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>What is a robot foundation model? VLAs explained</title>
      <link>https://roborecs.com/blog/what-is-a-robot-foundation-model</link>
      <guid isPermaLink="true">https://roborecs.com/blog/what-is-a-robot-foundation-model</guid>
      <description>GR00T, pi0 and Gemini Robotics are robot foundation models, not chatbots. What a VLA is, how it differs from an LLM, and why data is the hard part.</description>
      <pubDate>Tue, 26 May 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Vision-Language-Action Models: A Plain-English Primer</title>
      <link>https://roborecs.com/blog/vla-models-primer</link>
      <guid isPermaLink="true">https://roborecs.com/blog/vla-models-primer</guid>
      <description>How a vision-language-action model turns camera pixels and a spoken instruction into robot motion, without the math: the models, datasets, and real limits.</description>
      <pubDate>Mon, 25 May 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>The sim-to-real gap, explained: where real data wins</title>
      <link>https://roborecs.com/blog/sim-to-real-gap-explained</link>
      <guid isPermaLink="true">https://roborecs.com/blog/sim-to-real-gap-explained</guid>
      <description>Simulation trains robots cheaply, but it quietly underfits contact, deformables, and human context. A field guide to where real data is non-negotiable.</description>
      <pubDate>Sat, 23 May 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Post-training a VLA: from generalist to specialist policy</title>
      <link>https://roborecs.com/blog/post-training-a-vla</link>
      <guid isPermaLink="true">https://roborecs.com/blog/post-training-a-vla</guid>
      <description>Fine-tuning turns a generalist robot policy into one you can deploy. A concrete look at VLA post-training: methods, data, failure modes, and evaluation.</description>
      <pubDate>Fri, 22 May 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Whole-body control: how humanoids coordinate legs and arms</title>
      <link>https://roborecs.com/blog/whole-body-humanoid-control</link>
      <guid isPermaLink="true">https://roborecs.com/blog/whole-body-humanoid-control</guid>
      <description>A humanoid must balance on two legs while it manipulates, so every reach shifts its own center of mass. Why whole-body control is hard, and data-starved.</description>
      <pubDate>Fri, 22 May 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Imitation vs Reinforcement Learning for Manipulation</title>
      <link>https://roborecs.com/blog/imitation-vs-reinforcement-learning</link>
      <guid isPermaLink="true">https://roborecs.com/blog/imitation-vs-reinforcement-learning</guid>
      <description>Why most robot manipulation stacks learn by imitation first and reach for reinforcement learning second, when each wins, and how the two combine.</description>
      <pubDate>Wed, 20 May 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Gemini Robotics, explained: embodied reasoning in a VLA</title>
      <link>https://roborecs.com/blog/gemini-robotics-explained</link>
      <guid isPermaLink="true">https://roborecs.com/blog/gemini-robotics-explained</guid>
      <description>DeepMind split Gemini Robotics into a reasoning brain and an acting body. How embodied reasoning turns a VLA from a memorizer into a planner.</description>
      <pubDate>Tue, 19 May 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>The tactile sensors giving robot hands a sense of touch</title>
      <link>https://roborecs.com/blog/tactile-sensing-hardware-for-robot-hands</link>
      <guid isPermaLink="true">https://roborecs.com/blog/tactile-sensing-hardware-for-robot-hands</guid>
      <description>Capacitive arrays, barometric MEMS, and GelSight-style gels each give robot hands touch a different way. A field guide to tactile sensor hardware.</description>
      <pubDate>Mon, 18 May 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Diffusion policy, explained: generative robot control</title>
      <link>https://roborecs.com/blog/diffusion-policies-explained</link>
      <guid isPermaLink="true">https://roborecs.com/blog/diffusion-policies-explained</guid>
      <description>Why generative models, diffusion and flow matching, became the default way robot foundation models produce multimodal action, and what it asks of the data.</description>
      <pubDate>Sun, 17 May 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Cross-Embodiment Learning: One Policy, Many Robots</title>
      <link>https://roborecs.com/blog/cross-embodiment-learning</link>
      <guid isPermaLink="true">https://roborecs.com/blog/cross-embodiment-learning</guid>
      <description>How a single policy learns to drive many different robots, why their heterogeneous bodies make it hard, and what Open X-Embodiment actually proved.</description>
      <pubDate>Sat, 16 May 2026 08:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Action tokenization in a VLA, explained</title>
      <link>https://roborecs.com/blog/action-tokenization-explained</link>
      <guid isPermaLink="true">https://roborecs.com/blog/action-tokenization-explained</guid>
      <description>How vision-language-action models turn continuous motion into discrete action tokens a transformer can predict, and why that choice caps resolution.</description>
      <pubDate>Thu, 14 May 2026 08:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>