In the PMI-CPMAI view of the AI data lifecycle, the first responsibility when dealing with inconsistent, multi-source data is to detect, understand, and reconcile conflicting data points before any enrichment, augmentation, or modeling. In predictive maintenance scenarios, sensor feeds may differ in units, timestamps, calibration, or reporting logic. If these inconsistencies are not resolved, they propagate into the model, creating unreliable predictions and operational risk.
PMI-CPMAI–aligned practices emphasise a structured data quality management approach: profiling the data, identifying mismatches and anomalies, and then reconciling or correcting them using agreed business rules and domain expertise. This may include harmonizing units, resolving duplicate or contradictory records, aligning timestamps, and deciding which source is authoritative in case of conflicts. Only after this reconciliation step should teams consider enhancement with additional data sources or more advanced techniques.
Options A and B (enhancement and augmentation) are secondary steps that can only add value once the core dataset is internally consistent. Option C (implementing a validation protocol) is important for ongoing quality control, but the question focuses on what to do now to handle existing inconsistencies. Therefore, the most appropriate immediate action for the project manager is to identify and reconcile conflicting data points so the training data is accurate, consistent, and trustworthy for the AI model.
===============
Submit