The cost of ignoring data rules is rarely paid on day one. The system goes live, it works, and months pass without incident; the bill arrives later, in a form no budget anticipated: a leak, a customer complaint, or a new requirement that forces the whole data flow to be rebuilt.
What matters is that compliance cannot be added at the end of a project. If a system stores every piece of data it encounters from the outset and keeps no trace of how it reached its decisions, adding privacy means rewriting rather than adjusting. The difference between asking these questions in week one and in year two is the difference between a few meetings and a few months of work.
Data you never collect is data that cannot leak. The sentence sounds trivial but runs against a common engineering habit built on storing everything and working out its use later. In most projects the bulk of the functionality comes from anonymous or aggregated data; a national ID and a phone number are usually not needed to predict behaviour, they are needed to identify a person. Separating those two needs sharply reduces the volume of sensitive data.
When a system decides about a person — rejecting a credit application, ranking job applicants, setting a service tier — you must be able to say why. That is not only a regulatory obligation but your own risk management tool: a model whose mechanics you do not understand may reproduce the bias in historical data at scale. The acceptable minimum is that for every consequential decision you record which inputs were seen and which person was responsible for review.
Iran has no unified personal data protection law of the EU kind, but that is not the absence of obligation: sectoral rules in banking, insurance and health set explicit limits on transferring and retaining data, and the general direction is toward tighter enforcement. For a company with foreign customers, or one processing data on an external service, rules from across the border apply as well. The sensible course is to design against the strictest foreseeable requirement, because retrofitting alignment costs more than getting it right at the start.
Consider a company that copied complete customer records into its analytics environment to study purchasing behaviour. A review showed the model needed neither name, phone number nor address; replacing those fields with an anonymous identifier left predictive accuracy untouched while cutting the sensitive data available to the analytics team to a fraction of what it had been. The side benefit was that the project left the legal team's worry list and picked up speed.
Privacy is not a constraint on innovation; it is the frame that insures a project against its own risks. An organization that collects the minimum necessary from the start and records how it decides gets into trouble later and moves faster meanwhile.
