Computer-vision confidence is not the same thing as sensor health. A camera can become smeared with mud or water while the detection model continues reporting high confidence, simply because the failure is outside the conditions it learned to recognize. A similar problem occurs when wheel encoders disagree with inertial measurements and the robot quietly accumulates slip.
I think deployed robots should expose health, degradation trend, task impact, and a recommended action—not just a confidence score or raw temperature. Minor degradation might mean continuing with redundant sensing; uncertain localization should mean slowing or narrowing the operating envelope; unbounded error should trigger help or a safe stop. The exact thresholds depend on the mission, but hiding the distinction is unacceptable. Diagnostics also need prioritization, since constant warnings create overload and false alarms erode trust. What useful way have you seen to communicate robot uncertainty, and what minimum telemetry would you require before trusting autonomous behavior?