Skip to content
Tech News
← Back to articles

Microsoft engineer says 'typing code is absolutely over' as GitHub Copilot takes on more development work

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

GitHub Copilot's agent is moving beyond autocomplete into end-to-end tasks — provisioning environments, editing repos, running tests and opening pull requests — with new Windows and WSL support. A Microsoft Distinguished Engineer's claim that "typing code is absolutely over" signals how vendors expect developer work to shift from writing lines to specifying, reviewing and securing systems. Microsoft is reinforcing this with Aspire's agent-friendly CLI and Model Context Protocol support, giving agents richer application context.

Key Takeaways
Worth a Look

Keychron K2 Wireless Mechanical Keyboard — Even if AI agents draft the pull requests, you still need a great keyboard for the reviewing, prompting, and system design work that's left. The Keychron K2 is a compact wireless mechanical board with hot-swappable switch options and Mac/Windows layouts, so it fits nicely into a cross-platform dev setup. It's a satisfying upgrade for anyone whose typing is now more about thinking than volume.

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