Skip to content
Tech News
← Back to articles

A Microsoft engineer says "typing code is absolutely over," here's what he means

read original get Keychron K2 Wireless Mechanical Keyboard → more articles
Why This Matters

A senior Microsoft engineer's claim that "typing code is absolutely over" reflects a real shift in tooling: GitHub Copilot's agent can now provision environments, edit repos, run tests and open pull requests, while Aspire is being retooled to feed agents richer application context via an agent-friendly CLI and Model Context Protocol. The significance is less about replacing developers and more about relocating their work toward architecture, requirements and review. For consumers and enterprises, it raises the stakes on how carefully AI-generated software is verified for security and correctness.

Key Takeaways
Worth a Look

Keychron K2 Wireless Mechanical Keyboard — Even if AI agents draft the pull requests, someone still has to review, refine, and prompt — and the Keychron K2 makes that time feel great with hot-swappable mechanical switches and a compact 75% layout that leaves desk room for a second monitor. It pairs over Bluetooth or USB-C and works with both Windows and Mac, handy if you're bouncing between Windows and WSL toolchains.

See Keychron K2 Wireless Mechanical Keyboard on Amazon → Affiliate link — we may earn a commission on purchases, at no extra cost to you. Product picked by AI based on this article; it is not a tested recommendation.

Big quote: GitHub Copilot is taking on more of the work that happens around writing code, not just the code itself. Its agent can now set up environments, make changes in a repository, run tests, and open a pull request for a developer to review. David Fowler, a Microsoft Distinguished Engineer who leads work on Aspire, put it bluntly in a post on X: "Typing code is absolutely over."

Fowler was not suggesting that software engineers are becoming unnecessary. But as AI handles more routine coding work, developers may spend less time writing individual lines and more time on system design, requirements, dependencies, and the review needed to make sure software is secure and works as intended.

Copilot's coding agent is part of that change. GitHub has added Windows development environments for the agent, allowing it to build and test Windows-targeted projects, run linters, and check whether builds succeed. The agent can then return its work to a human developer for review through a pull request.

GitHub has also brought agent sessions to the Windows Subsystem for Linux, which is useful for teams that build software across Windows and Linux toolchains, especially when applications are developed on Windows but tested or deployed in Linux-based environments.

– David Fowler (@davidfowl) September 3, 2026

Microsoft is making similar changes in Aspire, its code-first toolchain for building distributed applications. Aspire lets developers describe application components such as services, containers, and databases in one application model, giving an AI agent more context than it would get from a single source file or a chat prompt.

Aspire 13.1 introduced deeper support for AI coding assistants. Aspire 13.2 added an agent-friendly command-line interface and support for the Model Context Protocol, which can give AI tools controlled access to development resources and context.

Microsoft's Aspire team said in April that AI agents can be good at generating code, but that producing code is different from delivering a working application. Aspire is meant to close some of that gap by allowing an agent to start services, inspect logs and telemetry, identify errors, restart components, and test again. In theory, that gives an agent a way to investigate an application failure directly instead of relying on a developer to copy error output into a chat window.

Microsoft is using AI on the security side as well. Its MDASH system is an agentic vulnerability scanner used by engineering teams working on Windows, Azure, and identity systems. Microsoft's Windows security team said MDASH "enabled our security team to perform vulnerability hunting at the scale of Windows with a much higher depth of analysis than was previously possible."

The company said the work includes components such as the Windows kernel, Hyper-V, and the networking stack. Those are large and security-sensitive codebases, where automated analysis can help researchers examine more code and investigate issues more quickly.

... continue reading