A municipal pothole-report tester is about to paste a full citizen export—phones and emails included—into an LLM just to draft three cases. Which mitigation principle should guide the prompt?
Select an answer to reveal the explanation.
Short Explanation
You do not need the whole citizen phone book to draft three pothole cases. Data minimization means feed only what is necessary and non-sensitive—and skip sensitive fields unless the law clearly allows it. Dumping the full export is the opposite habit.
Full Explanation
Data minimization is the default prompt-hygiene mitigation for GenAI in testing. Testers should supply only the necessary amount of non-sensitive data and avoid sensitive personal data unless legally permitted. Complete exports, architecture swaps, and temperature tricks are not substitutes for that principle.