Microsoft ships its first in-house coding model
At Build 2026, Microsoft introduced MAI-Code-1-Flash, a 5-billion-parameter coding model trained from scratch on GitHub Copilot's production workflows, with no distillation from third-party models. Microsoft says it beats Claude Haiku 4.5 across core coding benchmarks, including a 16-point lead on SWE-Bench Pro, while using up to 60% fewer tokens. It's rolling out to GitHub Copilot users in VS Code now.
Z.ai open-sources GLM-5.2 under MIT
Z.ai (formerly Zhipu AI) released the full weights of GLM-5.2, a Mixture-of-Experts model with a 1-million-token context window and 744 billion total parameters, of which 40 billion activate per token. The company put it under an MIT license and reports it beating GPT-5.5 on coding benchmarks including FrontierSWE and SWE-bench Pro, at roughly a sixth of the API cost.
EU picks a consortium to build a sovereign frontier model
The European Commission selected the EUROPA consortium, led by Italian company Domyn, as winner of its Frontier AI Grand Challenge. The project will build an open-source frontier model exceeding 400 billion parameters covering all 24 EU languages, backed by a dedicated NVIDIA Blackwell cluster, as part of the Commission's broader tech sovereignty push.
AWS lets Bedrock agents ground answers in live web search
AWS launched Web Search on Amazon Bedrock AgentCore, a managed tool that lets agents query the web through a built-in MCP connector and get back snippets, source URLs, and publication dates without sending queries to a third-party search engine. It's generally available in US East (N. Virginia) at $7 per 1,000 queries.
Google Cloud Next recap: cross-cloud caching and data agents
Google Cloud's recap of Next 2026 highlighted Cross-cloud caching, which stores AWS and Azure data on first read to cut egress fees on repeat queries, plus a trio of new agents: a Data Agent Kit for turning VS Code and Gemini CLI into data workspaces, a Data Science Agent that automates BigQuery notebook work from plain-English goals, and a Data Engineering Agent that builds governed Dataform pipelines.
TypeScript 7.0 reaches release candidate
TypeScript 7.0's release candidate landed, completing the port of the compiler from JavaScript to Go. Microsoft reports it's roughly 10x faster than TypeScript 6.0 on type-checking, with the new codebase structurally mirroring 6.0's logic rather than a ground-up rewrite. The RC is on npm now, with a stable release expected about a month out.
GitHub adds a Max plan for heavy Copilot users
GitHub restructured its Copilot individual plans, adding a Max tier at $100 a month aimed at sustained agentic workflows, with 10,000 base credits and 10,000 flex credits included. The change landed alongside a broader move to usage-based billing across all Copilot plans.
Sources
- Introducing MAI-Code-1-Flash · Microsoft AI
- Zhipu AI's GLM-5.2 closes in on closed-source leaders in coding marathons · The Decoder
- Commission selects EUROPA consortium as the winner of the Frontier AI Grande Challenge · European Commission
- Announcing Web Search on Amazon Bedrock AgentCore · AWS News Blog
- Google Cloud Next 2026 wrap up · Google Cloud Blog
- Announcing TypeScript 7.0 RC · TypeScript Blog
- GitHub Copilot individual plans: introducing flex allotments and a new Max plan · The GitHub Blog