Imagine you're making a sandwich blindfolded but wearing thick rubber gloves. Someone narrates what they see from across the room — "the bread is to your left, the knife is near your right hand." You could stumble through it, but you'd crush the bread, miss the jar lid, and smear mustard everywhere. Now imagine you get your bare fingertips back. Suddenly the task is trivial — not because the narration improved, but because you can feel contact pressure, slip, and texture in real time. That's the core insight of DexTacWAM: robot manipulation policies that only see video are working with the narrator, not the fingertips. The committed claim is this: by predicting future tactile states alongside future video frames inside a single diffusion-based world model, a bimanual 22-DoF robot hand can solve contact-rich manipulation tasks that vision-only world-action models consistently fail at. The average score across six tasks jumps from 38.0 (best baseline) to 70.6 — nearly doubling performance. This isn't incremental. Architecturally, DexTacWAM sits in the video-diffusion world-model family — think of it as a descendant of UniPi and GR-2 that now also hallucinates touch. Each fingertip gets its own encoder, then a "finger- and pose-aware tactile compressor" aggregates the five-finger tactile stream into a compact latent that gets injected into the diffusion denoising process. The critical design choice: touch is part of what the world model predicts, not just a side-channel conditioning signal. The ablation is brutal — remove tactile world modeling but keep the same tactile features and the same action expert, and the four-task mean plummets from 74.7 to 26.6. The contact dynamics prediction itself is load-bearing. The ladder comparison is honest and well-structured. The authors pit DexTacWAM against GR-2 (vision-only WAM), ACE (a strong action-chunking baseline), and several ablated variants of their own system. GR-2 manages 38.0 average; ACE gets 33.9. DexTacWAM at 70.6 wins on every single task, not just on average. The weakest margin is still meaningful. That said, the baseline set is internally consistent but doesn't include every possible dexterous manipulation approach — no comparison to RL-from-scratch or model-based RL with tactile observations. On integrity, the validation is simulation-based across six tasks on a bimanual platform, graded by the authors' own metrics. No real-hardware transfer is demonstrated. The six tasks are contact-rich and plausibly hard (bimanual peg insertion, bottle cap twisting, etc.), but there's no community benchmark for tactile dexterous manipulation — the field hasn't converged on one yet. The ~100 demonstrations per task is impressively low, and the continual-learning protocol (freeze vision VAE, adapt tactile encoder for 4 hours) is reproducible in principle. Code and project website are provided, which is good, but no independent replication exists yet. The efficiency numbers deserve attention: the tactile compressor retains 89.4% of pre-fusion contact recall while enabling 2.26× faster training and 1.29× faster inference compared to uncompressed tactile injection. Visual prediction quality degrades by only 0.5 dB after touch integration. These aren't cherry-picked metrics — they directly address the obvious objection that adding a whole new modality would blow up compute. The milestone question is where the field gets interesting. DexTacWAM works in simulation with ~100 demos per task. The next concrete threshold is sim-to-real transfer on real tactile hardware (e.g., DIGIT or GelSight sensors on a real Allegro hand) with comparable success rates. If the 70.6 average holds above 50 on real hardware with real sensor noise, that's the unlock — it means pretrained video world models plus cheap tactile adaptation is a viable recipe for contact-rich real-world manipulation. We're probably 1-2 years from a credible attempt. The obvious experiment the authors didn't run: real-hardware deployment. The honest read is (a) — they ran out of time/budget/hardware access. The paper is already 22 pages, the simulation results are comprehensive, and real-robot tactile experiments with bimanual 22-DoF hands are logistically brutal. This is almost certainly the next paper.