Robotics is one of the only technical fields which isn’t gatekept by individuals from one field. People from various fields like automation, self-driving, medical devices, video game AIs, etc. have historically been the pioneers of robotics. This is probably one of the main reasons why it’s finally booming.
The major limitation of behavior cloning models is that they’re stuck in the present, they won’t remember a crucial step taken 2 minutes ago like humans do. A furniture assembly bot won’t remember the steps it has already undertaken and will only waste precious time. Dynamic scene graphs use spatial memory to bridge this gap. This way, the robot moves step-by-step without wasting any time.
General physical AI cannot run on just one clock speed. Deciding what to grab happens roughly once a second. But adjusting the grip and maintaining balance requires 50 to 100 decisions a second. This multi-frequency requirement fundamentally shapes robot decision architecture.
Using teleop alone for robot training isn’t the most efficient. Since humans are 10x faster than robots, adding just 1 hour of human data to 2 hours of robot data causes a huge performance spike
The frontier of industrial robotics is teaching machines to feel. Tasks that humans take years to master, like sensing the right grip strength for a screwdriver, routing a deformable cable, or fishing one item from a bin, remain the hardest problems to automate.
The largest open-source humanoid teleop dataset EVER just dropped on @LeRobotHF@huggingfacehuggingface.co/datasets/BitR…
We re-encoded the full dataset into LeRobot format: ~10TB → ~2TB, no loss of fidelity. Same trajectories, a fraction of the footprint, far easier to stream and train on.
Explore the dataset in LeRobot Visualizer: live 3D render of the robot, synced camera feeds, subtask annotations and language instructions, all in your browser.
Most importantly: Unitree G1 is supported in LeRobot, meaning you can load HIW-500 and start training imitation / VLA policies on 20,000 real-home humanoid episodes on your G1.
Huge thanks to @BitRobotNetwork for sharing the data. Go build. 🤖
1/ Introducing HIW-500 (Humanoids-in-the-Wild 500):
the largest open-source humanoid teleop dataset collected in real homes
Built w/ @UnitreeRobotics@huggingface across 12 homes in Southeast Asia, it covers:
> 500 hrs
> 23K episodes
> 10 TB
> 10 household tasks
Most robots operate on pure muscle memory, reacting to pixels without knowing why. New embodied AI models fix this by inserting thinking tokens before action tokens. A wild side effect of interleaving thinking tokens with action tokens in robot models: you can debug behavior by editing their internal monologue. Change "I'm close enough to close my hand" to "I need to go lower," and the arm goes lower. Prompt engineering, but for physical actions. Change the thought, and the physical movement changes.
A robot grabbing a bottle is really two brains running at once: one deciding "that's the thing I want" at 1Hz, another adjusting grip at 100Hz. You can't bolt these together as an afterthought. The frequency gap is the architecture, not a detail.
Publishing a new Robotics Business breakdown in the next 24 hours
Summary in image
Time to settle the debate: Humanoids or special-purpose robots -- who actually wins?
Engage with this post and I'll DM you a sneak peek (must be following so I can DM)
The robotics meta is shifting away from text. Vision-Language models hit a wall when mapping words to physical motion. That is why World-Action Models went from a tiny subfield in October 2025 to dominating daily research feeds. Video priors are the new baseline.
NVIDIA announces NVIDIA Halos for Robotics, the industry’s only full-stack, open robotics safety system.
As robots move alongside people and equipment, Halos gives machines that sense, decide and act in the real world a single common safety architecture. nvidianews.nvidia.com/news/n…
Real robots can have three or more views, lidar, depth, in n combos. You can't fine-tune a sensor stack you don't have weights for. Physical AI is the domain where open source stops being ideology and starts being a hardware requirement.