On July 22, 2026, Amap announced a full-stack upgrade of the ABot embodied-AI system, releasing N1, M0.5, ER, AgentOS and C0 in one go, and taking SOTA on 17 benchmarks. The five models correspond to a robot's "feet, hands, senses, central nervous system, motor neurons", transplanting "operating-system thinking" into embodied AI. The most interesting piece to dissect is ABot-M0.5 (arXiv:2607.00678), which proposes a unified Mobile-Manipulation World Action Model (WAM). The paper diagnoses VLA's three hard problems: reactive, no explicit world modeling, cumulative error in long-horizon rollout. The solution is "three-layer alignment": intermediate latent actions bridging video latent variables and control signals; a two-layer Mixture-of-Transformers decoupling the "base + arm" two heterogeneous action subspaces; and a dream-forcing training strategy that progressively trains inverse dynamics on the model's predicted video, aligning the training-inference distribution. M0.5 hits SOTA on both long-horizon task success rate and fine-grained control accuracy. The other four are arranged by OS position: N1 feet (navigation), M0.5 hands, ER senses, C0 motor neurons, AgentOS central nervous system — stringing the first four into a long-horizon closed loop. Modules are independently swappable, so whichever upgrades first doesn't require a full retrain. The takeaway for the field: the past two years have been a race to "end-to-end VLA in one pot"; ABot's answer is to admit modularization still works, but interfaces must be defined by "soft buses" like latent actions and world models, not hard SLAM/Semantics/Planning interfaces. Code is open-sourced (github.com/amap-cvlab/ABot-Manipulation). The embodied "GPT moment" hasn't arrived; building the OS layer first is closer to production than piling on parameters.