179 questions
No questions match those filters.
How do you adjudicate choosing between a cheap training...
This is one of the questions in the full AI/ML interview bank. Pro unlocks all 1789 questions; Premium includes the same bank plus the highest daily Practice limit.
See plansWhen evaluating content licenses, choosing a cheap pre-training license based on favorable fair-use assumptions creates severe long-term operational liabilities. Once licensed material is trained directly into model weights, revoking that content—due to contract termination, legal shifts, or creator opt-outs—requires an expensive, full model retraining run.
In contrast, a retrieval-only license maintains content inside external datastores or vector indexes. Under a retrieval paradigm, compliance with license expirations, deletion clauses, or right-to-be-forgotten requests is achieved simply by removing records from an index without impacting base model parameters. Translating legal risks into clear financial metrics—comparing the one-time licensing price difference against potential multi-million dollar retraining costs—proves that keeping content inside deletable retrieval layers is the superior system design.