Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Top contributors to Codex own 50% of the codebase by linecount

A Reddit thread discusses how the top contributors to the Codex codebase own 50% of it by line count, sparking conversation about project concentration, bus factor risks, and open-source contribution dynamics.

Background

- **Codex** is an open-source Large Language Model (LLM) for code generation, released by OpenAI in 2021 and later open-sourced. It powers GitHub Copilot. - **"Top contributors"** refers to the small number of individual developers who have written the most lines of code (LOC) in Codex's public repository — they collectively account for about half of all lines. - This matters because it challenges the notion that LLMs are built by huge, diffuse teams. A tiny core group doing most of the work raises questions about bus-factor risk (what happens if those people leave), governance, and how "open" open-source AI really is. - The observation comes from analyzing commit history and line-count attribution, not from official authorship statements.