GadgetBond

  • Latest
  • How-to
  • Tech
    • AI
    • Amazon
    • Apple
    • CES
    • Computing
    • Creators
    • Google
    • Meta
    • Microsoft
    • Mobile
    • Samsung
    • Security
    • Xbox
  • Transportation
    • Audi
    • BMW
    • Cadillac
    • E-Bike
    • Ferrari
    • Ford
    • Honda Prelude
    • Lamborghini
    • McLaren W1
    • Mercedes
    • Porsche
    • Rivian
    • Tesla
  • Culture
    • Apple TV
    • Disney
    • Gaming
    • Hulu
    • Marvel
    • HBO Max
    • Netflix
    • Paramount
    • SHOWTIME
    • Star Wars
    • Streaming
Add GadgetBond as a preferred source to see more of our stories on Google.
Font ResizerAa
GadgetBondGadgetBond
  • Latest
  • Tech
  • AI
  • Deals
  • How-to
  • Apps
  • Mobile
  • Gaming
  • Streaming
  • Transportation
Search
  • Latest
  • Deals
  • How-to
  • Tech
    • Amazon
    • Apple
    • CES
    • Computing
    • Creators
    • Google
    • Meta
    • Microsoft
    • Mobile
    • Samsung
    • Security
    • Xbox
  • AI
    • Anthropic
    • ChatGPT
    • ChatGPT Atlas
    • Gemini AI (formerly Bard)
    • Google DeepMind
    • Grok AI
    • Meta AI
    • Microsoft Copilot
    • OpenAI
    • Perplexity
    • xAI
  • Transportation
    • Audi
    • BMW
    • Cadillac
    • E-Bike
    • Ferrari
    • Ford
    • Honda Prelude
    • Lamborghini
    • McLaren W1
    • Mercedes
    • Porsche
    • Rivian
    • Tesla
  • Culture
    • Apple TV
    • Disney
    • Gaming
    • Hulu
    • Marvel
    • HBO Max
    • Netflix
    • Paramount
    • SHOWTIME
    • Star Wars
    • Streaming
Follow US
AIAnthropicMicrosoftTech

Anthropic’s Claude becomes the primary model for VS Code GitHub Copilot users

Visual Studio Code Copilot now defaults to Anthropic’s Claude Sonnet 4, signaling Microsoft’s preference for Anthropic models over OpenAI’s GPT-5.

By
Shubham Sawarkar
Shubham Sawarkar's avatar
ByShubham Sawarkar
Editor-in-Chief
I’m a tech enthusiast who loves exploring gadgets, trends, and innovations. With certifications in CISCO Routing & Switching and Windows Server Administration, I bring a sharp...
Follow:
- Editor-in-Chief
Sep 16, 2025, 10:19 AM EDT
Share
The GitHub logo — a white silhouette of the octocat mascot — is centered on a dark background. Surrounding it are colorful, three‑dimensional geometric shapes, including cubes, pyramids, and other abstract forms in vibrant purples, blues, greens, and gradient blends. The arrangement creates a dynamic, modern, and visually striking composition likely intended for branding or promotional use.
Image: GitHub
SHARE

Microsoft quietly rolled out a small but important change to Visual Studio Code this month: an “auto model selection” option for GitHub Copilot that will automatically pick the AI model it thinks will do the job best — and in practice, that selector often prefers Anthropic’s Claude Sonnet 4 over OpenAI’s newest GPT-5 variants. The move is technical on its face, but strategic in consequence: it’s another sign that Microsoft is diversifying its AI bets even as it extends its own model-building ambitions.

What Microsoft changed (and what the UI actually does)

In mid-September, Microsoft added an Auto option to the model picker inside Copilot for Visual Studio Code. When you choose Auto, Copilot will pick a single model for the duration of the chat session with the aim of delivering “optimal performance” and avoiding rate limits. According to Microsoft’s documentation and blog posts, Auto can pick from Claude Sonnet 4, GPT-5, GPT-5 mini and other models — but the practical outcome for many paid Copilot users has been that Claude Sonnet 4 is the primary pick.

The change is rolling out as a public preview: Copilot now shows “Auto” as an option in the model picker, and users — free and paid alike — will see the feature, although enterprise administrators can opt models in or out for their organizations. If you prefer a particular model, you can still pick it manually; Auto simply gives Microsoft the freedom to route requests to what it judges will work best.

A tacit endorsement of Claude

What reads like product polish also reads like endorsement. Internally, Microsoft engineers were being told to favor Claude Sonnet 4 for Copilot-style tasks as early as June, according to people familiar with the company’s developer guidance — and that guidance appears to have persisted in the face of the GPT-5 rollout. An internal message from Julia Liuson, who runs Microsoft’s developer division, reportedly recommended Claude Sonnet 4 based on internal benchmarks. That counsel and the Auto selector together amount to a quiet prioritization of Anthropic’s model for coding workflows.

For developers, this matters because model choice isn’t merely marketing: different architectures and training emphases produce different behavior on code completion, reasoning about multi-file projects, or generating precise refactors. If Microsoft’s internal testing prefers Claude for those tasks, then routing users to Claude by default is a product decision that will shape day-to-day developer experience.

Microsoft’s multitrack strategy: buy, build, and partner

This is not a repudiation of OpenAI. Microsoft remains OpenAI’s biggest backer — it has invested billions and recently struck a new non-binding memorandum with OpenAI that keeps the door open for deeper collaboration and for OpenAI to reorganize its structure. But Microsoft’s approach looks multitrack: keep OpenAI close, buy capacity from other leading model producers (Anthropic), and invest heavily in building in-house capability.

On the “build” side, Microsoft AI chief Mustafa Suleyman has been explicit: the company is expanding its training cluster and capacity. In a recent employee town hall, he described MAI-1-preview as having been trained on roughly 15,000 NVIDIA H100 GPUs — “a tiny cluster” compared with the largest efforts — and said Microsoft plans to scale up capacity substantially so it can produce frontier models in-house. That statement frames Auto and partner-model choices as pragmatic: use what’s best today, while investing to reduce dependence tomorrow.

Anthropic in Microsoft 365 too

The shift isn’t confined to VS Code. Reporting from The Information and other outlets indicates Microsoft will blend Anthropic’s models into Microsoft 365 Copilot features in apps like Excel and PowerPoint, after internal tests suggested some Anthropic models outperformed certain OpenAI models on advanced tasks (for example, spreadsheet automation and presentation generation). That means the Anthropic signal in development tools could soon echo across Microsoft’s productivity stack.

Why Microsoft might prefer Claude for coding

A few practical reasons explain the tilt. First, model performance varies by task: models trained with different objectives can be better at programmatic reasoning, following complex instructions, or maintaining conversational safety — all useful for developer assist. Second, cost and reliability matter: routing to a model that hits the sweet spot on latency, throughput, and correctness helps products scale without blowing budgets or hitting rate limits. Finally, vendor diversification reduces strategic concentration: Microsoft is a major investor in OpenAI, but it doesn’t want a single supplier to be the bottleneck for its entire product line. (That last point is especially relevant given the global scramble for GPU capacity.)

What this means for developers and teams

For individual devs: not much to panic over. You can still pick a specific model in Copilot if you want to. For teams and enterprises: this matters for consistency and reproducibility. If your CI pipelines, code-analysis tools, or internal workflows are model-sensitive, you’ll want to pin models explicitly and test outputs across the set of models Copilot might pick. Administrators can opt models in or out at the org level, and that’s likely to become a best practice for companies that need deterministic behavior from their coding assistants.

The bigger picture: market dynamics, IPOs and infrastructure

The timing is interesting. Microsoft’s move to route Copilot toward Anthropic comes as OpenAI and Microsoft announced a new agreement that may smooth OpenAI’s path to a future IPO. Meanwhile, OpenAI is reportedly planning huge investments in backup server capacity — showing that the infrastructure race is only intensifying. Microsoft’s strategy — a mix of partnership, purchase, and internal R&D — is a hedge against that volatility: if GPU capacity or licensing shifts, Microsoft can still deliver features by leaning on multiple suppliers and its own growing cluster.

Bottom line

Auto model selection in VS Code is small in UI terms, but it’s a signal about faith: Microsoft is saying it wants to use the best tool for the job — whether that tool comes from Anthropic, OpenAI, or its own labs. For developers, the practical takeaway is simple: expect Copilot to nudge you toward Claude by default for many coding tasks, but retain control by pinning models when determinism matters. For the industry, the moment underscores how pluralized AI supply chains have become — and how much the future will hinge on who can secure chips, scale clusters, and turn model results into reliable product behavior.


Discover more from GadgetBond

Subscribe to get the latest posts sent to your email.

Topic:Claude AIGitHub
Most Popular

Perplexity Computer adds a Command Panel

Summer Sale gives Nothing’s lineup a more tempting price tag

Also Read
Collage of four web-based artifacts created with Claude Code, including an analytics dashboard, a mobile app design showcase, a software migration report, and a systems workflow visualization. The examples demonstrate interactive interfaces, data-rich dashboards, design systems, and technical documentation generated through AI-assisted development.

Live artifacts come to Claude Code

Illustration of a Claude Connectors settings panel with organization-wide access enabled. A large toggle switch labeled “Enable for organization” is turned on, and a hand-shaped cursor points to it. Below, a list of connected apps—Asana, Atlassian, Canva, Figma, and Granola—each displays an enabled blue toggle switch. The interface appears on a light gray background with a clean, minimalist design.

Claude just solved the enterprise AI authorization headache — and it only took one login

Abstract 3D visualization of a connected network represented as a dark globe covered with intersecting lines and glowing spherical nodes. The illuminated points appear linked across the curved surface, symbolizing artificial intelligence, neural networks, global data connections, and knowledge processing.

Perplexity launches Brain for its Computer agent

Simple illustration of a shopping bag with a keyhole symbol on the front, representing secure or private shopping, on a solid orange background.

Anthropic killed the API key (for workloads, at least)

Design editor interface displaying a crowdfunding webpage for Maple Grove Park alongside a Claude Code terminal window. The design canvas shows editable text, fundraising progress, and donation information, while Claude Code is used to synchronize design components between the visual editor and development workflow.

Claude Design adds admin controls, direct editing, and a connector army

Abstract promotional graphic for LifeSciBench featuring layered design elements on a soft blue gradient background with light reflections and blurred yellow highlights. The composition includes a pale yellow rectangle, a scientific-style bar chart with error bars, and a large cropped text block reading “LifeSciBench” in bold black lettering on a light blue panel. The clean, modern layout combines data visualization and branding elements to represent a life sciences benchmarking or evaluation platform.

OpenAI’s GPT-Rosalind leads LifeSciBench — at a 36% pass rate

Abstract science-themed graphic featuring a soft green and blue gradient background with layered geometric shapes. A chemical structure diagram labeled “4-hydroxy-TEMPO” appears in the upper-right section, while large cropped black typography partially displays the letters “Mo.” The composition combines molecular chemistry imagery with modern design elements, suggesting a scientific research, chemistry, or drug discovery platform.

OpenAI’s near-autonomous chemist just proved it can do real wet-lab science

Apple iCloud logo displayed on a blue gradient background. The image features the iCloud cloud icon centered above the “iCloud” wordmark in white, representing Apple’s cloud storage and synchronization service used for backing up data, syncing files, photos, documents, and settings across iPhone, iPad, Mac, Apple Watch, and other Apple devices.

Apple’s new private.icloud.com domain has a downside

Company Info
  • Homepage
  • Support my work
  • Latest stories
  • Company updates
  • GDB Recommends
  • Daily newsletters
  • About us
  • Contact us
  • Write for us
  • Editorial guidelines
Legal
  • Privacy Policy
  • Cookies Policy
  • Terms & Conditions
  • DMCA
  • Disclaimer
  • Accessibility Policy
  • Security Policy
  • Do Not Sell or Share My Personal Information
Socials
Follow US

Disclosure: We love the products we feature and hope you’ll love them too. If you purchase through a link on our site, we may receive compensation at no additional cost to you. Read our ethics statement. Please note that pricing and availability are subject to change.

Copyright © 2026 GadgetBond. All Rights Reserved. Use of this site constitutes acceptance of our Terms of Use and Privacy Policy | Do Not Sell/Share My Personal Information.