GitHub Copilot updates data usage policy for model training

✍️ OpenClawRadar📅 Published: March 26, 2026🔗 Source
GitHub Copilot updates data usage policy for model training
Ad

Policy change details

GitHub announced that from April 24, 2026 onward, interaction data from Copilot Free, Pro, and Pro+ users will be used to train and improve their AI models unless users opt out. Copilot Business and Copilot Enterprise users are not affected by this update.

If you previously opted out of data collection for product improvements, your preference has been retained. You can opt out in settings under "Privacy."

What data is collected

The interaction data that may be collected and leveraged includes:

  • Outputs accepted or modified by you
  • Inputs sent to GitHub Copilot, including code snippets shown to the model
  • Code context surrounding your cursor position
  • Comments and documentation you write
  • File names, repository structure, and navigation patterns
  • Interactions with Copilot features (chat, inline suggestions, etc.)
  • Your feedback on suggestions (thumbs up/down ratings)
Ad

What data is NOT used

This program does not use:

  • Interaction data from Copilot Business, Copilot Enterprise, or enterprise-owned repositories
  • Interaction data from users who opt out of model training in their Copilot settings
  • Content from your issues, discussions, or private repositories at rest

GitHub notes they use the phrase "at rest" deliberately because Copilot does process code from private repositories when you are actively using Copilot. This interaction data is required to run the service and could be used for model training unless you opt out.

Data sharing and background

The data used in this program may be shared with GitHub affiliates, including Microsoft. This data will not be shared with third-party AI model providers or other independent service providers.

GitHub states they've already been incorporating interaction data from Microsoft employees and have seen meaningful improvements, including increased acceptance rates in multiple languages. They will also begin using interaction data from GitHub employees.

GitHub's initial models were built using a mix of publicly available data and hand-crafted code samples.

📖 Read the full source: HN LLM Tools

Ad

👀 See Also

Anthropic Separates Programmatic Usage from Claude Subscriptions: New Credit Pool Arrives June 15
News

Anthropic Separates Programmatic Usage from Claude Subscriptions: New Credit Pool Arrives June 15

Starting June 15, Claude subscriptions get a dedicated monthly credit for programmatic use (Agent SDK, claude -p, Claude Code GitHub Actions). Interactive credits no longer subsidize programmatic calls; after the pool runs out, users pay full API rates.

OpenClawRadar
LLM Spatial Reasoning Tested: Sokoban Benchmark Shows ChatGPT, Qwen3.7-max, Gemini 3.5-thinking Lead
News

LLM Spatial Reasoning Tested: Sokoban Benchmark Shows ChatGPT, Qwen3.7-max, Gemini 3.5-thinking Lead

A custom Sokoban benchmark tested zero-shot spatial reasoning in LLMs with strict formatting. Only ChatGPT, Qwen3.7-max, and Gemini 3.5-thinking passed. Models like Gemini 3.5-flash and Qwen3.7-plus failed due to illegal moves or deadlocks.

OpenClawRadar
Anthropic Moves Claude Code Background Automation to Separate SDK Credit Bucket, Breaking Agent Workflows
News

Anthropic Moves Claude Code Background Automation to Separate SDK Credit Bucket, Breaking Agent Workflows

Starting June 15, claude -p, Agent SDK usage, Claude Code GitHub Actions, and third-party Agent SDK apps stop counting against Pro/Max interactive quotas. A new separate Agent SDK credit bucket applies: $100/month for Max 5x plans. Background agent stacks (e.g., tickets → agents → hooks → executor → claude -p) will burn through this fast.

OpenClawRadar
OpenClaw LTS Prioritizes Codex Instructions Over AGENTS.md — Breaks Custom Workflows
News

OpenClaw LTS Prioritizes Codex Instructions Over AGENTS.md — Breaks Custom Workflows

OpenClaw LTS 2026.6.33 routes all agents through the Codex harness, ignoring AGENTS.md custom instructions. This breaks workflows for users with custom AGENTS.md files.

OpenClawRadar