I’m wary of autonomous robots silently updating perception or sensor-calibration models while they are doing real work. A lighting change, reflective floor, shifted camera, or different payload can change what the sensors see and how the robot moves. If the model adapts at the same time, a new path, missed detection, docking error, or odd grasp becomes hard to distinguish from a fault—or from the robot “improving.”
That is a deployment problem, not an abstract objection to learning. I’d want updates evaluated in shadow mode against recorded sensor data, stored with versioned local logs, and activated through an explicit lifecycle transition. Safety-critical changes should require operator approval, with automatic rollback if monitored behavior crosses a defined boundary.
Should teams prioritize continuous adaptation or reproducible behavior in the field? Share deployment examples, or argue for a different threshold.