Imagine you're training a new line cook. You wouldn't stand behind them demonstrating how to boil water or chop onions — they already know that. You'd step in only for the tricky parts: the sauce reduction, the plating, the timing on a soufflé. That's TANDEM's core insight applied to robot learning. Human teleoperators currently demonstrate entire long-horizon tasks end-to-end, including stages the robot could already handle autonomously via classical task and motion planning (TAMP). TANDEM flips this by letting the planner run everything it can, and calling a human only when it hits a stage outside its domain. The mechanism is clever and specific. Given a language instruction and a visual observation, TANDEM uses pretrained vision-language models (VLMs) to identify what's missing from the planner's domain — new predicates and what the authors call "magic operators" that represent human-executed actions. The planner then interleaves autonomous stages with human-executed stages seamlessly, without anyone having to pre-specify where the handoffs occur. After each human intervention, the system re-perceives the scene and verifies the intended effects actually happened before resuming autonomous planning. This is not a fixed pipeline — it's an adaptive loop. The data efficiency claim is the headline number: 2.9× as many demonstrations collected per unit of human intervention time compared to full-task teleoperation. This matters because human teleop time is the bottleneck in scaling robot foundation models. If you can get nearly 3× more training signal per hour of expensive human attention, that's a direct multiplier on data collection scalability. The fine-tuning results land squarely on a pretrained VLA model — specifically π₀.₅-DROID. Starting from 0% task success across five long-horizon manipulation tasks that exceed the TAMP domain's native capabilities, 20 TANDEM-collected demonstrations per task push average success to 60%. That's a small dataset producing a large capability jump, which suggests the demonstrations are high-quality and well-distributed across the skills the model actually needs. A subtle but important design choice: TANDEM aligns planner-generated motions with the target VLA model's pretraining distribution by referencing example pretraining trajectories. This prevents the common failure mode where synthetic or planner-generated data looks nothing like what the model saw during pretraining, causing distribution mismatch during fine-tuning. The authors are explicitly solving the sim-to-real-style gap, but within the data pipeline rather than the simulation environment. The evaluation covers five long-horizon manipulation tasks, all deliberately chosen to exceed the TAMP domain. The comparison against full-task teleoperation on a representative task is the strongest result. What's missing is a comparison against other hybrid or active-learning data collection strategies — the baseline is pure human teleoperation, which is the obvious comparison but not the only one. The paper is under review, with no independent replication yet. The broader significance sits in the ongoing argument about how to scale robot foundation models. The brute-force approach says collect massive datasets via teleoperation. The planning-first camp says classical methods should handle everything. TANDEM argues the answer is neither — it's a hybrid that treats human skill as an on-demand resource, called only when the planner's domain model runs out. If this pattern generalizes, it changes the economics of robot data collection substantially.