Skip to main content
Back to blog
Privacy Engineering 7 min read

Swiss nFADP for Builders: Privacy Work That Actually Changes the Product

The revised Swiss data protection law is not paperwork for legal teams. It is an engineering brief for forms, logs, vendors, support tools, and AI datasets.

Sarah
Abstract Swiss shield and data-flow diagram representing privacy-by-design architecture.

A practical, product-level guide to turning Swiss privacy obligations into better architecture: smaller data surfaces, cleaner retention, safer vendors, and systems that can answer user requests without panic.

Swiss privacy law has become an engineering topic. The revised Federal Act on Data Protection, usually called nFADP, does not only ask companies to publish a better privacy notice. It asks them to know what personal data they collect, why they collect it, how long they keep it, who receives it, and what happens when a person asks for access or deletion.

That sounds legal. In practice, it is product architecture.

The real problem is not the privacy policy

Most teams can produce a policy. Far fewer can prove that the product behaves the way the policy promises. The hard questions live in the implementation: Which signup fields are genuinely necessary? Which analytics events contain identifiers? Which logs keep IP addresses? Which support tools expose customer data? Which subprocessors receive production records? Which backups still contain deleted accounts?

Those questions cannot be answered by legal text after launch. They have to be designed into the system while the system is being built.

Privacy-by-design means reducing the blast radius

The strongest privacy control is not a paragraph. It is not collecting unnecessary data in the first place. Every optional field increases breach impact, support burden, retention complexity, and user distrust. Every vendor integration adds a data-flow edge that someone must understand and maintain.

A good engineering response starts with a data map. For each data category, the team should know the purpose, owner, storage location, retention period, processor list, and deletion path. If a field has no owner and no retention rule, it is not harmless. It is technical debt with regulatory weight.

What builders should change this quarter

Start with forms. Remove fields that are convenient but not necessary. Separate product-critical data from marketing data. Avoid collecting sensitive categories unless the product truly depends on them. Make privacy defaults conservative, especially in user profiles, analytics, and notification settings.

Then look at logs and observability. Debugging data often becomes a shadow database: IPs, email addresses, request payloads, and tokens copied into systems that were never designed for privacy operations. Scrub aggressively. Shorten retention. Make sure production logs cannot quietly become a long-term identity store.

Finally, review vendors before the integration is live. A third-party script added for convenience can become a permanent privacy dependency. Engineering teams should ask the same questions for processors that they ask for infrastructure: what data flows there, under which agreement, for how long, and with what exit plan?

The AI angle

AI products make this more important. Training datasets, evaluation sets, embeddings, transcripts, support conversations, and prompt logs can all contain personal data. If teams treat AI data as experimental and exempt from normal governance, they create exactly the blind spot nFADP is trying to remove.

The practical rule is simple: if data can identify a person, it needs purpose, retention, access control, and deletion thinking before it enters the pipeline.

Why this is good business

Privacy work is often framed as friction. Done well, it reduces friction. A clear data map makes incident response faster. Minimal forms improve conversion. Shorter retention lowers breach impact. Better vendor discipline reduces procurement surprises. Tested access and deletion flows stop support teams from improvising under pressure.

In Swiss and European markets, trust is not a decorative brand value. It is part of the product. The companies that win are not the ones with the longest privacy notices. They are the ones whose systems are clean enough that the notice is easy to keep true.

The real question for 2026 is not whether privacy matters. It is whether privacy is part of the architecture, or whether the architecture keeps creating privacy problems that the company has to explain later.