Imagine you're learning to parallel park. The first few times, you think about every micro-adjustment — wheel angle, speed, distance to curb. But eventually your brain compresses the whole maneuver into a single smooth routine that you execute without conscious thought. This paper does something structurally similar for wheel loaders: it takes the ugly, nonlinear dynamics of a 20-ton articulated vehicle shoving dirt and compresses them into a linear representation that a fast controller can reason about in real time. The claim: a hierarchical framework combining geometric planning with deep bilinear Koopman models enables real-time autonomous V-cycle maneuvers for wheel loaders, running inside a 50-millisecond control loop in high-fidelity simulation. The V-cycle — forward into the pile, scoop, reverse out, turn, dump, repeat — is the bread-and-butter of earthmoving. It's repetitive enough to automate but hard enough to make classical model-based control choke. Articulated steering creates coupled nonlinear kinematics. Tire-terrain interaction is messy and state-dependent. The authors sidestep the full nonlinear modeling problem by lifting the dynamics into a higher-dimensional space where everything behaves linearly — the core trick of Koopman operator theory. They learn two separate deep bilinear Koopman models (one for forward motion, one for reverse) from data generated in Algoryx Dynamics, a commercial physics engine used in mining and construction simulation. The architecture is a clean two-layer hierarchy. The upper layer solves a reduced-order kinematic optimization problem to generate the full V-cycle geometry — forward and reverse trajectories jointly optimized through a shared intermediate waypoint. The lower layer takes these reference trajectories and tracks them using model predictive control (MPC) built on the learned Koopman representations. Because the Koopman lifting makes the dynamics bilinear (linear in state, bilinear in control), the MPC can be solved efficiently enough to hit a 50ms execution cycle. That's 20 Hz — fast enough for real-time operation of heavy machinery. The integrity picture is mixed but honest about its limits. All validation happens in Algoryx Dynamics simulation — no physical hardware, no outdoor field tests. The Koopman models are trained on data from the same simulator used for testing, which creates a closed-loop validation concern. The authors don't compare against other recent learning-based controllers or reinforcement learning approaches for construction equipment. They compare against their own geometric planner without the Koopman tracking layer, which shows the system works end-to-end, but doesn't tell you how it stacks against the best competing methods. The 50ms loop time is demonstrated but hardware-in-the-loop latency, sensor noise, and real terrain variability remain untested. What makes this paper interesting rather than incremental is the specific marriage of techniques. Koopman-based MPC has been explored for vehicles before, but applying it to articulated heavy equipment with separate forward/reverse models and coupling it to a geometric V-cycle planner is a clean systems-level contribution. The bilinear formulation is key — pure linear Koopman models would struggle with the control-dependent dynamics of articulated steering, and the bilinear structure keeps the MPC tractable. The reduced-order kinematic planner generating the reference trajectory is also a practical choice: it decomposes the problem into geometry (which you can reason about) and dynamics (which you learn). The obvious next step is physical validation — running this on an actual wheel loader with real sensors, real terrain, and real latency. The authors almost certainly didn't do this because access to instrumented heavy equipment and a controlled test site is expensive and logistically brutal. The second missing experiment is a head-to-head comparison with reinforcement learning approaches (which have been applied to similar construction tasks) and with more traditional nonlinear MPC using first-principles models. Either of these would sharpen the contribution claim significantly. The milestone to watch is whether this framework transfers from simulation to a real machine with less than, say, 30% performance degradation — the sim-to-real gap is where most construction robotics work dies. For practitioners in construction automation, mining robotics, or Koopman-based control design, this is a well-structured proof of concept. It won't change how anyone operates equipment tomorrow, but it demonstrates a plausible control architecture for autonomous earthmoving that avoids both the fragility of pure model-based approaches and the opacity of end-to-end RL. The 50ms loop time is the headline deliverable — it says this architecture class is fast enough for the job. Whether it's robust enough is the question the next paper needs to answer.