The core task of writing code is no longer a significant challenge for AI. The focus is shifting to adjacent tasks and higher-level problem-solving, as demonstrated by Boris Cherny, who hasn't manually written code since November 2024.

Related Insights

Andrew Wilkinson argues that advanced AI models have achieved AGI-like capabilities in programming. He quotes Anthropic's CEO, suggesting that the role of a programmer is shifting to that of an architect, and many current programmers are in denial because their paycheck depends on not understanding this shift.

For experienced users of Claude Code, the most critical step is collaborating with the AI on its plan. Once the plan is solid, the subsequent code generation by a model like Opus 4.5 is so reliable that it can be auto-accepted. The developer's job becomes plan architect, not code monkey.

AI coding has advanced so rapidly that tools like Claude Code are now responsible for their own development. This signals a fundamental shift in the software engineering profession, requiring programmers to master a new, higher level of abstraction to remain effective.

AI coding agents have crossed a significant threshold where they consistently generate code that compiles, a frequent failure point just months ago. This marks a major step in reliability, shifting the core challenge from syntactic correctness to verifying logical and behavioral correctness.

The programmer's role is evolving from a craft of writing code to a managerial task of orchestrating fleets of AI coding bots. The critical skill is no longer manual typing but directing, debugging, and arguing with these AIs to achieve a desired outcome.

As AI agents handle the mechanics of code generation, the primary role of a developer is elevated. The new bottlenecks are not typing speed or syntax, but higher-level cognitive tasks: deciding what to build, designing system architecture, and curating the AI's work.

Claude Code can take a high-level goal, ask clarifying questions, and then independently work for over an hour to generate code and deploy a working website. This signals a shift from AI as a simple tool to AI as an autonomous agent capable of complex, multi-step projects.

Leading engineers like OpenAI's Andre Karpathy describe recent AI tools not as incremental improvements but as the biggest workflow change in decades. The paradigm has shifted from humans writing code with AI help to AI writing code with human guidance.

As AI makes the act of writing code a commodity, the primary challenge is no longer execution but discovery. The most valuable work becomes prototyping and exploring to determine *what* should be built, increasing the strategic importance of the design function.

Experienced engineers using tools like Claude Code are no longer writing significant amounts of code. Their primary role shifts to designing systems, defining tasks, and managing a team of AI agents that perform the actual implementation, fundamentally changing the software development workflow.