๐Ÿ‡จ๐Ÿ‡ณStalecollected in 12h

Microsoft to unveil new coding-specific AI model at Build

Microsoft to unveil new coding-specific AI model at Build
PostLinkedIn
๐Ÿ‡จ๐Ÿ‡ณRead original on cnBeta (Full RSS)

๐Ÿ’กMicrosoft is launching a new coding model to fight back against Cursor and Claude Code. Don't miss the update.

โšก 30-Second TL;DR

What Changed

Microsoft to release a new proprietary coding-focused AI model

Why It Matters

This release signals a shift toward specialized, high-performance coding models within the Microsoft ecosystem. It intensifies the battle for IDE-integrated AI dominance.

What To Do Next

Monitor the Build conference keynotes to evaluate the new model's performance against existing benchmarks for GitHub Copilot.

Who should care:Developers & AI Engineers

Key Points

  • โ€ขMicrosoft to release a new proprietary coding-focused AI model
  • โ€ขStrategic move to defend GitHub Copilot market share
  • โ€ขDirect response to rising competition from Cursor and Claude Code
  • โ€ขOfficial announcement scheduled for the Build developer conference

๐Ÿง  Deep Insight

Web-grounded analysis with 21 cited sources.

๐Ÿ”‘ Enhanced Key Takeaways

  • โ€ขThe new coding model is part of a broader suite of homegrown AI models Microsoft is developing, extending beyond code to tasks like transcription, reasoning, speech, and images.
  • โ€ขThis initiative marks a strategic shift for Microsoft to reduce its reliance on third-party AI models (like those from OpenAI and Anthropic) for GitHub Copilot, moving towards proprietary solutions.
  • โ€ขMicrosoft's competitive advantage in training this new model stems from its extensive access to internal codebases, including GitHub's repositories, Azure's enterprise deployments, and its own software portfolio.
  • โ€ขThe company previously open-sourced the GitHub Copilot extension for Visual Studio Code in May 2025 and adopted a weekly release schedule for VS Code (starting March 2026) to accelerate AI feature integration.
  • โ€ขGitHub Copilot already features an "agent mode" (released May 2025) for asynchronous code generation, handling complex tasks and producing pull-request-ready changes.
๐Ÿ“Š Competitor Analysisโ–ธ Show
Feature/CategoryGitHub Copilot (with new model)CursorClaude Code
TypeIDE Plugin / AI AssistantAI-native IDE (fork of VS Code)Terminal-based AI Coding Assistant / IDE Plugin / Desktop App
Core CapabilitiesCode completion, generation from natural language, description, translation, multi-model support, Copilot Chat, agent mode (autonomous task execution), self-review, security scanning, custom agents, CLI handoff.AI-native IDE with chat, inline edits, agent mode, multi-model access, Supermaven autocomplete (multi-line, project-wide context, auto-imports), Composer Mode (multi-file editing), full codebase understanding.Reads entire codebase, generates, edits, debugs, reviews code via natural language, agentic coding, full project context, multi-model support (Haiku, Sonnet, Opus), CLAUDE.md for project memory, programmable hook events, Agent Teams.
Supported ModelsOpenAI GPT models (GPT-4 for Chat since Nov 2023), Google Gemini, Anthropic Claude.Claude 3.5 Sonnet, GPT-4o, GPT-5 High MAX, Gemini.Haiku 4.5, Sonnet 4.5, Opus 4.6/4.7.
Pricing (Individual)$10/month (Individual), $19/user/month (Business), $39/user/month (Enterprise). Pro+ tier with usage-based requests.Free (Hobby, 50 premium requests/month), Pro ($20/month), Pro+ ($60/month), Ultra ($200/month). Credit-based billing where model choice affects usage rate.No free tier for Claude Code (Claude chat is free). Pro ($20/month, ~$17/month annually), Max 5x ($100/month), Max 20x ($200/month). API pricing available.
Pricing (Teams)Business ($19/user/month), Enterprise ($39/user/month).Teams ($40/user/month), Enterprise (custom).Standard seats ($25/user/month), Premium seats ($150/user/month for full Claude Code agent access).
Benchmarks/PerformanceAutocomplete accurate ~50% of the time; 43% for Python function body on first try, 57% after ten attempts.Supermaven autocomplete described as "fastest and most accurate available".Arguably the most powerful for reasoning, debugging, and understanding complex codebases.
IntegrationPlugin for VS Code, Visual Studio, Neovim, Eclipse, JetBrains.Built on VS Code, integrates AI directly into workflow.CLI, VS Code/JetBrains plugins, standalone desktop app, web, iOS, Slack.

๐Ÿ› ๏ธ Technical Deep Dive

  • GitHub Copilot is a code completion and programming AI-assistant developed by GitHub and OpenAI.
  • It integrates as a plugin into various Integrated Development Environments (IDEs) such as Visual Studio Code, Visual Studio, Neovim, Eclipse, and JetBrains.
  • Copilot Chat was enhanced in November 2023 to utilize OpenAI's GPT-4 model.
  • Since 2024, GitHub Copilot has offered users the flexibility to select from multiple large language models, including Google's Gemini and Anthropic's Claude.
  • The "agent mode," introduced in May 2025, allows Copilot to operate autonomously, executing commands within a Visual Studio instance to complete programming tasks.
  • AI coding agents typically follow an "information cascade" process involving context assembly, model interpretation, tool selection, tool invocation, response processing, code generation, and iterative refinement.
  • The effectiveness of these agents is significantly influenced by the clarity of error messages from command-line interfaces (CLIs), the helpfulness of output from build and test tools, and the specificity and conciseness of tool responses.
  • Microsoft has a history of developing specialized coding models, such as the Phi series, which are noted for delivering strong performance with relatively smaller parameter counts.
  • Session data for CLI tools like Copilot CLI is stored locally (e.g., in ~/.copilot/session-state/), encompassing session metadata (workspace.yaml), event logs (events.jsonl), and pre-prompt file backups for accurate diffs and reverts (rewind-snapshots/).

๐Ÿ”ฎ Future ImplicationsAI analysis grounded in cited sources

Microsoft will significantly increase its internal development of AI models for various tasks beyond coding.
The announcement of a "suite of new homegrown AI models" for transcription, reasoning, speech, and images indicates a broader strategic shift towards AI self-sufficiency.
The competitive landscape for AI coding assistants will intensify, leading to more rapid innovation and feature differentiation.
Microsoft's direct response to competitors like Cursor and Claude Code, coupled with its aggressive release schedule for VS Code and agentic capabilities, suggests an accelerated "AI coding arms race."
Developers will increasingly adopt "agentic" AI workflows, where AI handles multi-step processes autonomously.
GitHub Copilot's existing "agent mode" and Microsoft's focus on AI as "infrastructure" rather than just an assistant at Build 2026 indicate a shift towards more autonomous AI in development.

โณ Timeline

2021-06
GitHub announced GitHub Copilot for technical preview in Visual Studio Code.
2022-06
GitHub Copilot exited 'technical preview' and became a subscription service for individual developers.
2023-11
GitHub Copilot Chat was updated to use OpenAI's GPT-4 model.
2024
GitHub Copilot began allowing users to choose between different large language models, including Gemini and Claude.
2025-05
GitHub announced 'agent mode' for Copilot, enabling more autonomous operation for programming tasks, and Microsoft open-sourced the GitHub Copilot extension for Visual Studio Code.
2026-03
Visual Studio Code shifted to a weekly release schedule, starting with version 1.111, to accelerate AI feature rollout.
๐Ÿ“ฐ

Weekly AI Recap

Read this week's curated digest of top AI events โ†’

๐Ÿ‘‰Related Updates

AI-curated news aggregator. All content rights belong to original publishers.
Original source: cnBeta (Full RSS) โ†—