Field notes

Privacy systems · May 2026

What privacy systems are really storing

A consent platform is not just a settings page. It is the place where a product records what it is allowed to keep doing.

Most products remember more than a user ever sees: the account, the session, the cart, the device, the notification preference, the marketing choice, the consent record. Some of that memory is useful. Some of it is regulated. All of it is a problem if the system cannot explain why it exists.

That is the part of privacy engineering I find interesting. The visible surface might be a banner or a settings page, but the hard work is backend infrastructure: state, policy, audit records, service contracts, and downstream systems that need to behave consistently.

Good consent systems answer a few plain questions:

  • What did the user choose?
  • Which policy version was in force?
  • Which surface collected the choice?
  • Which downstream systems consumed it?
  • How do we replay, correct, or prove the decision later?

If those questions require a spreadsheet, a long chat thread, or a heroic log digging session, the system may be deployed, but it is not finished.

The useful version is not fancy. It has clear contracts. It has audit trails. It can survive partial failure. It gives the person debugging a problem enough context to make the next move without guessing.

That is probably the accounting part of my background showing up in software. A good system leaves a trail. It makes the happy path fast and the disputed path answerable. For privacy work, that is not polish. That is the job.