7
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 07 Jan 2026
7 points (81.8% liked)
Monero
2146 readers
1 users here now
This is the lemmy community of Monero (XMR), a secure, private, untraceable currency that is open-source and freely available to all.
Wallets
Android (Cake Wallet) / (Monero.com)
iOS (Cake Wallet) / (Monero.com)
Instance tags for discoverability:
Monero, XMR, crypto, cryptocurrency
founded 2 years ago
MODERATORS
Fair point on the notes. You're right, if a user explicitly types "I am John Doe" in the journal, that string does get passed to the LLM. I can strip headers and IPs, but I can't perfectly scrub context without breaking the analysis.
To mitigate that, I use the paid API. Unlike the free version, Google is contractually blocked from training on the data. I realize that is a legal promise rather than a technical guarantee, but it is the same binding agreement used by hospitals and banks.
As for why not local/Ollama? Two reasons:
I'm planning a "Local Only" toggle for the future, but the tech isn't quite there yet for the average user.
Okay, that's a fair reason to use Gemini.
If you are trying to cater to people with a specifically "high threat model" (who are going to want zero-trust privacy protections), then the journals are an issue you'll have to somehow address.
Even if a user does not type full details like their name, small things like "I got banana ice cream today" and "I went for a night drive" can build a detailed profile over time, which even if ephemeral could be correlated using the database if that is sent for every query.
I used to daily drive Qubes OS, so I totally get your point on correlation.
But I had to prioritize utility. LiftMind’s main purpose is 1. to actually work and help people overcome addiction, and 2. to provide a safe harbor for people who don't want to hand over personal info.
The main "threat" I'm solving for right now is the paper trail, allowing people to pay via XMR so their bank statement doesn't show they are using a recovery service. It might not be bulletproof for a targeted attack yet, but it solves the immediate privacy problem for most people.