Imagine you're a jazz pianist improvising. Your left hand plays chords (actions) while your right hand sketches a melodic line a few bars ahead (predicted future states). You don't follow a written score — the sketch IS your plan, and it changes in real time as the band shifts key. That's the core mechanism of PredActor: a single diffusion policy that simultaneously generates executable motor commands and an internal trajectory of where the robot expects to be, using the predicted trajectory as a steering handle rather than a rigid reference. The committed claim: a single proprioceptive diffusion policy can jointly generate actions and future-state predictions, be steered at test time via both text conditioning (classifier-free guidance) and goal-state objectives (classifier guidance), and run onboard a real humanoid at control-loop speed — without privileged state estimation or a separate tracking controller. This is not the first diffusion policy for locomotion, but the integration of joint state-action generation, dual guidance mechanisms, and real-time edge deployment in one system is genuinely new. On the ladder, PredActor reaches all 15 navigation targets in simulation where prior action-only diffusion baselines presumably do not (exact competitor target counts not reported). The text retrieval score — measuring how well the robot's behavior matches a text command — hits 0.580 versus 0.373 for conditional action diffusion, a 55% relative improvement. Disturbance survival is reported as 'similar,' which is honest: the predicted-state machinery helps steering more than robustness. The real hardware validation on a Unitree G1 demonstrates text-conditioned motion, joystick steering, disturbance recovery, and semantic interpolation between behaviors. Architecturally, PredActor belongs to the joint state-action diffusion family, using a denoising diffusion probabilistic model conditioned on proprioceptive history (no vision, no privileged full-body state). The key structural choice is rolling denoising — overlapping denoising windows so the policy doesn't start from scratch every cycle — combined with computation-preserving runtime tricks that squeeze inference to 16.790 ms median on an NVIDIA Jetson Orin NX. The 20 ms control period is the hard constraint; hitting 19.383 ms at p95 means this genuinely fits the real-time budget with almost no margin. Integrity is mixed. The simulation results look solid — 15/15 targets, quantified text retrieval, disturbance tests — but baselines are limited. The paper compares primarily against conditional action diffusion rather than, say, the strongest hierarchical tracker-based systems (like those from Berkeley or ETH Zurich) that dominate legged locomotion benchmarks. The hardware deployment is real and demonstrated on video, which is strong, but the physical evaluations appear qualitative rather than quantified with success rates or error distributions. No code or pre-registration is mentioned. The milestone that matters: sub-20ms inference on edge hardware is the gate this paper walks through. The next gate is sub-10ms with vision-conditioned diffusion on the same hardware class, which would unlock outdoor navigation with obstacle avoidance. That likely requires either architectural compression (distillation, quantization) or the next-gen Jetson. Roughly 1-3 years if NVIDIA's roadmap holds. The obvious experiment not run: vision-conditioned operation. The entire system uses proprioception only. Adding even a low-resolution camera feed would test whether the joint diffusion + guidance framework survives the higher-dimensional input space. The honest read: this is almost certainly the next paper, not a failure — the authors explicitly scoped to proprioception to nail the real-time story first, and vision adds both latency and architectural complexity that would muddy the contribution.