Why Data Quality and Human Review Matter in Agricultural Risk Screening
A responsible workflow should identify when evidence is strong enough to review and when the system should return an insufficient-evidence state.
Responsible Design7 min read

Core message
A useful system does not force a conclusion from weak evidence. It should make limitations visible, support abstention and require a recorded reviewer decision.
The most useful answer a screening workflow can give is sometimes that the evidence does not support an answer.
The risk of overconfident output
Software tends to present output with uniform confidence. A figure rendered from six clean observations looks identical to one rendered from a single partially obscured scene, and the interface rarely communicates the difference.
In a review setting that uniformity is a real hazard. Decisions accumulate on top of the output, and the weakness of the underlying record only surfaces when the outcome is challenged — at which point the reasoning has to be reconstructed from memory.
Valid observations and source quality
The count of cloud-valid observations within the analysis period is the single most practical quality signal for optical imagery. It is easy to explain, easy to audit and directly limits what a trend can support.
Recency matters alongside count. Five usable observations clustered at the start of a thirty-day window describe a different period than five spread evenly across it, so both the count and the distribution belong in the record.
Missing data and cloud conditions
Missing data should be represented as missing, not interpolated into an apparently complete series. Smoothing across a gap produces a chart that looks more informative than the observations justify.
Showing the gap changes the reviewer's next action. It prompts a request for ground evidence, an extension of the window, or a decision to wait — all defensible responses that a filled-in curve would have quietly discouraged.
Transparent screening conditions
Screening conditions should be written in language a reviewer can restate without reading code: an NDVI deviation threshold against a same-season median, a precipitation percentile threshold, and a minimum number of cloud-valid observations.
Publishing the conditions also makes them contestable. A program administrator who disagrees with a threshold can argue about the threshold itself rather than about the behaviour of an opaque model.
The role of abstention
Abstention is a designed outcome, not a failure state. When observation sufficiency is not met, the workflow returns an insufficient-evidence result and does not evaluate the remaining conditions.
This keeps the system honest about its own coverage. It also produces a clearer queue: cases needing more evidence are visibly separate from cases where the evidence supports review.
Recording the human decision
A screening outcome routes attention; the reviewer supplies the judgment. Capturing the decision, the reviewer, the date and a written note turns a transient conclusion into an accountable record.
Requiring that record before a report can be approved keeps the sequence intact. The report then reflects a review that actually happened, in the order it happened, with the evidence that was available at the time.
