Skip to content
#AI

GitHub will teach its models on user behavioral data (AI column)

#AI #Engineering #Software #Productivity #DevEx

GitHub refresh rules for Copilot: c 24 April 2026 Free/Pro/Pro+ user interaction data can be used to train default AI models unless manually disabled. This is not just about prompts, but also about the rest of the information: Copilot answers, pieces of code, comments and other context that the user sends to Copilot during the session. Moreover, the contents of the private repository itself GitHub promises not to take into training, but fragments of the welcome code that you yourself sent to Copilot are another case. The old settings to disable the sharing of such information GitHub promises to save.

For smaller teams and individual earners, this is an unpleasant shift in default privacy settings. The peculiarity is that if a developer uses a personal Copilot account in a working repository, part of the working context potentially becomes training data. This means that a personal Copilot subscription no longer looks like a neutral option for sensitive code, internal APIs, service names, incidents, architectural notes, etc.

For large corporations, it’s now lower: GitHub separates such accounts and intra-organizational usage from model learning in the corporate circuit. But the problem doesn't go away - it's shifting into shadowy use: Employees with personal pro-accounts, contractors outside the corporate circuit,

  • scripts personal account + working repository, Lack of explicit policies on what can and cannot be sent to AI assistants. In general, for large companies, this is a management problem and an occasion to reconsider the boundaries of the allowed tools.

The list of measures may be something like this:

  1. Check who uses Copilot and what plans
  2. Transfer teams to Business/Enterprise where possible
  3. Explicitly ban personal AI accounts in retail and sensitive repositories
  4. Update vendor/privacy review: what counts as interaction data where opt-out from telemetry shipment program that covers DPA (data processing agreement)
  5. Suture it to IDP/SSO/policy level: harmonized tools, training for engineers

As a result, it is clear that the AI market is shifting more towards separation. More like it. The AI market is increasingly divided into two models: - consumer/self-serve Products learn from user interactions, - enterprise The products sell privacy and no-training as part of the contract.

#AI #Engineering #Software #Productivity #DevEx