Imagine you're a short-order cook in a diner that never closes. Orders appear on a ticket rail while you're mid-flip, old tickets expire, and both your hands are doing different things. You can't pause to re-read every ticket from scratch — you need a running mental model of what's on the grill, what just came in, and what your hands are already committed to. That's the problem this paper solves for robots. The committed claim: a single pretrained vision-language-action backbone (π0.5), augmented with three small modules for live perception, embodied state tracking, and action history, can handle open-ended dual-arm manipulation where instructions arrive asynchronously, the scene changes continuously, and past actions reshape future reasoning. No new foundation model, no exotic architecture — just context management done right. The architecture is deliberately conservative. ARMS sits in the vision-language-action (VLA) model family — the line of work descending from RT-2 and π0 that conditions large pretrained models on robot observations. The key structural choice is asynchrony: the three context modules update independently so that watching (processing the live video stream for new instructions) and recalling (querying the robot's own action history) never block acting (generating motor commands). Both arms receive commands concurrently through an agent-causal self-history log that tracks which arm did what, and when. This is closer to an operating-system scheduling insight than a deep-learning insight, and the paper is better for admitting it. The ladder is honest but thin. ARMS scores 45% on their combined benchmark against 28% for the strongest of four baselines. That's a 60% relative improvement, which sounds impressive — but we're talking about a bespoke benchmark (ARMS Dataset) built by the same team, not a community standard. The baselines include variants of the same π0.5 backbone without the context modules, which is the right ablation, but there's no comparison to other streaming or multi-task robot frameworks outside the π0 family. The absolute success rate of 45% also means the robot fails more often than it succeeds. Integrity is mixed. On the positive side, the dataset construction is transparent — a staged teleoperation script that auto-labels all module supervision from real dual-arm demonstrations, avoiding extra annotation. Ablations are clean: removing the memory module, the embodied-state head, or asynchronous concurrency each degrades performance, confirming each component carries load. On the negative side, this is same-team evaluation on a same-team benchmark with no independent replication, no pre-registration, and no code release mentioned in the abstract. The 45% number is compelling as a proof of concept but not yet externally validated. The milestone question is where this gets interesting for robotics broadly. The field's open argument is whether you build always-on capability into the foundation model itself or bolt it on as context management around a frozen backbone. ARMS bets on the bolt-on approach — cheaper, faster to iterate, and compatible with whatever the next foundation model is. The next concrete number to watch: can this approach cross 70% on a community benchmark for concurrent multi-step manipulation? That's roughly where reliability becomes useful outside a lab. We're maybe 2-3 years away if hardware and data pipelines scale. The obvious experiment not run: testing ARMS on a third-party robot platform or with a different foundation model backbone. The authors built everything on π0.5 and their own hardware. This could be (a) budget constraints — they had one robot setup and one model, or (c) they're saving cross-platform generalization for the next paper. Either way, the missing experiment is the one that would tell you whether this is a general architectural insight or a well-tuned system integration for one specific stack.