Teahose.
SIGN IN
NEW HERE — WHAT TEAHOSE DOES
We read the entire AI & tech firehose — so you don't have to.
PODPodcastsAll-In, No Priors, Acquired…
NEWNewslettersStratechery, Newcomer…
PAPPapersPhysical AI research
PHProduct Huntdaily launches
VCInvestor ScoutSequoia, a16z, Benchmark…
CLAUDE DISTILLS →
7 reads, 30 sec each — free, 6 AM ET.
+ a live graph of the companies, people & themes underneath.
HOME/ARXIV PHYSICAL AI RESEARCH/MolmoAct2: Action Reasoning Mode…
PAPR
// RESEARCH PAPER
ARXIV PHYSICAL AI RESEARCH

MolmoAct2: Action Reasoning Models for Real-world Deployment

DATE May 18, 2026SOURCE ARXIV PHYSICAL AI RESEARCHPARTICIPANTS HAOQUAN FANG, RANJAY KRISHNA, ET AL. (ARXIV PHYSICAL AI)ARXIV 2605.02881
// KEY TAKEAWAYS5 ITEMS
  1. 01Open-Source VLA That Actually Competes With Frontier Closed Models
  2. 02Solving the Latency-Reasoning Trade-off That Has Blocked Production Deployment
  3. 03The Largest Open Bimanual Dataset Now Exists
  4. 04A Cross-Embodiment Action Tokenizer Trained at Scale
  5. 05A Novel Architectural Approach to Fusing Language Reasoning With Continuous Action Generation
// SUMMARY

Summary for Physical AI Investors & Operators


1. Key Themes

Open-Source VLA That Actually Competes With Frontier Closed Models

The central achievement here is a fully open Vision-Language-Action model that matches or exceeds closed proprietary systems — not just on paper benchmarks, but on the metrics operators care about. MolmoAct2 outperforms Pi-0.5 across real-world benchmarks, and its reasoning backbone MolmoER surpasses GPT-5 and Gemini Robotics ER-1.5 across 13 embodied-reasoning benchmarks. The abstract states directly: "MolmoAct2 outperforms strong baselines including Pi-05, while MolmoER surpasses GPT-5 and Gemini Robotics ER-1.5 across 13 embodied-reasoning benchmarks." This is significant because it means teams building on open infrastructure no longer have to accept a capability penalty for choosing openness over vendor lock-in.

Solving the Latency-Reasoning Trade-off That Has Blocked Production Deployment

One of the hardest unsolved problems in deploying reasoning-augmented robot policies is that chain-of-thought spatial reasoning is computationally expensive at inference time. MolmoThink directly attacks this: "an adaptive-depth reasoning variant that re-predicts depth tokens only for scene regions that change between timesteps, retaining geometric grounding at a fraction of prior latency" (Abstract). Rather than re-running full geometric reasoning every control cycle, the system identifies what has changed in the scene and reasons only about that delta. For real-world deployment, this is the difference between a policy that can run at robot control frequencies and one that can't.

The Largest Open Bimanual Dataset Now Exists — and It's Free

Data scarcity for bimanual manipulation has been a structural barrier for companies not named Physical Intelligence or Figure. MolmoAct2-BimanualYAM changes that calculus: "720 hours of teleoperated bimanual trajectories that constitute the largest open bimanual dataset to date" (Abstract). Combined with quality-filtered Franka (DROID) and SO100/SO101 subsets, this is a meaningful data infrastructure release that lowers the floor for new entrants targeting bimanual tasks without access to proprietary data pipelines.

A Cross-Embodiment Action Tokenizer Trained at Scale

OpenFAST is an open-weight, open-data action tokenizer "trained on millions of trajectories across five embodiments" (Abstract). The tokenizer problem — how to represent continuous robot actions in a way a discrete language model can reason about — has been a quiet bottleneck in VLA development. Having an open, pre-trained, multi-embodiment tokenizer that teams can drop into their training stack removes a non-trivial engineering burden and democratizes access to a component that frontier labs have built proprietary versions of.

A Novel Architectural Approach to Fusing Language Reasoning With Continuous Action Generation

Rather than forcing continuous actions through discrete token bottlenecks (lossy) or running separate models in sequence (high latency), MolmoAct2 uses "a flow-matching continuous-action expert grafted onto a discrete-token VLM via per-layer KV-cache conditioning" (Abstract). This architectural decision — sharing internal representations across the reasoning and action generation components at every layer — is a meaningful departure from the prevailing "VLM head + action decoder" designs and suggests tighter grounding between what the model thinks and what it does.


2. Contrarian Perspectives

Expensive Hardware Is Not a Prerequisite for State-of-the-Art VLA Performance

The conventional wisdom in enterprise robotics is that serious manipulation capability requires serious hardware — Boston Dynamics, Franka, or custom high-DOF platforms. This paper challenges that assumption directly. The new datasets explicitly span "low-to-medium cost platforms," including SO100/SO101 arm subsets (Abstract). Demonstrating competitive VLA performance on commodity hardware is a direct argument that the capability ceiling is being set by data and model quality, not hardware spec — which has significant implications for market sizing and deployment economics.

Closed Frontier Models Are Not the Only Path to Embodied Reasoning Leadership

The field has largely assumed that GPT-class closed models would maintain a durable lead in embodied reasoning because of their training scale advantages. MolmoER directly falsifies this on 13 benchmarks: "MolmoER surpasses GPT-5 and Gemini Robotics ER-1.5 across 13 embodied-reasoning benchmarks" (Abstract). The mechanism — "a specialize-then-rehearse recipe" on a 3.3M-sample corpus specifically curated for spatial and embodied reasoning — suggests that domain-specific training strategy can overcome general scale advantages. This is a strong signal for companies investing in purpose-built robotics foundation models rather than API-wrapping general-purpose LLMs.

Fine-Tuning Success Rates Are Below Deployment Thresholds — and the Field Is Underreporting This

The paper's abstract is unusually candid: "fine-tuned success rates remain below the threshold for dependable use" (Abstract). Most VLA papers benchmark on carefully selected task suites and claim progress. This paper names the gap explicitly as the motivation for the work, which implies the authors believe the community has been measuring the wrong things or overstating readiness. For operators evaluating VLA vendors, this is a red flag worth probing: what does "dependable use" mean in your vendor's benchmarks versus in your actual deployment environment?


3. Companies Identified

Allen Institute for AI (AI2) Description: Non-profit AI research institute, project page hosted at allenai.org/blog/molmoact2. Why relevant: The institutional home of MolmoAct2. AI2 is emerging as a credible open-source counterweight to Physical Intelligence and Google DeepMind in the VLA space. Their full release of weights, training code, and data makes them a foundational infrastructure provider for the robotics ecosystem. Quote: "We release model weights, training code, and complete training data." (Abstract)

Physical Intelligence (Pi) Description: Robotics foundation model company, makers of Pi-0 and Pi-0.5. Why relevant: Pi-0.5 is used as the primary competitive baseline. The fact that MolmoAct2 claims to outperform Pi-0.5 is the headline competitive claim of this paper. Pi represents the current benchmark for production VLA capability. Quote: "MolmoAct2 outperforms strong baselines including Pi-05" (Abstract)

Google DeepMind / Gemini Description: Google's AI research division, creators of Gemini Robotics ER-1.5. Why relevant: Gemini Robotics ER-1.5 is one of the explicitly named systems that MolmoER surpasses on embodied reasoning benchmarks. This positions MolmoER as competing directly with Google's robotics-specialized VLM. Quote: "MolmoER surpasses GPT-5 and Gemini Robotics ER-1.5 across 13 embodied-reasoning benchmarks" (Abstract)

OpenAI (GPT-5) Description: Creator of GPT-5, used as an embodied reasoning comparison baseline. Why relevant: The inclusion of GPT-5 as a comparison point signals that embodied reasoning is now being evaluated against frontier general-purpose models. MolmoER beating GPT-5 on these benchmarks is a strong claim about domain-specialization value. Quote: "MolmoER surpasses GPT-5 and Gemini Robotics ER-1.5 across 13 embodied-reasoning benchmarks" (Abstract)

Franka Robotics Description: Maker of the Franka Panda/FR3 research and light industrial manipulator. Why relevant: The DROID dataset (quality-filtered Franka trajectories) is one of the three new datasets released. Franka hardware is a reference platform for the training data, which affects which operators can most directly leverage these datasets. Quote: "quality-filtered Franka (DROID) and SO100/101 subsets" (Abstract)


4. People Identified

Haoquan Fang Lab/Institution: arXiv Physical AI / Allen Institute for AI Why notable: Lead author on the paper. Part of a 29-person team, suggesting this is a large-scale coordinated effort rather than a small academic project — which itself signals institutional commitment. Quote: Listed as primary author (Abstract)

Jiafei Duan Lab/Institution: Allen Institute for AI Why notable: Second author, likely a senior contributor to architecture or training methodology given position. Quote: Listed as second author (Abstract)

D. Clay, Sam Wang, Shuo Liu, Weikai Huang, Xiang Fan, Wei-Chuan Tsai, Shirui Chen, Y. Wang Lab/Institution: Allen Institute for AI and collaborating institutions Why notable: The breadth of the 29-person author list signals that this is a coordinated research program, not a side project. In the VLA space, team size and institutional backing are leading indicators of sustained research trajectory. Quote: "et al. (29 total)" (Abstract)


5. Operating Insights

The "Specialize-Then-Rehearse" Training Recipe Is Worth Stealing

The 3.3M-sample corpus used to train MolmoER was built with a specific curriculum: specialize on spatial/embodied reasoning first, then rehearse on general capabilities. This is described as "a specialize-then-rehearse recipe" (Abstract). For any team training or fine-tuning a VLA backbone, this curriculum design is directly actionable — it suggests that naively mixing general and domain-specific data is suboptimal, and that the order and ratio of training stages matters significantly for embodied reasoning performance. Teams fine-tuning on proprietary manipulation data should audit whether their training pipelines respect this sequencing.

Adaptive Reasoning at the Scene-Delta Level Is the Right Latency Architecture for Real-Time Control

MolmoThink's core idea — "re-predicts depth tokens only for scene regions that change between timesteps" (Abstract) — is a practical pattern that extends beyond this specific model. Any team deploying perception-heavy reasoning in a closed-loop control system should be thinking about compute allocation as a function of scene change rate, not running full inference every tick. This pattern of delta-triggered re-reasoning is applicable to perception stacks, occupancy prediction, and grasp planning pipelines independently of whether teams adopt MolmoAct2 directly.


6. Overlooked Insights

The KV-Cache Conditioning Architecture Has Implications Beyond This Model

The decision to graft the flow-matching action expert onto the VLM "via per-layer KV-cache conditioning" (Abstract) is an architectural pattern that deserves more attention than it will get in coverage of this paper. KV-cache conditioning means the action generation network has access to the VLM's internal reasoning state at every layer during inference — not just the final output token. This is architecturally different from systems where the VLM produces a summary embedding that gets passed to a separate action decoder. The practical implication: the action model can condition on intermediate reasoning steps, which should improve causal grounding between "what the model noticed" and "what the model does." Teams evaluating VLA architectures for tasks requiring multi-step conditional reasoning (e.g., "if the cup is empty, place it; if full, pass it") should pay close attention to whether their architecture supports this kind of deep cross-attention versus shallow output-level conditioning.

720 Hours of Bimanual Data Is a Structural Market Event, Not Just a Research Release

The BimanualYAM dataset being described as "the largest open bimanual dataset to date" (Abstract) is easy to gloss over as a data contribution footnote. It isn't. Bimanual manipulation — two-arm coordination for tasks like folding, assembly, and object handoff — has been gated behind proprietary data at Physical Intelligence, Figure, and Apptronik. The release of 720 hours of quality teleoperation data on accessible hardware changes the competitive dynamics for any startup targeting bimanual applications. The barrier to training a credible bimanual policy just dropped significantly, which will accelerate new entrants and likely compress the timeline to commercial bimanual solutions in logistics and light assembly. Investors evaluating companies whose moat is "we have bimanual data" should reassess that thesis.