I've been saying this since 2023 > If your data is stored in a database that a company can freely read and access (i.e. not end-to-end encrypted), the company will eventually update their ToS so they can use your data for AI training — the incentives are too strong to resist https://news.ycombinator.com/item?id=37124188
If you don't opt out by Apr 24 GitHub will train on your private repos
201–210 of 346 posts
Re: If you don't opt out by Apr 24 GitHub will train on your private repos
#202What's a good alternative for free private repos?
There's instructions on running a Git server in the git book: https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protoco...
Re: If you don't opt out by Apr 24 GitHub will train on your private repos
#203Earlier quoted context omitted.
It wasn’t previously opt-in. Previously we didn’t do any training on usage. However as other products have come into the market they do train on usage. We’ve been training on our internal usage for just over a year and have seen some major improvements. For details see of the types of improvements we’ve seen from training on our internal usage check out this article: https://github.blog/news-insights/product-news/cop…
You can always ask your parent company to train on their usage. I hear they have incredibly massive codebases: Windows, Office, MSSQL, which stay out of training data for some reason. I thought neural nets never repeat the training data verbatim, and copyright does not pass through them, so what's the problem?
Re: If you don't opt out by Apr 24 GitHub will train on your private repos
#204RIP all the people who have been paying Github for years and never happen to see the notice.
I think opt out is stupid, but the notice is on every page of github using their banner display right now. They've also blasted out emails.
Re: If you don't opt out by Apr 24 GitHub will train on your private repos
#205Re: If you don't opt out by Apr 24 GitHub will train on your private repos
#206[flagged]
It wasn’t previously opt-in. Previously we didn’t do any training on usage. However as other products have come into the market they do train on usage. We’ve been training on our internal usage for just over a year and have seen some major improvements. For details see of the types of improvements we’ve seen from training on our internal usage check out this article: https://github.blog/news-insights/product-news/cop…
Re: If you don't opt out by Apr 24 GitHub will train on your private repos
#207This setting will make no difference to whether your code is fed into their training set. "Oops we accidentally ignored the private flag years ago and didn't realise, we are very sorry, we were trying to not do that".
Re: If you don't opt out by Apr 24 GitHub will train on your private repos
#208Re: If you don't opt out by Apr 24 GitHub will train on your private repos
#209What's a good alternative for free private repos?
Re: If you don't opt out by Apr 24 GitHub will train on your private repos
#210So far it's been a benefit because coding agents seems to understand my code and can follow my style.
I don't store client data (much less credentials) in my repos (public or private) so I'm not worried about data leaks. And I don't expect any of my clients to decide to replace me and vibe code their way to a solution.
I do worry (slightly) about large company competitors using AI to lower their prices and compete with me, but that's going to happen regardless of whether anyone trains on my code. And my own increases in efficiency due to AI have made up for that.