Technology

AI coding tools became tech’s killer app, and the race is heating up

AI coding tools have moved from autocomplete to software agents. The bigger fight is over who controls the workflow, the repo, and the programmer’s leverage.

Sarah Chen5 min read
Published
Listen to this article0:00 min
Share this article:
AI coding tools became tech’s killer app, and the race is heating up
Source: theverge.com

The real prize is not faster typing

AI coding tools started as a convenience, but they are becoming an operating layer for software development. GitHub Copilot launched in technical preview on June 29, 2021, before ChatGPT made generative AI a mass-market habit, and GitHub later said the product had helped more than one million people and let developers code up to 55% faster. That early success made coding one of the first mainstream AI use cases, but the current race is far bigger than autocomplete.

The contest now is over control of the development workflow. The tools are moving from suggesting snippets to planning tasks, editing code, testing changes, reviewing output, and shipping pull requests. That shift turns AI from a helper into a gatekeeper, with direct consequences for productivity, security, and the bargaining power of working programmers.

From suggestion engine to software agent

The old model of AI coding was simple: a developer writes, the model predicts the next line, and the human stays in charge. The new model is more ambitious. OpenAI’s GPT-4.1, released on April 14, 2025, was positioned as a model family with major gains in coding, instruction following, and long-context understanding. Anthropic followed on February 24, 2025, with Claude 3.7 Sonnet and Claude Code, describing Claude 3.7 Sonnet as the first generally available hybrid reasoning model and Claude Code as an agentic coding system.

That language matters because “agentic” is the key change. OpenAI’s Codex product page says Codex can work across planning, building features, refactors, reviews, and releases. GitHub went further in May 2025 with a Copilot coding agent that can handle a task or issue in the background using GitHub Actions and then submit a pull request. Once the assistant can move code through the pipeline, the question is no longer whether it can write a line. The question is who owns the path from idea to deployment.

Why the workflow battle matters

This is where the economics of software development start to change. A tool that only suggests code is easy to swap out. A tool that sits inside the repo, triggers automation, and creates pull requests becomes sticky fast. That creates lock-in risk for companies, because the assistant is no longer a separate product. It is part of the process, the permissions model, and the review chain.

It also creates a security problem. If an AI system can refactor code, call GitHub Actions, and move changes toward release, then mistakes can propagate at machine speed. A weak assumption, a bad dependency choice, or a flawed patch can travel farther and faster than it would in a purely human workflow. The more responsibility companies give these systems, the more important human review, permissions, and testing become. Speed is useful only if it does not outrun control.

The model race is now a productivity race

The headline numbers are meant to prove that the assistants are getting better at real work. GitHub said Copilot had already transformed productivity for more than one million people and helped developers code up to 55% faster. Google said Gemini Code Assist boosted developers’ odds of success on common coding tasks by 2.5 times in an experiment. At I/O 2025, Google also said Gemini 2.5 Pro was the world-leading model across the WebDev Arena and LMArena leaderboards.

AI-generated illustration
AI-generated illustration

These claims are not identical, and that difference matters. Speed is not the same as success rate, and a leaderboard is not the same as a shipping system. Still, the direction is clear: each company is trying to prove that its model not only writes better code, but fits more naturally into the daily reality of engineering teams. The competition is moving beyond demo-worthy autocomplete into measurable workflow gains.

What working programmers gain, and what they risk

For programmers, the upside is obvious. AI can reduce the time spent on boilerplate, repetitive refactors, and routine implementation work. It can also help with long-context tasks, which is one reason OpenAI highlighted that capability in GPT-4.1. In the best cases, that means more time for architecture, debugging, performance work, and product decisions.

But the same shift can blur the line between assistance and substitution. If a company starts treating AI output as a replacement for deep expertise, it may overestimate the tool’s reliability and underestimate the value of experienced engineers who know the codebase, the constraints, and the failure modes. Productivity claims can sound like headcount math, yet the real gains depend on how much human oversight remains in the loop.

The result is a new division of labor. AI handles the draft, the human handles judgment. That can make good programmers more productive, but it can also pressure teams to accept more automation than is safe, especially when software is under time pressure.

Who controls the software stack next

The companies pushing these tools are not just selling features. They are competing to own the interface between human intent and machine execution. Microsoft-owned GitHub has Copilot embedded in the most popular code-hosting workflow. OpenAI has Codex, Anthropic has Claude Code, and Google is pushing Gemini Code Assist and Gemini 2.5 Pro as serious developer infrastructure. Each vendor wants to become the place where planning, coding, review, and release all happen.

That is why this is not a minor product skirmish. If one provider becomes the default layer for code generation and release automation, it can shape everything from team habits to security standards to subscription spend. The companies that win will not merely make developers faster. They will define how software is built, who validates it, and how much of the workflow remains under human control.

The AI coding boom is real, but the deeper story is power. The race is heating up because the prize is no longer a smarter autocomplete bar. It is the software factory itself.

Know something we missed? Have a correction or additional information?

Submit a Tip

Never miss a story.
Get Prism News updates weekly.

The top stories delivered to your inbox.

Free forever · Unsubscribe anytime

Discussion

More in Technology