Last week I dissected Kevin Roose’s claims that neophytes would soon be able to build the software of their dreams without knowing how to write a line of code, and also criticized Roose (and his Hard Fork sidekick Casey Newton) for drinking Anthropic’s “code-will-all-be-written by machines” hyperbole.
Anthropic’s CEO Dario Amodei obviously failed to read my rebuttal. A few days ago he triumphantly claimed (without evidence) that nearly all code would be written by AI within the next year:

§
I am kicking myself now for going too easy on both. I think most or all of the points I made – about challenges in building and debugging novel systems with sufficient generality- will stand the test of time.
But, wow, The Guardian really just went me one better.
An enterprising reporter there, Rich Pelley, decided to put all these no-coding knowledge claims to a test. And I don’t mean a hard test – like asking newbies to build a new real-time, networked air traffic control system – I mean an easy test. The reporter asked seven people to build a clone of the 1980 arcade bestseller Pac-Man – a low resolution, 2D graphics game that absolutely pales in algorithmic complexity compared to almost any modern video game.

Remember it? Yellow character, controlled by person wanders maze, ghosts chase yellow user character; that’s pretty much it. The entire game play can be described in a page.
You would think this job (not even asking for variants like extra ghosts would be easy. I don’t want spoil all the fun, but … things didn’t go well:

To be sure, most or all trained coders will (if they are not already) soon use AI as a part of their workflow. As a fantastic, souped-up version of autocomplete, AI coding tools somewhat increase productivity. They can help a coder learn a new API, or maybe even a new programming language. But current AI tools don’t replace an understanding of debugging, nor an understanding of system architecture, nor an understanding of what clients want. And they don’t magically resolve the challenges of maintaining complex code bases over time. In some instances, an overdependence on the new tools will lead beginners to make giant mountains of difficult-to-maintain spaghetti code; security will be an issue as well. The idea that coders (and more generally, software architects) are on their way out is absurd. AI will be a tool to help people write code, just as spell-checkers are a tool to help authors write articles and novel, but AI will not soon replace people who understand how to conceive of, write, and debug code.
If you can’t get Pac-Man right in 2025 (full original source code to the Atari 2600 version available on github), how on earth are you going to build the next high-quality Zelda clone next year?
Gary Marcus is enjoying this week’s third anniversary of “Deep learning is hitting a wall”, and will write an update if he can find the time.