The Waze application receives explicit input from users referring to many issues: traffic, police traps, construction, speedcams, accidents, weather conditions, or any hazards along the way.
How does Waze validate whether these inputs are true or false?
How does Waze make the decisions that can be triggered by such input validation?
Are these validations and decisions makings performed automatically or through the intervention of a computational scientist?
Since Waze handles a streaming data processing, the validation and decision makings after a user input should be done online.
Thanks and appreciate any tips.