Blog

5 min min read

Your Journal, Yours Alone: How Privacy Should Work in an AI App

Writing in a digital journal means trusting your most private thoughts to a third-party system. How do you know whether that trust is well-placed?


A personal journal is, by nature, the most private document most people produce. That's where the things you don't say out loud go: doubts you don't admit to, fears that sound ridiculous when verbalized, contradictions between who you say you are and how you actually act.

For centuries, the privacy of a physical journal depended on a safe place to keep it. In the digital world, it depends on architectural decisions most users will never see.

The problem with "we value your privacy"

Most applications that handle personal data have a privacy policy. Most of those policies say, in some variation, that your data is safe and handled responsibly.

The problem isn't that they're necessarily lying. The problem is that this promise is structurally fragile: it depends on the company continuing to exist with the same values, on there being no security breach, on not being acquired by someone with different priorities, on their security team not making a mistake.

A promise is only as strong as the weakest link in the chain that holds it.

What privacy by architecture means

There's a way to design systems that makes certain promises technically verifiable, not just socially enforceable.

The central principle is separation: if the system is designed so that the user's identity and the content they produce are never stored together — and the link between the two only exists in encrypted form, which no one can decrypt except the user themselves — then the privacy promise doesn't depend on good intentions. It depends on mathematics.

In concrete terms: if someone accesses the database containing your journal entries, they only see text associated with an anonymous identifier. They don't know that text is yours. They can't connect it to your name, your email, your account. The content is, from the outside, an opaque blob without context.

This isn't science fiction. It's a design decision that takes more work to implement but fundamentally changes the nature of the guarantee you can offer users.

Questions you should ask any journal app

Before writing anything sensitive in a digital app, it's worth asking these questions (and, if the app is well-built, finding the answers in its documentation):

Who can see my entries? Only me? The support team? The AI models that process them? Is there a distinction between "company employees" and "the system"?

Are my entries used to train models? Many AI apps use user conversations to improve their models. That can be legitimate, but you should know — and in the case of a personal journal, the implications are more serious than for a search engine.

What happens if the company is sold or shuts down? User data tends to be one of the most valuable assets in an acquisition. What guarantees exist about what happens to your entries in that case?

Can I export and delete my data? The ability to take your own data and request its deletion isn't a luxury — it should be the standard. In the EU, GDPR makes it mandatory. In many other contexts, it's optional.

Encryption alone is not enough

Many people assume that if an app says "your data is encrypted," it's protected. Encryption is necessary, but not sufficient.

Encryption protects data in transit (while traveling from your device to the server) and at rest (while stored). But if the company holds the encryption key — which is the case in most applications — they can decrypt your data at any time.

The highest standard is end-to-end encryption where only the user holds the key. In that case, even if the company wanted to read your entries, they technically couldn't. Your private key never leaves your device or is derived from something only you know.

Why this matters especially for a journal

Most content we produce digitally — messages, posts, searches — has some social context. Someone else knows you produced it, or could reasonably know.

The journal doesn't. It's the only space where you write exclusively for yourself, with the expectation that no one else will read it.

Violating that expectation isn't just a technical or legal problem. It's a specific betrayal of the nature of the exercise. If you know — or suspect — that someone might read what you write, you don't write with complete honesty. And without complete honesty, the journal loses exactly the property that makes it valuable.

Real privacy in a digital journal isn't a marketing feature. It's the minimum requirement for the journal to function as a journal.


Start your diary today

No credit card. Your first week is free.

Create free account