Is that true? I thought apple’s business model was to not sell your data but charge more upfront. Do you have a source discussing this that you can point me to?
Edit: I’ve searched online and can’t find even a single article talking about Apple selling your data. I’m an iPhone user so I want to know. The most recent Apple privacy article I can find reports on how they’re closing fingerprinting loopholes in third party apps.
I definitely don’t want to be naive or credulous, but given how aggressively they’ve prevented third parties from gathering data, I’m cautiously optimistic. I don’t think this is a “both sides” situation, unless someone can point me to some information to the contrary.
Seems simple enough to guard against to me. Fact is, if a human can easily detect a pattern, a machine can very likely be made to detect the same pattern. Pattern matching is precisely what NNs are good at. Once the pattern is detected (I.e. being asked to repeat something forever), safeguards can be initiated (like not passing the prompt to the language model or increasing the probability of predicting a stop token early).