“It reads the whole repo before it edits.” That sentence explains why 75% of respondents in my survey reported using Claude Code
One clear signal came from 138 self‑selected replies to a single question: “Do you use Claude Code or OpenAI Codex? If so, which did you choose, and why?” The answers were practical and candid, full of tradeoffs you won’t see on model leaderboards.
Methodological note, how I ran the survey
- Responses collected via HARO and Qwoted; total sample: 138 usable replies.
- Exact question asked: “Do you use Claude Code or OpenAI Codex? If so, which did you choose, and why?”
- Respondents could select multiple tools and multiple reasons. Many supplied freeform comments and examples.
- Sample is self‑selected and skewed toward people who respond to public queries (engineers, founders, consultants, and other practitioners). Treat findings as practitioner signals, not as a representative market survey.
- When I say “Codex” I mean the OpenAI Codex / GitHub Copilot family as reported by respondents. Some replies may also have referenced ChatGPT/agent experiences within OpenAI’s ecosystem.
- Percentages below are percentages of the full sample (N = 138) unless otherwise noted.
Headline numbers
- 104 respondents (≈75% of 138) reported using Claude Code in their workflows.
- 50+ respondents (a little more than one third) reported using Codex (respondents could select multiple tools).
- 30 respondents (22% of 138) reported using both tools.
Why practitioners picked Claude Code (percent of all respondents, N=138)
- Holds a large codebase in context so multi‑file changes stay coherent: 14%.
- Plans and reasons through changes before editing, which leads to fewer corrections on complex refactors: 9%.
- Produces better raw code quality and reasoning on the same task: 9%.
- Works agentically in a terminal against real repos/infra (not just editor autocomplete): 7%.
- Early arrival and established skills and integrations reduced switching cost: 5%.
- Agent tooling (skills, subagents, hooks, “MCP” as mentioned by respondents): 4%, respondents used the term but did not provide a single canonical definition.
- Better explanations, tutorials and community materials: 4%.
- Trust in Anthropic (some respondents explicitly contrasted this with distrust of OpenAI): 4%.
Why respondents picked Codex (percent of all respondents, N=138)
- More usage for the same money; no weekly limits reported by some users: 7%.
- Fits existing OpenAI/ChatGPT workflows, reducing context switching: 6%.
- Predictable and low‑maintenance edits needing less cleanup: 5%.
- Can run an autonomous loop (inspect repo, change files, test, return diff): 4%.
- Faster turnaround for routine tasks and keeping developers “in flow”: 2%.
Other recurring patterns (counts and percent of sample)
- 22 respondents (16%) run tools adversarially, one model builds, the other reviews.
- 18 respondents (13%) were non‑engineers shipping production software (founders, operators, designers, even domain specialists).
- 14 respondents (10%) said human review is non‑negotiable: AI changes are gated like a junior dev PR.
- 14 respondents (10%) use these tools to run parts of their businesses (automations, dashboards, back‑office).
- 14 respondents (10%) flagged cost and usage limits as top complaints (weekly caps, token burn, hard‑to‑track spend).
- 11 respondents (8%) use multi‑agent setups: an orchestrator directing specialized subagents.
- Smaller but notable groups treat the tool as a peer/new hire,
- Claude Code GitHub Action, official setup and usage guide (Anthropic Docs)
- NIST AI RMF: Profile on trustworthy AI in critical infrastructure
- NIST: Artificial Intelligence Risk Management Framework, generative AI guidance
- Community thread, How much of your daily work is agentic coding now? (r/dotnet)
- Claude vs Codex: Inside the trillion-dollar battle, longform analysis
Further reading
For practical setup, governance guidance, and broader context on the Claude vs. Codex debate, these resources are useful follow-ups.
0