Published :
7 minute read

OpenAI president Greg Brockman says AI now writes up to 80 percent of code as software development rapidly shifts toward human oversight

OpenAI president Greg Brockman speaking about AI generating most software code and the evolving role of developers in modern programming.

The way software is built is undergoing one of its most significant transformations in decades, as artificial intelligence systems begin to take on a dominant role in writing code. According to , president of , AI tools are now responsible for generating as much as 80 percent of code in certain workflows, a sharp rise from just months earlier.

Speaking at an event hosted by , Brockman described the shift as both rapid and foundational, signaling a broader transition in how developers interact with technology. What was once a tool for assistance is now becoming central to the coding process itself.

A rapid jump from assistance to dominance in code generation

Brockman’s remarks highlight how quickly AI driven coding systems have evolved. He explained that as recently as December, these tools were generating roughly 20 percent of code within projects. In just a short span of time, that share has surged dramatically.

This change reflects not only improvements in AI capabilities but also growing trust among developers and organizations. Instead of using AI for small snippets or repetitive tasks, teams are increasingly relying on it for substantial portions of application logic, infrastructure setup, and testing.

Brockman noted that this transition fundamentally changes the developer’s role. AI is no longer a side feature in the development process. It is becoming the main engine behind it.

From coders to supervisors as roles begin to shift

The rise of AI generated code is fueling a wider debate across the technology industry. At the center of this discussion is a simple but profound question: are developers becoming supervisors rather than primary creators?

Brockman acknowledged this shift while emphasizing that human responsibility remains central. At OpenAI, every line of code that enters production is still reviewed and approved by a human engineer. This ensures accountability, quality control, and alignment with broader system goals.

Rather than replacing developers, AI appears to be reshaping their responsibilities. Engineers are increasingly focusing on reviewing outputs, refining prompts, designing system architecture, and ensuring reliability. The craft is evolving from writing every line manually to guiding intelligent systems effectively.

Codex and the expansion of AI coding beyond engineers

Brockman also pointed to the growing accessibility of AI coding tools, particularly platforms like . Initially designed with professional developers in mind, such tools are now expanding their reach to a much broader audience.

Today, individuals with minimal programming experience can generate functional code, build prototypes, and automate workflows using AI assistance. This democratization of software creation is expected to lower barriers to entry and enable more people to participate in digital innovation.

However, this wider access also raises questions about code quality, security, and long term maintainability, especially when non experts rely heavily on automated systems.

Industry wide trend confirms accelerating adoption

OpenAI’s experience is not an isolated case. Several major technology companies are witnessing similar trends, reinforcing the idea that AI driven coding is becoming an industry standard.

, chief executive of , has stated that around 75 percent of new code written within the company is now generated by AI systems before being reviewed by engineers.

At , internal expectations suggest that a large share of engineers, particularly those working on core product experiences, will soon rely on AI for the majority of the code they commit. Reports indicate that this could involve AI generating more than three quarters of their contributions.

Meanwhile, of has offered even more ambitious projections. He suggested that AI could write up to 90 percent of code within a matter of months, and potentially nearly all code within a year.

Taken together, these perspectives point to a clear direction: AI is not just augmenting software development, it is redefining it.

Balancing optimism with caution in AI driven development

Despite the rapid adoption, Brockman cautioned against extreme approaches. He emphasized that neither blind reliance on AI nor outright rejection is the right path forward.

Instead, he advocated for a balanced strategy where AI is used thoughtfully and responsibly. This includes maintaining rigorous review processes, ensuring accountability, and understanding the limitations of automated systems.

The importance of human judgment becomes even more critical as AI generated code scales. Issues such as hidden bugs, security vulnerabilities, and unintended behavior can arise if outputs are accepted without scrutiny.

This balance reflects a broader principle that has guided technological progress over the years. New tools may change how work is done, but human oversight remains essential for ensuring quality and trust.

Implications for the future of software engineering

The shift toward AI generated code carries far reaching implications for the future of the software industry. For developers, it means adapting to new workflows and acquiring new skills centered around collaboration with AI systems.

Prompt engineering, system design, and critical evaluation of AI outputs are likely to become core competencies. Traditional coding skills will still matter, but they may play a different role within a more automated environment.

For companies, the productivity gains could be significant. Faster development cycles, reduced costs, and the ability to scale projects more efficiently are among the potential benefits. At the same time, organizations will need to invest in governance frameworks to manage risks associated with AI generated code.

For the broader ecosystem, the barrier to creating software may continue to fall. This could lead to an explosion of innovation, but also an increase in low quality or insecure applications if proper standards are not maintained.

A turning point that echoes past technological shifts

In many ways, the current moment resembles earlier turning points in computing history. The move from assembly language to high level programming languages, and later to frameworks and automation tools, each redefined how developers worked.

AI represents the next step in that progression. Instead of simply abstracting complexity, it actively participates in the creative process of building software.

Brockman’s remarks suggest that this transition is happening faster than many anticipated. What once seemed like a distant possibility is now becoming an everyday reality in engineering teams.

Human accountability remains at the core

Even as AI takes on a larger share of coding tasks, the principle of accountability remains unchanged. Brockman made it clear that at OpenAI, a human is always responsible for the final output.

This approach reflects an understanding that technology, no matter how advanced, operates within human defined systems. Decisions about what code is deployed, how it is used, and its broader impact ultimately rest with people.

Maintaining this responsibility will be crucial as AI systems continue to evolve and take on more complex roles.

The road ahead for AI and software development

The trajectory outlined by industry leaders points toward a future where AI generated code becomes the norm rather than the exception. Whether that future arrives in months or years, the direction is increasingly clear.

For developers, the challenge will be to adapt without losing the discipline and rigor that define good engineering. For companies, it will be about harnessing AI’s potential while safeguarding quality and security.

And for the industry as a whole, the task will be to ensure that this powerful shift benefits not just productivity, but also reliability, trust, and long term innovation.

Brockman’s observations offer a glimpse into this unfolding transformation. As AI continues to reshape software development, one thing remains certain: the relationship between humans and machines is entering a new phase, one where collaboration, rather than replacement, will define success.

Frequently Asked Questions

What did Greg Brockman say about AI writing code?

Greg Brockman said that AI systems are now capable of generating up to 80 percent of code in certain workflows, a sharp increase from about 20 percent just a few months earlier.

How quickly has AI adoption in coding increased?

According to Brockman, the shift has been rapid, moving from AI generating roughly 20 percent of code in December to as much as 80 percent within a short period.

Does this mean human developers are no longer needed?

No. Human developers still play a critical role in reviewing, approving, and taking responsibility for code before it is deployed, ensuring quality and accountability.

How is the role of software engineers changing?

Engineers are increasingly shifting from writing every line of code to supervising AI systems, reviewing outputs, designing architecture, and ensuring correctness.

What is OpenAI Codex and why is it important?

OpenAI Codex is an AI coding system that helps generate code. It has evolved from a tool mainly for developers into a platform that can assist a wide range of users working with computers.

Are other tech companies also using AI to write code?

Yes. Google has said around 75 percent of its new code is AI generated, while Meta and Anthropic have also reported increasing reliance on AI in software development.

What did Dario Amodei predict about the future of AI coding?

Dario Amodei predicted that AI could write up to 90 percent of code within months and potentially nearly all code within a year.

Is it safe to rely heavily on AI generated code?

Experts caution against blindly trusting AI outputs. Human oversight is necessary to catch errors, ensure security, and maintain high quality standards.

What are the benefits of AI generated code?

AI can speed up development, reduce repetitive work, lower costs, and make software creation more accessible to a wider range of people.

What challenges does AI driven coding introduce?

Challenges include potential bugs, security risks, over reliance on automation, and concerns about maintaining code quality and long term reliability.

Why is this shift important for the tech industry?

This shift represents a major transformation in how software is built, potentially redefining developer roles, improving productivity, and lowering barriers to entry.

Will AI eventually write all software code?

While some leaders believe AI could eventually handle most or all coding tasks, human oversight, decision making, and responsibility are expected to remain essential.

KR Tech Desk Author Profile
VOICES FROM AUTHOR

KR Tech Desk

The KR Tech Desk is a team of journalists focused on delivering the latest and most relevant news from the world of technology. With a strong commitment to accuracy and clarity, it covers gadget launches, reviews, trends, in depth analysis, and breaking stories shaping the digital landscape. The desk reports on major platforms and companies including Meta Platforms, Instagram, OpenAI, Microsoft, and Google, along with key developments in artificial intelligence and cybersecurity, ensuring readers stay informed with reliable and timely updates.

Technology Analysis Editorial and Technology Analysis
or
or

Edit Profile

Contact Khogendra Rupini

Are you looking for an experienced developer to bring your website to life, tackle technical challenges, fix bugs, or enhance functionality? Look no further.

I specialize in building professional, high-performing, and user-friendly websites designed to meet your unique needs. Whether it's creating custom JavaScript components, solving complex JS problems, or designing responsive layouts that look stunning on both small screens and desktops, I can collaborate with you.

Get in Touch

Email: contact@khogendrarupini.com

Phone: +91 8837431044

Create something exceptional with us. Contact us today