Three questions validation asks
Independent validation, in the model risk tradition, asks three questions, and they remain the right three for AI systems even where the methods have to change.
Is the approach conceptually sound? Is this the right kind of system for this problem at all, are the assumptions defensible, and does the design match the stated purpose? This is the question that catches the most expensive mistakes, because a technically excellent implementation of the wrong approach fails no test until it fails in production.
Is it implemented correctly and performing? Does the code do what the design says, does it perform adequately on data representative of real use, and does it hold across the populations it is used on?
Is it still working? Ongoing monitoring, and outcomes analysis comparing what the system predicted against what actually happened.
The first question is where validation adds most value and where organisations spend least effort, because it requires domain judgement rather than measurement and cannot be automated. A validator who only checks the second question is performing quality assurance, not validation.
All three must be performed by someone independent of the developers. That is not a comment on developer integrity; it is that people cannot reliably find the flaws in reasoning they themselves produced.

