Earlier quoted context omitted.
Training I can understand, but why scanning? It's literally just running an algorithm over your data and spitting out the results for you. Fundamentally it's no different from spellcheck, or automatically creating a table of contents from header styles. As long as the results stay private to you (which in this case, they are), I don't see what the concern is. The fact that the algorithm is LLM-based has zero relevanc…
Except that there's still a grey area on who owns the copyright of the generated text, and they might be able to use the output without you knowing.
Google's Gemini AI caught scanning Google Drive PDF files without permission
121–130 of 163 posts
Re: Google's Gemini AI caught scanning Google Drive PDF files without permission
#122All AI should be opt-in, which includes both training and scanning. You should have to check a box that says "I would like to use AI features", and the accompanying text should be crystal clear what that means. This should be mandatory, enforced, and come with strict fines for companies that do not comply.
Training I can understand, but why scanning? It's literally just running an algorithm over your data and spitting out the results for you. Fundamentally it's no different from spellcheck, or automatically creating a table of contents from header styles. As long as the results stay private to you (which in this case, they are), I don't see what the concern is. The fact that the algorithm is LLM-based has zero relevanc…
Re: Google's Gemini AI caught scanning Google Drive PDF files without permission
#123All AI should be opt-in, which includes both training and scanning. You should have to check a box that says "I would like to use AI features", and the accompanying text should be crystal clear what that means. This should be mandatory, enforced, and come with strict fines for companies that do not comply.
We also need a robots.txt extension for publicly accessable file exclusion from AI training datasets. iirc there's a nascent ai.txt but not sure if anyone follows it (yet)
Re: Google's Gemini AI caught scanning Google Drive PDF files without permission
#124The title is misleading, isn't it? I was expecting this was scanning for training or testing or something, but this is summarization of articles the user is looking at, so "caught" is disingenous. You don't "catch" people doing things they tell you they are doing, while they're doing it.
He had the permissions turned off, so regardless of what it did with the document, it did it without permission! The title is correct!
Honestly it sounds like he was toggling permissions off and on and actually has no idea why it summarized that particular document despite him requesting it summarize other documents. Google should make the settings more clear, but "I had the options off, except when I didn't, and I set some other options in a different place that I didn't think would override the others, and also I toggled a bunch of the options back and forth" is hardly the condemnation that everyone is making it out to be.
Re: Google's Gemini AI caught scanning Google Drive PDF files without permission
#125Earlier quoted context omitted.
I don't think `robots.txt` works on the basis of the crawlers wanting to do this to be nice, or "socially responsible" or anything. So I don't hold up much hope that anything similar can happen again. Early search engines had a problem, which was that when they crawled willy nilly, people would block their IP addresses. Inventing this concept of `robots.txt` worked because search engines wanted something: to avoid IP…
Google ignores robots.txt as do many others. Try it yourself, setup a honeypot URL, don’t even link to it, just throw it in robots.txt, google bot will visit it at some point.
That's a game of whack-a-mole that always lets a few miscreants through. I used to find that an acceptable amount of error until I learned that crawlers were gathering data to be used to train LLMs. That's a situation where even a single bot getting through is very problematic.
I still haven't found a solution to that aside from no longer allowing access to my sites without an account.
Re: Google's Gemini AI caught scanning Google Drive PDF files without permission
#126There is a fundamentally interesting nuance to highlight. I don't know precisely what google is doing, but if they're just shuttling the content through a closed-loop deterministic LLM, then, much like a spellchecker, I see no issue. Sure, it _feels_ creepy, but it's just an algo. Perhaps someone can articulate the precise threshold of 'access' they wish to deny apps that we overtly use? And how would that threshold…
The issue isn’t doing something to your data, it’s what happens after that point. People would be pissed if Android make everyone’s photos public, AI does this with extra steps. Train AI on X means everyone using that AI potentially has access to X with the right prompt.
Re: Google's Gemini AI caught scanning Google Drive PDF files without permission
#127Shocker, Google not going quite far enough with privacy and data access? They talk about it but its never quite far enough to avoid their own services accessing data. We really need to get to the point that all data remotely stored needs to be encrypted and unable to be decrypted by the servers, only our devices. Otherwise we just allow the companies to mine the data as much as they want and we have zero insight into…
Yes, this is where it all breaks down. In the end, it all boils down to the company saying "trust us", and it's very clear that companies simply cannot be trusted with these sorts of things.
Re: Google's Gemini AI caught scanning Google Drive PDF files without permission
#128Earlier quoted context omitted.
Except that there's still a grey area on who owns the copyright of the generated text, and they might be able to use the output without you knowing.
Except that's not what's happening, so why pretend otherwise?
Re: Google's Gemini AI caught scanning Google Drive PDF files without permission
#129Earlier quoted context omitted.
Of course Google reads and aggregates data inside your private docs. How would it provide search over your documents otherwise?
When I hit search, do the search right then. Don't grep out of a stored cache of prior searches.
Some other engines don't do this, and the difference is remarkabe. Try a full-content search in Windows 7, you'll be staring at the dialog for two minutes while it tries to find a file that's in the same directory as you started the search in.
Re: Google's Gemini AI caught scanning Google Drive PDF files without permission
#130It is urgent to educate people about how these systems work. Search requires indexing. Summarizing with a LM requires inference. Data used for inference usually is forgotten forever after used, as it is not used for training. Yeah, that should be obvious for many here, but even software engineers believe that AI are sentient things that will remember everything that they see. And that is a problem, because public is…
Honestly the general public doesn't seem to care, the people freaking out are the tech adjacent people who make money driving clicks to their own content. Regular Joes aren't upset that google shows them a summary of their documents and many of them actively appreciate it.