Coding After Coders: The End of Computer Programming as We Know It - The New York Times
Created 3/13/2026 at 5:51:40 AM • Edited 3/13/2026 at 5:51:59 AM
Coding After Coders: Summary
The New Reality of AI-Assisted Programming
- Elite software developers now rarely write code themselves — instead, they direct AI agents in plain English
- Tools like Claude Code deploy multiple agents simultaneously: one writes, one tests, one supervises
- Tasks that once took days now take under an hour
The Strange New Workflow
- Developers spend their days describing intent to AI, reviewing the AI's "plan," then letting agents execute
- When agents misbehave, developers have resorted to scolding, pleading, ALL-CAPS commands, and emotionally charged language ("embarrassing," "national security imperative") — and it seems to work
- Prompt files have become records of hard-won rules to constrain unpredictable AI behavior
Economic Stakes
- Coding was once considered near-guaranteed, high-paying employment ($200K+)
- It may be the first expensive white-collar skill AI can fully replace — unlike AI video or legal briefs, AI-generated code that passes tests is indistinguishable in value from human-written code
- Irony noted: Silicon Valley workers, who told others to "learn to code," got automated first
Developer Sentiment: Mostly Euphoric
- Most developers interviewed were energized, not demoralized — reporting 10x to 100x productivity gains
- Key insight from tech executive Anil Dash: unlike creative fields where AI removes the soulful work and leaves drudgery, in coding AI removes the drudgery and leaves the soulful parts
Historical Context: A Long Arc of Abstraction
- Each programming era simplified the one before: Assembly → high-level languages (Python) → open-source packages → now natural language intent
- AI represents the highest abstraction layer yet: developers no longer need to manage syntax, memory, or debugging minutiae
- The open question, now being asked at Anthropic itself: what is coding, fundamentally, when the code-writing is gone?
Public