TL;DR: As of May 17, 2026, GitHub has switched Copilot Business and Enterprise to GPT‑5.3‑Codex as the default base model. This is not just a model bump: it affects latency, cost attribution (AI credits), and how much context Copilot can reliably reason over in large .NET and Azure repos. If you ship production code with Copilot in the loop, a few knobs are now worth revisiting. (github.blog)


What actually changed (and why it matters)

GitHub quietly flipped the default base model for Copilot Business and Enterprise to GPT‑5.3‑Codex on May 17, 2026. No opt‑in. No migration guide. Just… better reasoning showing up in your PRs on Monday morning. (github.blog)

Compared to earlier GPT‑5.x Codex variants, GitHub positions 5.3‑Codex as:

  • Stronger multi‑file reasoning (important for layered .NET solutions)
  • More reliable tool use in agentic workflows (tests, refactors, migrations)
  • Better cost predictability under the new AI‑credit billing model

If your org uses Copilot for anything beyond autocomplete—think refactors, code review, or repo‑wide questions—this default switch is consequential.


Cost & billing: why finance suddenly cares about your prompts

Copilot is already on a usage‑based billing model measured in AI credits (tokens in + out, cached tokens included). GPT‑5.3‑Codex is now the baseline that usage is calculated against for Business and Enterprise plans. (github.blog)

Practical implications:

  • Longer prompts = real money. Repo‑wide questions and “refactor this service” prompts are more powerful—but also more expensive.
  • Automation counts. Copilot usage triggered by CI, bots, or org‑level workflows still burns credits.
  • Reports are your friend. GitHub released org‑level usage reports in May to help estimate spend before invoices land. (github.blog)

If you haven’t already, this is the week to loop in whoever owns cloud spend.


Latency & quality: the good news

In day‑to‑day dev loops, teams are reporting (and GitHub implies):

  • Fewer “almost right” answers when navigating large C# solutions
  • Cleaner async/await flows and DI wiring in ASP.NET Core
  • More accurate Azure SDK usage, especially with newer Azure.* libraries

In other words: less time arguing with Copilot, more time shipping.

GPT‑5.3‑Codex Becomes the Default for GitHub Copilot Business — What Changes ...


What .NET & Azure engineers should do this week

1. Audit Copilot usage patterns

Look for prompts or workflows that:

  • Sweep entire repos
  • Run automatically on every PR
  • Generate large test matrices

Those now have a clearer cost signal. Trim where needed.

2. Re‑baseline “golden prompts”

If your team has shared Copilot prompts (for migrations, API reviews, etc.), re‑test them. GPT‑5.3‑Codex often needs less scaffolding to get the same or better result.

3. Check model policies (Enterprise)

Admins can still restrict or allow models in Copilot settings. Verify GPT‑5.3‑Codex aligns with your compliance posture before someone in audit asks awkward questions. (github.blog)

4. Pair with Azure-native AI deliberately

Copilot is great inside GitHub and the IDE. For runtime features (chatbots, agents, RAG), keep using Azure OpenAI / Foundry Models where you control regions, data boundaries, and SLAs. Different tools, different jobs. (learn.microsoft.com)


The bigger picture (no hype, just trajectory)

GitHub’s move signals that agentic development is now the default assumption, not an experiment. Models like GPT‑5.3‑Codex aren’t optimized for “finish this line,” but for “understand this system and change it safely.”

For teams shipping .NET on Azure, that means:

  • Copilot is drifting closer to a junior teammate than a fancy IntelliSense.
  • Cost management is becoming a software architecture concern, not just a tooling one.
  • The line between “IDE help” and “CI automation” is officially blurry.

Fun times. Also: update your internal docs before your future self forgets why the Copilot bill doubled.


Further reading

  • https://github.blog/changelog/label/copilot/
  • https://github.blog/news-insights/company-news/github-copilot-is-moving-to-usage-based-billing/
  • https://github.blog/changelog/2026-05-12-april-reports-are-now-available-to-prepare-for-usage-based-billing/
  • https://github.blog/changelog/2026-04-24-gpt-5-5-is-generally-available-for-github-copilot/
  • https://learn.microsoft.com/en-us/azure/foundry/foundry-models/concepts/models-sold-directly-by-azure