Imagine you're navigating a GPS app that recomputes your route one meter at a time — hundreds of tiny recalculations before you get a single direction. Now imagine a version that looks at the whole map once and hands you the full route in one shot. That's the core mechanism here: collapsing the expensive iterative denoising of diffusion-based robot policies into a single network evaluation by learning the entire transport map directly, and doing it on the curved geometry where robot joints actually live. The committed claim: Riemannian MeanFlow Policy (RMFP) achieves action-sequence generation quality competitive with multi-step diffusion and flow-matching policies while requiring as few as one network function evaluation (NFE), on action spaces that are smooth manifolds (think: joint angles on a sphere, SE(3) poses). This matters because diffusion policies in robotics typically need 10-100 denoising steps per action chunk, and each step is a full neural-network forward pass. At real-time control rates — 10-50 Hz — that's a hard wall. The architecture sits in the flow-matching family, specifically extending the recent MeanFlow idea (which learns the flow map rather than the vector field) to Riemannian manifolds. The key structural choice is a two-loss training regime: a Riemannian Conditional Flow Matching (RCFM) loss anchors the model to data on the manifold, while a flow-map consistency loss enforces that the learned map satisfies finite-time transport. The exponential and logarithmic maps of the manifold replace Euclidean addition and subtraction throughout. This is not attention vs. recurrence or supervised vs. RL — it's a question of whether you can shortcut iterative sampling by learning the entire ODE solution operator. On the ladder: the paper benchmarks against Diffusion Policy, RCFM (their own anchor loss used standalone with multi-step integration), and Euclidean Flow Matching baselines across spherical LASA handwriting tasks, Push-T, Robomimic Tool Hang and Transport, and Franka Kitchen. RMFP matches or comes within a few percentage points of the multi-step methods on success rate while using 1-4 NFEs instead of 10-100. On Push-T the gap is narrow; on Tool Hang the comparison is tighter. They do not claim to beat multi-step methods on raw accuracy — the claim is parity at dramatically lower compute. This is an honest framing. Integrity is mixed but not bad. The benchmarks are community-standard (Robomimic, Push-T, Franka Kitchen), and the paper includes a real-robot experiment — a Franka Panda performing a multi-step manipulation task with wrist-camera observations. However, there's no pre-registration, no independent replication, and the ablation studies, while present, are limited to the authors' own codebase. The real-robot experiment is a single task; it demonstrates feasibility, not robustness across deployment conditions. Code availability is not confirmed from the abstract. The milestone to watch is whether single-NFE manifold policies can scale to high-dimensional action spaces (humanoids, dexterous hands with 20+ DoF on non-trivial manifolds like SO(3)^n) while maintaining the accuracy parity. The current demonstrations top out at moderate dimensionality. If RMFP or its descendants hold up at humanoid scale with sub-10ms inference, that's the threshold where diffusion-based control becomes viable for reactive real-world tasks — catching thrown objects, dynamic locomotion. We're probably 1-3 years from that test. The experiment the authors didn't run: scaling to high-DoF humanoid manipulation or locomotion tasks with richer manifold structure (e.g., full SE(3) end-effector trajectories combined with joint-space constraints). The honest read is (a) and (c) — the Riemannian machinery gets more expensive and numerically delicate on product manifolds of higher dimension, and this is likely being saved for follow-up work once the foundational result is established.