Build1 distinct publisher3 min readPublished
Hebbian Robotics, a two-person YC Summer 2026 company, announced HFlow on August 19 and shipped it to PyPI the next day, betting that robot dataset checks and provenance are worth sharing between teams rather than rebuilding.
The Engineer · Build desk

Compiled by The EngineerSomething wrong?How this is made
Start with where the compute goes. Decoding synchronized video and time-series streams is the expensive part of a robot data pipeline, and Hebbian's architecture documentation says the reject decision does not live there: a check records evidence such as black-frame percentage or missing intervals, and the user later decides which thresholds qualify an episode for a training set [9]. The payoff is that two projects can hold different quality bars against the same processed episodes without decoding and processing the original media again [10].
The discipline that buys is on the check author. Record a number and the next team runs a query; record a boolean and the next team decodes the video again [9][10]. That is a convention, not an enforcement mechanism, and conventions are the part of a pre-v1 SDK most likely to move [11].
The documented stack names four components: MCAP going in, generated Airflow DAGs for scheduled runs, a Parquet catalog for episode metadata and quality evidence, DuckDB SQL over that catalog for querying and curation [7][13]. Count them and what Hebbian supplies on top is glue rather than a storage engine: orchestration, durable execution, versioning, provenance, curation [2]. That shapes the migration bill. Your transformations move as-is because they stay Python functions [5], and the thing you inherit is a catalog layout and a scheduler.
If your recordings sit in a vendor's proprietary log, the converter is the first task, and it is yours. HFlow will take teleoperated, autonomous-policy or head-camera episodes only once they are represented in the supported format [6].
The open-source route has a stated reason and an unstated one. Ong wrote that conversations with data teams pushed the project open, on the logic that camera failures, unusual sensor behaviour and collection mistakes recur across robotics projects, so a check contributed for one deployment saves another group the rediscovery [12]. The commercial reason is that a two-person startup [3] asking a robotics group to ship its training corpus to a new vendor gets a short meeting. HFlow instead runs in infrastructure the user controls, with existing processing code staying in the user's environment [13].
The founders' backgrounds line up with the two failure classes. Y Combinator's profile has Kuan on high-throughput systems at Jane Street and on Verkada's video platform, and Ong building two-arm industrial cleaning robots at LionsBot International [15][14]. Timing drift across recording systems and dropped or frozen video streams are the defects that poison a run before any model sees the data [4].
What remains is adoption, and Hebbian's own framing concedes the difficulty: robotics teams have to accept a common pipeline layer even when their checks, formats and training systems differ [17]. The project positions itself in the middle of the workflow, next to visualization and logging tools such as Foxglove and Rerun, dataset tooling around Hugging Face's LeRobot, and Encord's enterprise offering for embodied-AI data [16]. That middle is genuinely the part most teams write badly, because it is unglamorous and never ships a demo.
In my context I would run HFlow over one corpus, keep the existing scripts alive for a quarter, and diff the manifests. The measurement-versus-policy split is worth the trial on its own; if it holds, the same decode serves two labs with different standards, which is the only claim here that changes an actual budget line [10].
Ranked by verification strength, evidence, and original report placement.
On August 19, Brandon Ong and Kingston Kuan announced HFlow, an open-source SDK for processing and checking the multimodal data used to train robots, through their 2026 startup Hebbian Robotics.
Hebbian Robotics is a two-person startup in Y Combinator's Summer 2026 batch.
A robot training corpus can contain synchronized video, actions, sensor states, timestamps and metadata collected across different robots and recording systems, and before any model sees it engineers have to find frozen cameras, missing streams, timing drift, duplicate recordings and other defects that can poison a training run.
HFlow lets robotics engineers keep their existing transformations and quality checks as Python functions, while Hebbian Robotics supplies orchestration, durable execution, storage, versioning, provenance and dataset curation around those functions.
The SDK accepts episodes stored in MCAP, a container suited to synchronized video and time-series streams, and can process data collected from teleoperated robots, autonomous policies or human-worn cameras once the episode has been represented in the supported format.
Distinct publishers with included, body-backed reporting in this cluster.
1 article · August 31, 2026
Follow any of these and your For You feed starts watching them — no settings page required.
build
Unsloth's 10% quant claim is really about which machines can run a 27B model1 distinct publisher
build
An audit of 4,959 robot episodes argues for a data gate before you blame the policy1 distinct publisher
build
Object or file storage: the wrong pick stays quiet until inode exhaustion1 distinct publisher
leadership
NVIDIA retires GR00T N1.5 inside Hugging Face's LeRobot2 distinct publishers
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
Checkable, but only against the company's own artifacts
Almost everything load here is verifiable in principle — a PyPI page, a GitHub repository, architecture documentation, a Y Combinator profile — and RuntimeWire names where each detail comes from, which is more discipline than most launch coverage shows. The ceiling is that all of it is the company describing its own software. 'Durable execution' and 'orchestration' are documentation vocabulary, not observed behavior, and no independent party has processed an episode through the pipeline.
Installable, and that is the whole record
Two observable events exist and both are Hebbian pressing publish: the August 19 announcement and the August 20 PyPI upload. There is no named user, no pilot, no download figure, no contributed check from outside the company — and contributed checks are the mechanism the entire thesis depends on. RuntimeWire says as much in its closing line, which calls adoption the next milestone rather than an accomplishment.
Careful prose, aspirational thesis
The sentence-level restraint is real — pre-v1 is printed, model training is explicitly out of scope, adoption is called the milestone rather than the achievement. The stretch sits one level up, in the framing that quality checks and provenance are becoming a shared industry layer. That is a bet by two people with a nine-day-old package, and nothing in this reporting shows a second organisation joining it. The 'infrastructure for Physical AI' language also arrives from the founders' post rather than from anyone's deployment.
Open source as a way into other people's data
Hebbian already sells Pareto, a robotics data-curation platform, and HFlow turns part of that thesis into code engineers can inspect and self-host. RuntimeWire is unusually candid about the mechanism: self-hosting gets a two-person startup past organisations that will not send training data to a new vendor, and running the pipeline shows the company what robots record and how field collection fails. Add the Y Combinator batch timing, a founder-authored announcement, and angels identified only by employer, and the promotional pressure on this material is easy to locate — which does not make the engineering claims false, only self-interested.
One outlet, one paper trail
Confidence sits at the level of the dates and the parts list, both of which anyone can check in an afternoon against PyPI and the repository. It does not extend to how the pipeline behaves on a real corpus or whether robotics teams want it, and there is no second publisher to disagree with — a single account of a single company's launch, read attentively.