Loading video...

Video Failed to Load

Go Home

Robotics is almost solved! Pun intended. Sunday published a "Solve" standard. They declared the scope (garment types, lighting, surfaces, starting configurations) and adaptation cost (zero—no fine-tuning per home) before evaluating. The same model weights run everywhere. This might be the differentiation between a good demo and reliable work of...

37,023 views • 1 month ago •via X (Twitter)

0 Comments

No comments available

Comments from the original post will appear here

Related Videos

JUST IN: Dyna Robotics just published one of the most important research papers in robotics this year. It could fundamentally change how robot foundation models are trained. A scaling law that transfers from human video to robot performance. Dyna-2 is out and it's 🔥 Here's what that means in plain terms. Dyna-2 was pre-trained on ONE MILLION hours of egocentric human video, 170 years of continuous human experience, cooking, folding, assembling, cleaning. And as that human data scaled, robot performance improved. Predictably. Monotonically. Across 39 tasks on two different robot embodiments the model had never seen. → 1,000 hours pre-training → 20% normalised task performance → 10,000 hours → 28% → 100,000 hours → 45% → 1,000,000 hours → 53% Human video exists at effectively unlimited scale. Every cook, every factory worker, every craftsperson wearing a camera is generating training data for future robots. But the finding that stunned even the researchers, world modeling is what makes the transfer work. A model trained to predict future video AND actions massively outperforms one trained on actions alone. Video is the new scaling axis for robotics. One more jaw-dropping data point. 13 minutes of teleoperation data was enough to fine-tune Dyna-2 to open a bottle cap using two five-fingered robot hands. The robots are coming, and they're learning from us directly :D Read more here: Congrats Jason Ma and team! ~~ ♻️ Join the weekly robotics newsletter, and never miss any news →

Lukas Ziegler

23,576 views • 28 days ago

This guy connected a computer vision model to dual robotic manipulators on his desk and the system now folds shirts in 47 seconds per garment without any human intervention after loading Automated laundry folding is one of those problems that sounds trivial until you realize fabric has no rigid structure and every wrinkle changes the optimal fold path You need the robot to detect garment boundaries through visual segmentation, identify sleeve edges and collar positions on randomly oriented fabric, generate dynamic reference coordinates that shift with garment size, synchronize two independent robotic arms to pull opposing fabric edges without tearing, and execute all of this without a conveyor belt or fixed staging area Most people assume you need a commercial folding machine or at least a rigid frame to hold clothes in place This guy just bolted two robot arms to a workbench, ran a Flask server with a Laundrobot vision library, and built a preset selection interface that handles nine garment types The setup was minimal: a Python backend processing camera frames, a segmentation model running inference locally, two manipulators with soft grippers, and a heads-up display showing red and blue anchor points overlaid on live fabric The system scans the garment, the vision pipeline outputs coordinates like 284.262 and 965.262, the dashboard waits for a RUN command, and the arms fold the item in two geometric steps The robot picks up shirts, pants, towels, and socks from any position on the desk with zero calibration and zero pre-staging It is the same principle robotic pick-and-place systems use in factories but instead of metal parts it is handling deformable textiles that compress and slide unpredictably The arms have no concept of what clean laundry means to a human They think they are executing waypoint trajectories but the output is getting transformed into neatly stacked garments that take zero cognitive load from the operator If a household generates 14 loads of laundry per month and folding takes eleven minutes per load this is how you reclaim 154 minutes without outsourcing or spending four figures on hardware This is the cleanest domestic automation I have seen: one desk, two arms, one camera, and between them a folding operation that runs while you do anything else

Blaze

24,799 views • 3 months ago