Your model will change.
Plan the change control now.
The most expensive sentence in a machine learning submission is the one you did not write eighteen months earlier.
Teams building AI into regulated products tend to treat the model as a component that gets finished. It does not get finished. Data distributions move, the population using the product widens, a supplier changes a sensor, and the model that was validated in year one is quietly wrong in year two.
The mechanism that exists for this is a predetermined change control plan, a description, written before authorisation, of the modifications you anticipate making, how you will validate them, and the limits within which you will stay. Get it right and a retrained model ships under an existing authorisation. Get it wrong, or skip it, and every meaningful improvement becomes a new regulatory event.
What teams get wrong
Writing it too narrowly. A plan that only covers retraining on more of the same data will not cover the change you actually want to make, which is usually a new input modality or a widened indication.
Writing it too broadly. A plan that reserves the right to change anything is not a plan, and reviewers read it as one.
Writing it last. By then the architecture has already made some changes impossible, most often because the evaluation pipeline cannot be re-run reproducibly on demand.
What to do instead
Decide, during architecture, what you expect to change and build the machinery for it: a versioned evaluation set, a reproducible retraining pipeline, and performance monitoring in production with a defined trigger. The regulatory artefact then describes something that genuinely exists, which is a much easier conversation than describing something you intend to build.
The engineering cost of this is real but modest, and it is dramatically lower than the cost of discovering, two years in, that your improvement path requires a new submission each time.
Related: Applied AI · Digital health