Get your free personalized podcast brief

We scan new podcasts and send you the top 5 insights daily.

Michael Bolin, a tech lead on OpenAI's Codex, says models now generate 80-90% of his code. He reserves manual coding for critical, low-level tasks like security sandboxing. For most work, including debugging and refactoring, he relies on the AI agent to maximize his throughput.

Related Insights

The workflow with an AI coding assistant is described as feeling like the human is the robot, not the programmer. The primary role shifts from writing code to shuttling information between different contexts and the AI model, which performs the heavy lifting of code generation and problem-solving.

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.

An internal OpenAI team maintains a codebase written entirely by AI. By removing the "escape hatch" of manual coding, they are forced to solve fundamental problems in providing better context and documentation to the AI, thus uncovering best practices for agent interaction.

The Head of Engineering for Atlas estimates that north of 75% of new code is initially written by the AI assistant Codex. This indicates a profound shift where the primary engineering workflow becomes prompting, guiding, and refining AI output, rather than manually writing code from scratch.

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.

Inspired by fully automated manufacturing, this approach mandates that no human ever writes or reviews code. AI agents handle the entire development lifecycle from spec to deployment, driven by the declining cost of tokens and increasingly capable models.

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.

Spotify has shifted from AI as a developer 'copilot' to AI as the primary coder for senior staff. Top developers now provide natural language instructions for bug fixes or features via Slack during their commute, with an internal platform autonomously writing, validating, and deploying the code to production. This marks a profound change in the software development lifecycle.

AI acts as a massive force multiplier for software development. By using AI agents for coding and code review, with humans providing high-level direction and final approval, a two-person team can achieve the output of a much larger engineering organization.

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.

OpenAI's Codex Tech Lead Writes Only 10% of His Code; AI Generates the Rest | RiffOn