3/25/2026 at 7:44:44 PM
If you scroll down to "Allow GitHub to use my data for AI model training" in GitHub settings, you can enable or disable it. However, what really gets me is how they pitch it like it’s some kind of user-facing feature:Enabled = You will have access to the feature
Disabled = You won't have access to the feature
As if handing over your data for free is a perk. Kinda hilarious.
by stefankuehnel
3/25/2026 at 10:40:37 PM
It’s not so bad, there’s no double negative and it’s not a confusing “switch” that is always ambiguous as to whether it’s enabled or not.In contrast when you create a a GCS bucket it uses a checkmark for enabling “public access prevention”. Who designed that modal? It takes me a solid minute to figure out if I’m publishing private data or not.
by data-ottawa
3/26/2026 at 12:50:57 AM
Disabled - You won't have access to this feature of disallowing training.by stavros
3/26/2026 at 1:22:58 AM
"<sighs> They could've made this clearer..."https://old.reddit.com/r/TheSimpsons/comments/26vdkf/dont_do...
by lbeckman314
3/25/2026 at 8:02:56 PM
I went to check on this and I have everything copilot related disabled and in the two bars that measure usage my Copilot Chat usage was somehow in 2%, how is this possible?Before anyone comes to me to sell me on AI, this is on my personal account, I have and use it in my business account (but it is a completely different user account), I just make it a point to not use it in my personal time so I can keep my skills sharp.
by a1o
3/25/2026 at 8:20:22 PM
Does Github count it as copilot chat usage when you use AI search form on their website, I wonder?by hakunin
3/25/2026 at 10:36:46 PM
I wonder if that’s it! I occasionally do some code search on GitHub and then remember it doesn’t work well and go back to searching in the IDE. I usually need to look into not the main branch because I do a lot of projects that have a develop branch where things actually happen. But that would explain so I guess this is it.by a1o
3/25/2026 at 8:59:55 PM
If you're taking about the quota bar. That is only measuring your premium request usage (models with a #.#x multiplier next to the name). If you only use the free models and code completion you won't actually consume any "usage". If you use AI code review that consumes a single request (now). Same with the Github Copilot web chat, if you use a free model, it doesn't count, if you use a premium model you get charged the usage cost.by saratogacx
3/26/2026 at 7:13:40 AM
the framing is so manipulative. "you will have access to the feature" — what feature? the feature of giving away my data? at least be honest and call it what it is. i turned it off immediately but i wonder how many people just leave it because the wording makes it sound like you lose something.by TJ_FLEET
3/25/2026 at 8:00:27 PM
I guess the "perk" is that maybe their models get retrained on your data making them slightly more useful to you (and everyone else) in the future? idkby petcat
3/25/2026 at 8:49:03 PM
The feature is that your coding style will be in next models!by mirekrusin
3/25/2026 at 9:04:34 PM
I wish my GPL license would transit along with my code.by rzmmm
3/26/2026 at 6:30:27 AM
I said it few years back that code license doesn't exist anymore, some people just haven't realized it yet.by mirekrusin
3/26/2026 at 7:49:22 AM
Previously, big tech used to still somehow find loopholes for GPL and licenses still had some value.Nowadays, It genuinely feels a lot less because there are now services who will re-write the code to prevent the license.
Previously, I used to still think that somewhat non propreitory licenses like the SSPL license etc. might be interesting approaches but I feel like they aren't that much prone to this either now anymore.
So now I am not exactly sure.
by Imustaskforhelp
3/25/2026 at 11:43:21 PM
If you are wholly confident that model training is a violation of the GPL then go sue.by UqWBcuFx6NV4r
3/26/2026 at 3:06:37 AM
I guess freedom of study and use may include also training AI, but would be cool if all the derivate work, as AI models and generated code from AI models should be licensed as GPL, layers needed hereby tglman
3/25/2026 at 9:16:46 PM
Is that not some stock feature-flag verbiage?by Rapzid
3/25/2026 at 10:09:23 PM
Stock dark pattern verbiage...I'm a little surprised the options aren't "Enable" and "Ask me later".
by bigiain
3/25/2026 at 10:34:23 PM
But it isn't a feature, so using a feature flag is a bit weird.by NewJazz
3/25/2026 at 11:42:42 PM
No, it’s not. Please think like a developer and not like someone playing amateur gotcha journalist on social media. Feature flags are (ab)used in this way all the time. What is a feature? What is a feature flag? It’s like asking what authorisation is vs all your other business rules. There’s grey area.by UqWBcuFx6NV4r
3/25/2026 at 11:50:56 PM
"Please think like a developer" lmao if I said this to someone at my dayjob I'd be gone.by NewJazz
3/25/2026 at 8:33:08 PM
It's worded that way to create FOMO in the hopes people keep it enabled.Dark pattern and dick move.
by 7bit
3/25/2026 at 9:27:45 PM
A few days ago, I unchecked it, only to see it checked again when I reloaded the page.It could be incompetence but it shouldn't matter. This level of incompetence should be punished equally to malice.
by martin-t
3/26/2026 at 7:59:13 AM
Thanks to your comment, I have disabled it now :-)I agree that it feels like a dart pattern for the most part, makes me want to use codeberg/self hosted git
by Imustaskforhelp