GadgetBond

  • Latest
  • How-to
  • Tech
    • AI
      • Apple Intelligence
      • Gemini AI
      • Google DeepMind
      • Anthropic
      • Claude AI
      • Claude Code
      • OpenAI
      • ChatGPT
      • Codex
      • Perplexity
      • SpaceXAI
      • Grok AI
      • Microsoft Copilot
      • Meta AI
    • Amazon
    • Apple
    • CES
    • Computing
    • Creators
    • Google
    • Meta
    • Microsoft
    • Mobile
    • NVIDIA
    • Samsung
    • Security
    • Smart Home
    • Sony
    • Xbox
    • YouTube
  • Transportation
    • Audi
    • BMW
    • Cadillac
    • E-Bike
    • Ferrari
    • Ford
    • Honda Prelude
    • Lamborghini
    • McLaren
    • Mercedes
    • Porsche
    • Rivian
    • Tesla
  • Culture
    • Gaming
    • Streaming
    • Apple TV
    • Disney
    • Hulu
    • Marvel
    • HBO Max
    • Netflix
    • Paramount
    • SHOWTIME
    • Spotify
    • Star Wars
Add GadgetBond as a preferred source to see more of our stories on Google.
Font ResizerAa
GadgetBondGadgetBond
  • Latest
  • Tech
  • AI
  • Deals
  • How-to
  • Apps
  • Computing
  • Gaming
  • Mobile
  • Streaming
  • Transportation
Search
  • Latest
  • Deals
  • Buying Guide
  • How-to
  • Features
  • Tech
    • Amazon
    • Apple
    • CES
    • Computing
    • Creators
    • Google
    • Meta
    • Microsoft
    • Mobile
    • NVIDIA
    • Samsung
    • Security
    • Smart Home
    • Sony
    • Xbox
    • YouTube
  • AI
    • Apple Intelligence
    • Gemini AI
    • Google DeepMind
    • Anthropic
    • Claude AI
    • Claude Code
    • OpenAI
    • ChatGPT
    • Codex
    • Perplexity
    • SpaceXAI
    • Grok AI
    • Microsoft Copilot
    • Meta AI
  • Transportation
    • Audi
    • BMW
    • Cadillac
    • E-Bike
    • Ferrari
    • Ford
    • Lamborghini
    • McLaren
    • Mercedes
    • Porsche
    • Rivian
    • Tesla
  • Culture
    • Gaming
    • Streaming
    • Apple TV
    • Disney
    • Hulu
    • Marvel
    • HBO Max
    • Netflix
    • Paramount
    • SHOWTIME
    • Spotify
    • Star Wars
Follow US
AIMicrosoftTech

Faster tokens, lower cost: Microsoft debuts MAI-Code-1.1-Flash

The company says its latest model streams tokens 25% faster while cutting costs to a quarter of the previous version.

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
Aug 12, 2026, 6:39 AM EDT
Share
We may get a commission from retail offers. Learn more
Green graphic with large curly braces and the text ‘MAI-Code-1.1-Flash,’ highlighting 25% greater token efficiency and a quarter of the cost, with subtle code text in the background.
Image: Microsoft
SHARE

Microsoft AI has introduced MAI-Code-1.1-Flash, a new coding model now running in GitHub Copilot that the company says delivers better code quality while using fewer tokens and costing one-quarter as much as its June predecessor.

That is a familiar claim in the AI world – faster, cheaper, better – but Microsoft’s framing is notable because it is not pitching the model as a giant new frontier system. Instead, MAI-Code-1.1-Flash is being positioned as a practical workhorse: a smaller coding model tuned for the everyday, often messy work developers actually do in terminals, codebases and enterprise software stacks.

The timing matters. Coding assistants are no longer a novelty bolted onto the side of an IDE. They are increasingly becoming part of the day-to-day development workflow, helping engineers write functions, understand unfamiliar repositories, troubleshoot errors, run command-line tasks and make targeted changes across projects. But the experience can still be uneven. A tool that produces a good answer too slowly, burns through context unnecessarily or fails on the details of an existing codebase can be more interruption than assistant.

Microsoft says MAI-Code-1.1-Flash is designed to address that gap through efficiency rather than sheer scale. According to the company, the model streams tokens 25% faster and uses 25% fewer tokens to complete a task than MAI-Code-1.0, the model it launched at Microsoft Build in June. Microsoft also says the new version delivers those gains at one-quarter of the previous model’s cost.

For developers, “token efficiency” may sound like an infrastructure metric, but it can have a very direct effect on the product experience. Fewer tokens can mean a more concise reasoning path, lower operating costs for the platform and less time waiting for an answer to arrive. In a coding workflow, where an engineer may make dozens of small requests across a day, those seconds and costs can add up quickly.

Microsoft says it focused its latest iteration around feedback from developers, particularly on command-line tasks and .NET performance. The company reports a 22% improvement on Terminal-Bench 2.1 within GitHub Copilot CLI, alongside a 15% improvement on .NET tasks.

That focus is a sensible one. The terminal is where AI coding assistants face less curated, more consequential work: navigating project files, interpreting tool output, forming commands and recovering when an approach fails. It is also an environment where confident-but-wrong outputs can become expensive, especially if the model misunderstands a project’s state or suggests destructive commands without enough context.

.NET, meanwhile, remains deeply important to Microsoft’s own developer ecosystem and to large organizations running business-critical applications. Improvements there are unlikely to make headlines in the same way as a flashy benchmark against a rival model, but they are the kind of gains that can matter to the businesses most likely to pay for GitHub Copilot at scale.

Microsoft is also putting weight on signals from production use rather than benchmarks alone. It says “code survival” – a measure suggesting that generated code remains in a user’s work rather than being discarded or immediately rewritten – rose by 4%, while return visits increased by 9%. Those figures should be read as company-reported metrics rather than independent validation, but they point to a more useful question than raw benchmark scores: did the suggestion actually help someone finish the job?

That is increasingly the test AI coding products have to pass. Developers do not need a model to produce an impressive-looking code snippet in isolation. They need it to understand constraints, respect existing patterns, avoid creating a maintenance problem and earn enough trust that its output does not require more time to verify than it saved to generate.

Microsoft says the model’s gains come from improvements in training and serving efficiency, as well as optimization across “more than hundreds of thousands” of reinforcement-learning environments in GitHub Copilot. The broad idea is that the company is using feedback from real development tasks to make the model more useful in the environments where Copilot is already deployed.

There is also a larger strategic message in the launch. Microsoft AI is signaling that the next phase of the coding-model race may not be defined purely by who can build the largest system. Cost, latency, reliability and task-specific performance are becoming equally important, particularly as AI assistants move from experimental tools to products embedded in professional software development.

A coding agent that is marginally more capable but too costly to run broadly may have limited appeal. A smaller model that responds quickly, handles common tasks reliably and makes enterprise deployment more economical can be the more consequential product. That appears to be the role MAI-Code-1.1-Flash is intended to fill.

The model is available in production through GitHub Copilot, and Microsoft is inviting developers to test it and submit feedback through the MAI-Code GitHub repository. The company’s pitch is straightforward: this is not just a newer coding model, but one built to make AI assistance feel less like a premium experiment and more like a dependable part of the developer toolkit.


Discover more from GadgetBond

Subscribe to get the latest posts sent to your email.

Topic:GitHub
Leave a Comment

Leave a ReplyCancel reply

Most Popular

Googlebook is the laptop for people who don’t need a “laptop”
Dell XPS Googlebook is here with Snapdragon X Elite and Gemini AI
Googlebook is Google’s new $899 premium laptop
Google Chat adds Confluence page previews and updates
The new M6 Mac mini and M5 Max/M5 Ultra Mac Studio are now available

Also Read

3D chrome Meta infinity loop logo with text 'Meta Connect 2026' on a dark blue gradient background.

Here’s everything Meta announced at Meta Connect 2026

A hand holding a small black pebble-shaped Meta Muse Charm wearable device with a screen displaying a round, animated creature.

Meta’s Muse Charm is a standalone gadget for its personal AI

Smiling man wearing Meta AI glasses beside a smiling woman, with a prompt reading: "Hey Meta, start hearing enhancement".

Muse is coming to Meta’s AI glasses with hands-free AI

Woman wearing black Meta Ray-Ban Display smart glasses and a matching grey EMG wristband, looking forward with her hand near her chin.

Meta Ray-Ban Display gets new navigation and hologram features

Four-panel collage showing close-ups of people wearing Ray-Ban Meta Audio AI glasses in various frame styles.

Meta launches Ray-Ban Meta Audio AI glasses without a camera

Brown Meta VR glasses floating above a matching clip-on compute puck with an attached cable on a gradient studio background.

Meta unveils $1,299.99 VR Glasses coming in spring 2027

Smiling woman posing next to the text "Adobe Premiere", with an overlay of mobile video editing and playback timeline controls.

Adobe Premiere launches on Android with powerful editing tools

Hands holding a smartphone at checkout, selecting "Amazon: Faster shipping for Prime members FREE" under shipping methods.

Amazon lets brands add Prime delivery without an extra fee

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.