The AI coding arms race heats up

A column argues that OpenAI, Google and Anthropic are centralizing control of coding assistants as these models get better and more contested, changing what employers assume candidates can do with tooling. (theverge.com) The piece suggests the differentiator is moving from raw code generation to reasoning, validation and building reliable systems despite imperfect assistance. (theverge.com)

The fight over artificial intelligence coding tools is moving from autocomplete to control of the whole software workflow. (theverge.com) OpenAI, Google and Anthropic now sell systems that do more than suggest lines of code: OpenAI’s Codex handles parallel software tasks in cloud sandboxes, Google’s Gemini Code Assist covers coding, debugging and documentation in major editors, and Anthropic’s Claude Code edits files, runs tests and commits code across a project. (openai.com) (developers.google.com) (anthropic.com) That is a sharp change from the first wave of tools. GitHub launched Copilot in technical preview in 2021 as an “AI pair programmer” that suggested code in the editor, and made it generally available in June 2022 for $10 a month or $100 a year. (github.blog 1) (github.blog 2) The newer products are built around “agentic” coding, which means the model can inspect a codebase, change multiple files, call command-line tools and run tests instead of stopping at a draft. OpenAI says Codex can answer codebase questions, fix bugs and propose pull requests, while Anthropic says Claude Code can monitor continuous integration pipelines and commit fixes automatically. (openai.com) (anthropic.com) The practical bottleneck is no longer just writing a function. Google’s documentation says Gemini Code Assist can still generate incorrect information and recommends validating all output, and its enterprise version emphasizes source citations and customization on private repositories. (developers.google.com) (cloud.google.com) That pushes the job toward checking, steering and integrating machine-written code. Anthropic says “the majority of code” at the company is now written by Claude Code, with engineers focused on architecture and orchestration, while OpenAI markets Codex on design, testing and code review as much as raw generation. (anthropic.com) (openai.com) The companies are also trying to own the places where developers already work. Google offers Gemini Code Assist in Visual Studio Code, JetBrains and Android Studio, Anthropic offers Claude Code in the terminal and extensions for Visual Studio Code and JetBrains, and OpenAI is pushing Codex across ChatGPT, editors and the command line. (developers.google.com) (claude.com) (openai.com) Anthropic is making the broadest claim about who can use these tools. Its product page says Claude Code is “an entry point to software development” for people without an engineering background, and says teams outside engineering are already using natural-language prompts instead of writing Structured Query Language queries by hand. (anthropic.com) The sales pitch to employers is becoming more concrete. Anthropic says Stripe deployed Claude Code to 1,370 engineers and that one team finished a 10,000-line Scala-to-Java migration in four days, while OpenAI features customer claims that Codex cut early iteration time by 30 percent to 50 percent. (anthropic.com) (openai.com) The race is now less about who can spit out the longest code block and more about whose system can produce code that survives review, testing and deployment. The companies themselves say the tools still need human validation, which leaves the hardest work in deciding what to build, checking what the model did and taking responsibility when it fails. (developers.google.com) (openai.com) (anthropic.com)

Get your own daily briefing

Scout delivers personalized news, insights, and conversations tailored to your role and industry.

Download on the App Store

Shared from Scout - Be the smartest in the room.