This is almost always the case. Discussion quality went down during the last few years but HN is still _the_ place to attract people who really know what they are talking about.
It's not an unreasonable concern, which is why most US companies prefer to go with AWS bedrock, or even one of the AI labs, and typically request zero data retention agreements. But leaking is a concern no matter where it's hosted, it's just the incentives that change IMO. For example, the labs do scan every chat and train on data not covered under enterprise ZDR agreements. Law enforcement can request access to all user data with a valid warrant or in an emergency context [1]
If you're interested in trying DeepSeek V4 privately, you can try Tinfoil (tinfoil.sh) where all models are hosted in an attested secure hardware enclave, making the inference end-to-end private. Full disclosure: I'm one of the cofounders.
I still have the Be My Eyes app installed but haven’t had a call in over a year - I think it’s a testament to how powerful AI vision models have become. I find it cool that AI works well enough for vision impaired people to solve all their problems.
However there was something very human and nice about helping out a stranger with a small random task from time to time. I fondly remember one older lady who spilled a box of blueberries on the kitchen floor and I helped her hunt them all down by guiding her around. It was 10 minutes of connection with a random person doing something fun and which is till remember fondly 4 years later
Beautiful lecture. As with a lot of things that shape our everyday life we forget to contemplate their qualities. For example fonts subtly impact how we perceive, understand, feel about any text yet we fail to give it much thought as Etienne points out. A shape of a letter, especially in math papers, can influence how "beautiful" and understandable the proof is. Really appreciate that Knuth spent years building LaTeX so that compsci and math papers could be formatted as beautiful PDFs and not published as Word documents
I practice calligraphy as a hobby and took on an online course[1]. This was specifically for the Trajan hand (which is a favourite of mine but which I still can't do very well). The first exercise was to write each letter on a large grid on a sheet of A4 paper. One letter on one sheet of paper on a large square grid. Every serif, every curve, the points at which various parts of the letter fit together, widths of various strokes etc. all got magnified. I did this for a long time and imbibed a lot.
Now, I can see those patterns when I look at lettering in public places and many aspects and it enhances the beauty in many subtle pleasing ways.
Also, when I write (using a dip pen and calligraphic ink), all the things he mentions about embossing, the texture of the letters etc are all things that I enjoy. The smell of the ink, the texture of the paper, the scratchy sounds while writing. It's a very sensual experience and something I treasure deeply.
Absolutely. Interestingly, if there's a paper and it's not typeset in LaTeX, I can't help but start predjudiced. "Is this a Word document? These are not serious people."
> I think if Bob Odenkirk lived on a community farm where everyone had to work together to survive he would be far happier and think life is far more meaningful.
Probably a better question would be ask the Amish how happy they are? G-D was conceived to fill this gap in the human experience. The Amish harness it to set limits on desire.
From all the parochial nationalistic close minded savage bigoted homophobic toxic macho corrupt Putin boot licking behavior they regularly exhibit, and their spectacularly brutal self-destructive war criminal performance in Ukraine, you'd think they all lived on a community farm, raised as livestock and cannon fodder.
Living in modern cosmopolitan Moscow yet still acting and thinking that way is so much worse than actually being born on a community farm without choosing that lifestyle and mentality.
But they already have PII on nearly all users. Many user upload documents with their name, or pictures of themselves, or have a chat where home addresses are involved. All of this is information anthropic already has on their users (voluntarily provided via chats or via api) and is equivalent to what Persona gets via their verification - it’s just more convenient to use a third party SaaS product for this than vibe coding their own identity verification platform I guess
This might be conflating two things. What data exists somewhere, and how many different independent parties hold it. It's not the same risk.
Put this way: I sort of already trust Anthropic with some of my PII. And that's ... maybe not ok actually. But it's a single failure surface.
But that's definitely not the same thing as trusting Anthropic, AND Persona AND All Persona's partners AND their Partners ad infinitum.
And let's say Persona is actually ok; who knows, they might be? But it's still an extra surface; and if they share again, that's another extra surface again.
It's fairly common sense blast radius minimization. This is part of the actual theory behind GDPR.
"We already seem to accidentally be leaking some data through channel A" , doesn't mean it's a good idea to open channels B-Z as well. It means you might want to tighten down that channel A.
Yes it appears your personal data IS being sent to open router and the model provider here. The problem I think is that a lot of people (especially in the openclaw community) mistake “I run it on my mac mini” to mean their data is private. Meanwhile all data is being shipped off for training to anthropic via openrouter and both of those parties see everything.
I guess you could theoretically plug in a local model here but of course the readme should be more precise here when talking about privacy
The attestation report is produced ahead of time and verified on each connection (before the prompt is sent). Every time the client connects to do an inference request via one of the Tinfoil SDKs, the attestation report is checked relative to a known-good/public configuration to ensure the connection is to a server that is running the right model.
reply