OpenAI Consolidates Product Leadership Under Greg Brockman, Merging ChatGPT and Codex Teams

OpenAI has executed an internal restructuring that consolidates its core product lines, engineering scaling, and commercial deployment under co-founder and President Greg Brockman. The reorganization merges the teams behind ChatGPT, the Codex coding agent, and developer APIs into a single unified product division. The move flattens decision-making hierarchies across the company as it prepares for an eventual initial public offering and responds to mounting enterprise competition from Anthropic

2 min
OpenAI Consolidates Product Leadership Under Greg Brockman, Merging ChatGPT and Codex Teams

OpenAI has executed an internal restructuring that consolidates its core product lines, engineering scaling, and commercial deployment under co-founder and President Greg Brockman. The reorganization merges the teams behind ChatGPT, the Codex coding agent, and developer APIs into a single unified product division.

The move flattens decision-making hierarchies across the company as it prepares for an eventual initial public offering and responds to mounting enterprise competition from Anthropic and Google.

Product Convergence and Core Leadership

Under the new operational structure, OpenAI is uniting three historically separate product efforts (its flagship consumer interface ChatGPT, its agentic coding engine Codex, and its developer platform) into a centralized core organization:

  • Greg Brockman: Assumes formal operational command over company-wide product strategy in addition to his existing oversight of compute infrastructure and scaling teams. Brockman previously took over product management on an interim basis during the medical leave and subsequent departure of Fidji Simo, OpenAI's former CEO of AGI deployment.
  • Thibault Sottiaux: Formerly the head of Codex, Sottiaux has been promoted to lead core product and platform teams. In this role, Sottiaux is directing the technical integration for OpenAI's planned "super app," an environment designed to merge ChatGPT, Codex execution capabilities, and the Atlas web browser into a single desktop interface.
  • Nick Turley: The longtime head of ChatGPT, who managed the product from its initial launch to more than 900 million weekly active users, transitions away from consumer operations to lead enterprise products.
  • Ashley Alexander: A former Vice President at Instagram who previously headed health initiatives at OpenAI, Alexander takes over as the head of the consumer product unit.
Convergence of consumer interfaces, autonomous coding engines, and developer APIs into unified platform architecture

Executive Departures and Commercial Focus

The organizational consolidation follows a string of high-profile departures across OpenAI's leadership ranks over recent months:

  • Revenue Leadership: Denise Dresser stepped down as Chief Revenue Officer after eight months, with former Zscaler COO Dali Rajic named as her successor.
  • Executive Suite: Brad Lightcap, OpenAI's longtime Chief Operating Officer who recently managed special projects, left the company to launch a new venture.
  • Domain Leads: Additional recent exits include Kevin Weil (VP of science applications), Bill Peebles (head of Sora), and Srinivas Narayanan (CTO of enterprise applications).

In an internal staff memo, Brockman outlined the rationale for merging the product organizations, noting that developer tooling, autonomous coding engines, and interactive chat interfaces are converging into agentic workflows where models execute multistep tasks on behalf of users.

Consolidating these units under a shared technical and commercial leadership structure aims to accelerate shipping cycles while trimming redundant managerial layers prior to public market scrutiny.

Sources

Written by

More to read

  • Rank Collapse in Deep Transformers: Why Pure Attention Degenerates Doubly Exponentially and How Skip Connections Preserve Capacity

    When the Transformer architecture was introduced in 2017 with the seminal paper "Attention Is All You Need", the central thesis was that recurrence and convolution could be completely discarded in favor of stacked self-attention mechanisms. However, theoretical analysis has shown that the title's premise is mathematically incomplete. Stacking pure self-attention layers in isolation does not produce an expressive deep model: it triggers a catastrophic failure mode known as rank collapse. In a fo

    1 min
  • Item Response Theory Audit of 192 LLMs Exposes Safety Benchmark Redundancies, Over-Refusal Distortions, and Sandbagging

    A psychometric evaluation of 192 frontier and open-weight language models across eight major safety benchmarks has revealed structural flaws in current safety testing methodologies. The research, conducted by Joshua Fonseca Rivera, Neil Shah, David Demitri Africa, and Konstantinos Voudouris with support from the UK AI Security Institute and the UK Department for Science, Innovation, and Technology (DSIT), applies Item Response Theory (IRT) to analyze 5,255 evaluation items. The findings demonst

    1 min
  • Binary Quantization and Matryoshka Embeddings in Production: Two-Stage Rescoring, Hamming Distance Acceleration, and Vector Storage Economics

    Production vector search workloads face a severe memory scaling bottleneck. In retrieval-augmented generation (RAG) and semantic search architectures, indexing tens of millions of high-dimensional embeddings in raw 32-bit floating-point (FP32) format exhausts memory capacity and drives up infrastructure costs. Indexing 100 million 1536-dimensional vectors requires 614.4 GB of RAM purely for vector payloads, before accounting for graph edges and memory fragmentation in Approximate Nearest Neighbo

    1 min