Here is a question almost nobody is asking loudly enough: where does the training data come from for the humanoid robot wave everybody is betting on? Figure, Physical Intelligence, 1X, Boston Dynamics, they are all racing to ship general-purpose robots that can cook, clean, and work in unstructured environments. And they all hit the same wall. Their training data is terrible.
Existing robot datasets are almost entirely lab footage. Controlled workspace, controlled task, controlled lighting, controlled everything. Fine for bolting an arm to a factory floor. Useless for a robot that needs to navigate your specific kitchen, adapt to your specific clutter, and handle the thousand small variations that make everyday life chaotic and interesting. The gap between "lab robot" and "home robot" is fundamentally a data gap, and closing it requires data from actual homes, actual people, and actual tasks, at global scale.
Anshul Verma and Lyem Ningthou decided to close it. Their startup, Asimov (YC W26), is building an internet-scale marketplace for robot training data. Their most underrated business move: running a cleaning company on the side to collect organic data while paying workers a real salary.
What They Are Building
Asimov operates on both sides of a data marketplace. On the supply side, individuals worldwide wear a lightweight collection kit, essentially a phone mounted on a headband, and record themselves doing everyday tasks. Cooking. Cleaning. Sorting laundry. Carrying groceries. The contributors get paid. The videos get uploaded to Asimov's pipeline. On the demand side, frontier robotics labs buy access to curated, richly annotated datasets of real human motion in real environments.
The unit of value is not raw video. It is structured, annotated training data: 3D body pose estimates, depth maps, semantic object labels, and activity segmentation, all synchronized and quality-checked. A robotics team at a top lab does not want to spend six months building an annotation pipeline. They want to plug in a dataset and train. Asimov handles everything between "someone wearing a headband in their kitchen" and "ready-to-train tensor."
The cleaning company angle is not a gimmick. Asimov started a managed cleaning service that operates in the Bay Area, currently serving over 100 founders, investors, and students weekly. The cleaners wear collection kits as part of their job. The business covers worker salaries through cleaning fees. Asimov collects densely varied, organic household data, different floorplans, different messes, different objects, without paying separately for data collection. It is a flywheel: the cleaning company generates revenue AND generates data. Two products, one labor cost.
How It Works: The Technical Pipeline
The data collection side is deceptively simple by design. A contributor straps on a lightweight headband rig, opens an app, and presses record. The app guides them through a task protocol, or they just go about their day. Video is captured at egocentric (first-person) perspective, which is exactly the viewpoint a robot needs to learn manipulation tasks. The headband collects synchronized RGB video; higher-end kits add depth sensors for richer spatial data.
The interesting engineering lives downstream in the annotation pipeline. Raw egocentric video is worthless to a training run without structure. Asimov runs each clip through several processing stages:
- 3D body pose estimation: Recovering full-body skeleton positions from monocular or depth-enhanced video, using models descended from research like EgoBody and EgoHMR.
- Depth reconstruction: Building metric-scale depth maps for each frame, critical for teaching robots to understand reach distance and grasp geometry.
- Semantic labeling: Identifying and tagging objects in the scene, knife, cutting board, sink, cabinet handle. This gives the robot vocabulary for what it is interacting with.
- Activity segmentation: Chopping vs. stirring vs. rinsing vs. putting-away. Clean temporal boundaries on what is happening when, so training can isolate specific skill primitives.
- Quality scoring: Automated and human-in-the-loop checks that flag blurry footage, incomplete coverage, or annotation errors before data ships to a customer.
The output is a structured dataset format compatible with standard robotics training stacks, think HDF5 or LEROBOT-style formats. A lab can download a dataset and immediately feed it into their imitation learning or reinforcement learning pipeline without custom wrangling.
Asimov also develops the contributor app and the dashboard for robotics lab buyers. The contributor app handles task prompting, upload management, and payout tracking. The buyer dashboard lets labs filter datasets by task type, environment category, demographic diversity, annotation depth, and volume, and place orders for custom collections if the existing catalog does not meet their specs.
Who Built This
Anshul Verma and Lyem Ningthou met as roommates at UC Berkeley. Anshul came out of Scale AI and Amazon, building data infrastructure and machine learning systems at scale. Lyem spent time as a defense tech robotics researcher, building data pipelines for the U.S. Air Force. Between the two of them, they cover the full stack of what this business needs: data operations, robotics domain expertise, and the founder-market fit to sell into both the contributor side (people who want to earn) and the lab side (researchers who want clean data fast).
They also previously co-founded a startup together that reached six figures in revenue, which means they know how to build a business, not just a product. That operating experience matters enormously for a company with real physical operations baked in.
The Market Reality
Humanoid robotics has attracted serious capital: Figure raised $675M. Physical Intelligence raised $400M. 1X raised $100M. Every one of those companies is data-starved for real-world household and commercial environments. The controlled factory datasets they can generate in-house are fine for industrial deployment but inadequate for general-purpose agents.
The parallel to language model training is exact. Large language models needed the internet, billions of documents written by humans in real contexts. Humanoid robots need the equivalent: billions of video frames of humans doing real things in real places. You cannot synthesize your way to that diversity. You need to collect it. Asimov is betting they can become the infrastructure layer that makes that collection possible.
The data labeling market Asimov is entering is not new, Scale AI, Labelbox, and others have operated here for years. But robot training data has different requirements than text or 2D image annotation. The 3D spatial understanding, the egocentric perspective, the pose estimation, and the temporal activity segmentation all require specialized tooling and domain knowledge that general-purpose labeling houses have not prioritized. Asimov is not competing with Scale AI. They are building the niche layer Scale AI does not want to build.
Difficulty Score
| Dimension | Score | Why |
|---|---|---|
| ML / AI | 8/10 | Pose estimation, depth reconstruction, semantic segmentation, and quality scoring models require real expertise and significant compute |
| Data | 9/10 | The whole company IS data ops; building contributor networks across three continents with consistent quality control is brutally hard |
| Backend | 6/10 | Marketplace logic, payment rails, dataset delivery APIs, and order management are standard SaaS patterns |
| Frontend | 4/10 | Contributor mobile app and buyer dashboard are functional tools, nothing architecturally exotic |
| DevOps | 7/10 | Ingesting, processing, and serving large video datasets globally requires careful pipeline design and significant storage infrastructure |
The Moat
The moat here is the data, full stop. Every hour of annotated egocentric video Asimov collects is a permanent competitive asset that a competitor starting today does not have. Robotics labs that integrate Asimov datasets into their training runs will have models shaped by Asimov's data distribution. Switching means retraining, which means losing time in a race where months matter.
The contributor network is a second moat. Getting 5,000+ reliable contributors across multiple continents who consistently produce usable footage is an operational achievement that takes time, localization work, trust-building, and payment infrastructure. A new entrant cannot buy this network overnight regardless of how much capital they have.
The cleaning company is a third, weirder moat. It is a real business that subsidizes data collection while maintaining quality through employment (rather than pure gig-economy incentives). An employee who is literally on the job has more consistent performance than a random crowdworker incentivized only to hit minimum-viable recording thresholds. This operational insight is hard to copy without fully committing to running a real service business alongside your data business.
What is easy to replicate: the annotation tooling, the data formats, the buyer dashboard, the contributor app. These are engineering problems with well-understood solutions and good open-source starting points. A competitor with $5M could rebuild the software stack in nine months.
What is hard to replicate: the dataset volume, the contributor relationships, the lab customer integrations, and the operational playbook for running a hybrid data-as-a-service / physical-operations company. Those take years.
Replicability Score: 58 / 100
A well-funded team with genuine robotics domain expertise could build a credible competitor in two to three years. The underlying technology is accessible, pose estimation and depth reconstruction are well-researched problems with strong open-source foundations (MMPose, Depth Anything, SAM). The marketplace mechanics are standard. The hard parts are operational and temporal: you need real contributors, real data volume, and real customer relationships, and all three take time to accumulate.
58 puts Asimov in the "real moat, defensible for multiple years, but not structurally impossible to disrupt" category. The data moat compounds over time, every month they operate, the gap widens. If they reach 50,000+ hours of annotated data before a serious competitor emerges, the score moves toward 70. Right now, they are early enough that a well-resourced entrant could still close the gap.
The cleaning company is the wild card. It is such a strange and clever operational move that most competitors would never think to copy it, and by the time they did, Asimov would have used it to build a dataset lead that is structurally very hard to close.
The Bottom Line
Asimov is doing something genuinely important and genuinely hard. The humanoid robotics market needs what they are building. The insight that real-world data diversity cannot be faked, synthesized, or collected only in labs is correct and underappreciated. The cleaning company angle proves they are willing to do the operationally uncomfortable work that more software-native competitors would avoid.
Two Berkeley undergrads with a headband rig, a cleaning fleet, and a Supabase backend are laying the data infrastructure for a trillion-dollar industry. If that does not sound like a YC company, nothing does.
