Imagine you're directing a play, but your actors are in different cities and performing on a stage that doesn't physically exist. Each actor wears a motion-capture rig and moves a puppet on a shared virtual stage — and here's the key part — their puppets can bump into each other, hand off props, and carry heavy objects together with realistic physics. That's MATE. The platform lets multiple human operators, each wearing VR/mocap gear in separate locations, simultaneously teleoperate whole-body humanoid robots inside a physics simulator (Isaac Sim). The humanoids share the same environment and interact with each other and objects under real physics constraints — contact, friction, weight transfer all preserved. The actual claim: this is the first virtual teleoperation platform that enables physically-coupled multi-humanoid collaboration data at scale, and the data it produces transfers zero-shot to physical robots. The problem MATE attacks is real and well-understood. Training humanoid robots to collaborate — carrying a table together, handing off packages mid-stride, opening doors for each other — requires demonstrations of coordinated whole-body behavior. Doing this with physical robots means buying multiple $100K+ humanoids, renting dedicated lab space, manually resetting scenes after every episode, and getting all operators physically co-located. It doesn't scale. Previous teleoperation pipelines (ALOHA, UMI, TeleMoMa, HumanPlus) target single-agent manipulation, typically arms-only. Multi-agent sim platforms like RoboCasa or Habitat exist, but use scripted or RL-generated behavior, not human demonstrations of collaboration. MATE's architecture stacks three layers: a retargeting layer that maps each operator's body motion onto a humanoid model in real time, a physics simulation layer (Isaac Sim with GPU parallelism) that enforces coupled dynamics among all agents and objects, and a data collection layer that synchronizes multi-view RGB, depth, proprioception, and action streams across all agents at each timestep. The retargeting handles the kinematic mismatch between human and robot morphologies — different limb lengths, joint limits, balance constraints — using inverse kinematics with a learned locomotion policy for lower-body stability. Operators see the shared scene through VR headsets and can coordinate verbally. The dataset they built is the headline deliverable: 2,500 joint episodes across five task families — object handover, relay delivery, environment interaction (one robot opens door, other walks through), and cooperative transport (two robots carrying a long object). That's 24.1 hours of coordinated behavior, collected at roughly 4× the throughput of physical teleoperation by their estimates. Each episode includes synchronized multi-camera RGB, depth, robot proprioception, and action labels for both agents. The second contribution is EAIS (Execution-Aligned Interaction Sampling), a data-sampling strategy for imitation learning from multi-agent demonstrations. The core insight: in collaboration data, most timesteps are boring (both robots walking to position), but a few are critical (the handoff moment, the coordinated lift). Uniform sampling wastes capacity on dead air. EAIS computes a sampling signal within an 'execution-aligned prefix' — the portion of the trajectory where task-relevant actions are happening — and upweights timesteps where inter-agent interaction and task progress are highest. They evaluate with both standard imitation learning (ACT, Diffusion Policy) and vision-language-action models (OpenVLA-OFT), showing EAIS consistently improves success rates by 10-25 percentage points on collaborative tasks. The zero-shot sim-to-real transfer result is the strongest validation signal. They deploy learned policies on a physical Unitree G1 humanoid performing handover and transport tasks — no real-world fine-tuning, no domain randomization tuning reported. Success rates in sim range 52-84% across tasks; real-world transfer degrades but remains functional. The paper is honest that cooperative transport is the hardest task (lowest success rates), and that the sim-to-real gap remains non-trivial. But the existence proof matters: virtual multi-agent teleoperation data can produce policies that work on physical hardware. The obvious gap is scale and generalization. Five task families with fixed object sets and two-agent scenarios is a proof of concept, not a production pipeline. The authors don't test 3+ agent collaboration, don't vary robot morphologies, and don't benchmark against the strongest single-agent teleoperation baselines (ALOHA's bimanual manipulation numbers, for instance). The EAIS sampling strategy is evaluated only on their own dataset — no cross-dataset validation. And the sim-to-real transfer numbers, while impressive as existence proofs, aren't compared against domain-randomization or sim-to-real transfer baselines from the single-agent literature. These are compute-and-scope limitations, not methodological flaws — this reads like a first paper in what will be a series.