Field Notes FIELD NOTE 002

Privacy is a property of the architecture

The strongest privacy promise is not a policy paragraph. It is a system that has less sensitive data available to disclose in the first place.

Privacy language often begins after the important decisions have already been made. A product uploads the work, stores it remotely and connects it to an account; then a policy explains the care that will be taken with the resulting collection.

Care matters. Security matters. Clear policies matter. But none is as strong as not collecting the data required by that architecture.

Data minimisation can be structural

When the essential operation runs on the device, sensitive input does not need to cross a company’s boundary merely to become useful. Audio can become text without becoming an upload. Documents can be searched without becoming a remote index. A private draft can receive assistance without being added to a server-side history.

This is data minimisation expressed in code rather than intention. There is less to secure, less to retain and less to describe with exceptions.

It also makes the product easier to understand. “This stays on your device” is a property a person can reason about. “This is uploaded, processed by several systems, retained under certain conditions and excluded from some secondary uses” demands trust in a chain that is mostly invisible.

Local does not automatically mean private

A desktop application can still send extensive telemetry, sync every document or depend on a remote model. Installation location is not the same thing as data posture.

Privacy therefore needs precise boundaries. Which operations happen locally? Which features make a network request? What data is retained, and for how long? Does the core workflow continue when optional online services are disabled?

Good device-native software should make those answers legible in the product, not only in a legal document. Network use should correspond to a feature the person chose and can recognise.

Capability without custody

Cloud architecture often couples capability with custody: to use the tool, the provider must hold the work. On-device models and modern hardware loosen that coupling. A product can offer increasingly capable transcription, search and transformation without taking possession of the underlying material.

That is a useful design direction even when some online processing remains. Each operation moved to the device reduces the amount of trust the product must request. Each local copy makes the user less dependent on continued access to a service.

Privacy is not a badge applied once the system is complete. It is the accumulated result of where computation happens, where data rests and which dependencies are allowed to become mandatory. Architecture makes the promise real—or makes it impossible.