← Back to Payloads
ai2026-05-26

Skip reading code , Modern Web Guidance , Microsoft cancels

Microsoft is cancelling most direct Claude Code licences inside its Experiences and Devices group, telling engineers to migrate to GitHub Copilot CLI by 30 June 2026 — the most credible market signal that token-priced AI coding is not yet a sustainable enterprise line item. Uber burned through its entire 2026 AI coding budget in four months. Nolan Lawson's contrarian read: use AI as a senior reviewer, not as an autocomplete, and write high-quality code more slowly. Google's 'Modern Web Guidance' is a free, 100+ use-case developer reference.
Quick Access
Install command
$ mrt install ai
Browse related skills
Skip reading code , Modern Web Guidance , Microsoft cancels

Skip reading code, Modern Web Guidance, Microsoft cancels

Three stories about the gap between "code as artifact" and "code as output of an agent." Nolan Lawson's "Using AI to write better code more slowly" makes the contrarian case that LLM-assisted development is not about shipping more lines faster — it is about treating the model as a senior reviewer that produces higher-quality code at the cost of more iterations. Google's new "Modern Web Guidance" is a free, 100-plus-use-case developer reference for building modern web experiences. And Microsoft is winding down its Claude Code experiment inside the Experiences and Devices group, telling engineers to migrate to GitHub Copilot CLI by June 30 — the most credible signal yet that the unit economics of enterprise AI coding do not work at current token prices.

What You Need to Know: Microsoft is cancelling most direct Claude Code licences inside its Experiences and Devices group (the Windows, Microsoft 365, Outlook, Teams and Surface division), telling affected engineers to migrate to GitHub Copilot CLI by 30 June 2026 — the last day of Microsoft's fiscal year. The official reason is toolchain unification. The unofficial reason is the bill. Nolan Lawson's "Using AI to write better code more slowly" argues that the right mental model is not "LLMs as autocomplete" but "LLMs as senior reviewer" — slower, more deliberate, producing higher-quality code. And Google's "Modern Web Guidance" launched in May 2026, a free developer reference covering 100+ web development use cases, replacing the old web.dev guidance with a structured, scenario-driven framework.

Why It Matters

  • Microsoft is uniquely positioned to know what enterprise-scale Claude usage actually costs, because its own engineers were the heaviest users outside Anthropic's customer base. The retreat is the most credible market signal that token-priced AI coding is not yet a sustainable enterprise line item.
  • "Skip reading code" is a phrase the industry needs to normalize carefully. The point is not "don't review." The point is "treat source code the way we treat machine code — generated, not audited line by line, and reviewed for behaviour and security, not for syntax."
  • Modern Web Guidance is the long-overdue replacement for the fragmented web.dev advice Google has been shipping for a decade. It is free, it is structured, and it is the right place to start a new project.
  • For enterprise buyers: Microsoft's retreat is a procurement signal. The bill on your AI coding line is going to grow faster than your seat count, and the right question is "what is the per-task cost ceiling" — not "which model."
  • For individual engineers: the contrarian read from Lawson is the most important. Using AI to write "low-quality code as fast as possible" is the worst use of the tool. Using AI to write high-quality code more slowly is the actual leverage.

What Actually Happened

Microsoft Cancels Claude Code, Migrates to Copilot CLI

The Next Web's "Microsoft's quiet Claude Code retreat and the real cost of enterprise AI" is the most detailed reporting on the move. The timeline: in December 2025, Microsoft told thousands of its engineers, product managers and designers that they could use Claude Code, Anthropic's command-line coding agent, on the company dime. By spring 2026, the tool had spread well beyond engineering — into the kind of non-technical roles that, in earlier waves of enterprise software, would have waited years for a seat. Six months later, the experiment is being wound down. (The Next Web)

The trigger, per The Verge's original scoop and Windows Central's follow-up: Microsoft is cancelling most direct Claude Code licences inside its Experiences and Devices group, the division that builds Windows, Microsoft 365, Outlook, Teams and Surface. Affected engineers have been told to migrate to GitHub Copilot CLI by 30 June, the last day of Microsoft's fiscal year. The official reason is toolchain unification. The unofficial reason is in the calendar.

The clearest evidence on the cost side is not Microsoft — it is Uber. Praveen Neppalli Naga, Uber's chief technology officer, told The Information in April that the company had burned through its entire planned 2026 AI coding budget in four months. By March, Naga's own figures had Claude Code use jumping from 32% to 84% of his roughly 5,000-engineer organisation. Individual engineers were spending between $500 and $2,000 a month on tokens. Around 70% of code committed at Uber now originates with AI, and on the order of one in ten live backend updates is shipped by an agent with no human in the loop. Naga: "I'm back to the drawing board, because the budget I thought I would need is blown away already." (The Next Web)

The structural problem, per Bryan Catanzaro, vice-president of applied deep learning at Nvidia: for his team, the cost of compute is now far beyond the cost of the employees using it. This is the chip company saying it. Gartner now places generative AI squarely in what it calls the trough of disillusionment, predicting in a May press release that 25% of planned 2026 AI budget will slip into 2027 as proofs of concept die in the procurement pipeline. A separate Gartner read from April found that only 28% of AI infrastructure projects fully deliver against their business case.

GitHub itself paused new Copilot Pro and Pro+ sign-ups in November 2025 because the agentic workloads of paying customers were generating costs that exceeded their monthly plan price. Cost structures built for lightweight assistance, the company conceded, no longer held.

"Using AI to Write Better Code More Slowly"

Nolan Lawson's "Using AI to write better code more slowly" is the contrarian read of the moment. The thesis: many people seem to think the point of AI coding is to write low-quality code as fast as possible. The actual leverage is the opposite. Use the model as a senior reviewer. Iterate more, ship less, but ship better. (Nolan Lawson)

The argument connects directly to the Microsoft story. The companies that are winning with AI coding are not the ones that ship the most lines — they are the ones that use the model to enforce a quality bar that human review cannot match at scale. The cost curve Lawson is describing is the inverse of the Microsoft one: slower iterations, higher quality, lower total cost because you ship less and you ship better.

The supporting point: the "code as machine code" framing that the digest is hinting at. Source code is now a generated artifact. The audit surface is behaviour and security, not syntax. Treating code as machine code is the right mental model — you do not line-by-line audit a compiled binary, and you should not line-by-line audit a model-generated module.

Modern Web Guidance: Google's Free Reference for 2026

Google's "Modern Web Guidance" launched in May 2026 as a free developer reference covering 100+ web development use cases across several core disciplines. The framing: "Guidance to build modern web experiences that work on any browser." The structure is scenario-driven — pick your use case (forms, performance, accessibility, authentication, payments, etc.) and get the current best-practice guidance. (web.dev, Chrome for Developers — Modern Web Guidance)

The strategic read: this is Google's answer to the fragmented web.dev advice that has been accumulating for a decade. It is structured, it is current, and it is the right place to start a new web project in 2026. For teams that have been building on stale 2019-era guidance, this is the reset.

The Social Contract of Writing (And Code)

The TLDR Tech "social contract of writing" piece makes a related point. LLMs are flooding the internet with competent but repetitive writing, creating a growing backlash against low-effort content. The same dynamic is starting to hit code: a lot of LLM-generated code is correct, but it is the same correct code over and over. The teams that produce the highest-signal output are the ones that put human intent, taste and judgment in front of the model.


The Take

The Microsoft story is the procurement signal of the year. Token-priced AI coding is not yet a sustainable enterprise line item at current prices and consumption patterns. The right budget question is not "which model" but "what is the per-task cost ceiling, and which tasks are we willing to pay for?" The companies that are solving this are the ones that scope AI coding to high-leverage workflows and lock the rest behind a human review gate.

The Lawson read is the one I want every engineer to internalize. The teams winning with AI coding are not the ones shipping the most lines. They are the ones using the model to enforce a quality bar that human review cannot match at scale, and they are deliberately iterating more, not less. The cost curve they are riding is the inverse of the Microsoft one: slower iterations, higher quality, lower total cost because you ship less and you ship better.

The "skip reading code" framing needs to be deployed carefully. The point is not "don't review." The point is "treat source code the way we treat machine code — generated, not audited line by line, and reviewed for behaviour and security, not for syntax." That is a discipline, not a permission slip. The teams that get this right will outship the teams that do not.

Modern Web Guidance is the unglamorous hero of the digest. If you are starting a new web project in 2026, that is the reference. If you are auditing an old one, that is the bar.


Quick Summary

Microsoft is cancelling most direct Claude Code licences inside its Experiences and Devices group, telling engineers to migrate to GitHub Copilot CLI by 30 June 2026 — the most credible market signal that token-priced AI coding is not yet a sustainable enterprise line item. Uber burned through its entire 2026 AI coding budget in four months, with individual engineers spending $500–$2,000 a month on tokens. Nolan Lawson's contrarian read: use AI as a senior reviewer, not as an autocomplete, and write high-quality code more slowly. Google's "Modern Web Guidance" is a free, 100+ use-case developer reference that launched in May 2026.


Sources

Related Dispatches