Imagine you're choosing a restaurant from Google Maps. The app predicts travel time accurately for all five options — but you pick the one shown as 12 minutes away, and it turns out traffic reroutes make the 14-minute option faster in practice. The predictions were correct in isolation, but the ranking among your actual choices was wrong. That's the core problem D-JEPA solves for robot planning. The committed claim: latent world models (specifically JEPA-family architectures) predict future states well but fail at decision-local ranking — choosing correctly among a small set of candidate actions near a goal. D-JEPA introduces a bounded, permutation-equivariant operator that learns ordinal relationships (which candidate is actually better) from executed outcomes, layered on top of a pretrained predictive model. This is not a new world model from scratch; it's a decision-alignment module that retrofits existing ones. The architecture sits in the Joint Embedding Predictive Architecture (JEPA) family — think self-supervised latent prediction without pixel-level reconstruction, descended from Barlow Twins and VICReg, with the planning-via-latent-distance mechanism from TD-MPC and its successors. The key structural choice is the "restricted predictor adaptation" design: the pretrained predictive geometry is mostly frozen, and the decision-alignment operator works in a constrained space so it refines rankings without destroying the underlying prediction quality. A shared ordinal interface allows this alignment to transfer across different predictive backbones. The ladder is solid. On PushT (a standard 2D manipulation benchmark), D-JEPA hits 87.89% success rate. On RoboTwin, a multi-task manipulation suite, it gains 15.04 points on average over baselines. The physical robot experiments show a 17-point improvement. These are compared against pretrained action-producing models and latent planning baselines — the paper names its opponents. The results span simulation, manipulation benchmarks, pretrained policy adaptation, real hardware, and autonomous driving, which is an unusually wide evaluation spread for a single method paper. Integrity is mixed. The evaluation breadth is genuinely impressive — five distinct domains including physical robots and driving. But this is entirely self-reported, with no independent replication. The benchmarks (PushT, RoboTwin) are community-standard, which is good. The autonomous driving evaluation adds credibility because it's a domain where failure modes are well-understood. However, we don't know if benchmark selection was pre-committed, and the paper's 26 pages (with appendices) make it hard to assess which ablations might have been run and omitted. The milestone question is where this gets interesting. The decision-alignment gap D-JEPA identifies is likely general — any latent world model used for planning faces it. The next number to watch: can this approach maintain its gains at scale, on tasks requiring 50+ step planning horizons with compounding decision errors? Current results are on relatively short-horizon manipulation tasks. If the ordinal alignment holds over longer horizons with more candidate actions, this becomes a standard component in world-model planners. If it doesn't, it's a useful trick for tabletop manipulation. The obvious experiment not run: scaling to substantially longer planning horizons (100+ steps) and high-dimensional action spaces where the candidate set is much larger than the few competing futures tested here. My read is (a) compute and environment complexity — building long-horizon benchmarks that cleanly test decision-local ranking is hard — mixed with (c) saving the scaling story for a follow-up. The physical robot results suggest the authors are serious about real deployment, not just benchmark farming.