Armature's 16,893-session study of Claude Code, Codex and Cursor found the three agents pick the same third-party tool in only 42% of cases.
Armature, a firm that sells growth services to developer tools, published a study on 3 September 2026 that it calls the largest study to date of how coding agents choose third-party tools. The team ran 16,893 sessions across Claude Code, Codex and Cursor, using 1,163 prompt variations on 75 repositories written in 10 languages, with fake company names and real lockfiles. A simulated human played by Gemini 3.7 Flash sat in the loop, and a second Gemini instance judged which sessions were valid and which tool won each one.
Armature found that Claude Code, Codex and Cursor pick the same tool in only 42% of matched sessions. Each agent leans on a different source: Cursor checks the web in about two-thirds of sessions, Codex searches the web in 94% of cases, and Claude Code relies mostly on its own priors, searching the web in roughly 30% of sessions.
If you build an agent, MCP server or skill that a coding agent should pick up, showing up in a training corpus or a search result does not translate into a win. The study's category breakdowns show that clear, specific pricing and feature pages beat brand recognition; that's how Postmark took the retention-sensitive case from Mailgun and how Stripe kept converting mentions of PayPal into its own wins. For builders listed on AI Agents Listing, the practical read is to say plainly what a product does and does not include, since agents appear to read that copy closely before implementing anything.
The 42% agreement rate also matters for anyone shipping across multiple coding agents: a tool that wins consistently in Claude Code sessions can lose the same task in Cursor or Codex, so testing against one agent alone will not tell you how the others will decide.
Armature kept only 5,292 of the 16,893 sessions as valid for this first release, spanning 51 codebases and 18 sectors, and says it may publish more from the remaining runs later. The Hacker News discussion of the study, at 262 points and 123 comments, has run mostly on open-weight models and agent provider lock-in rather than the per-category leaderboards, so it's still open how vendors will respond to the incentive to clean up their pricing and feature pages.
It is a study Armature published on 3 September 2026 analyzing 16,893 sessions across Claude Code, Codex and Cursor to see which third-party tools each agent picks when implementing a feature, using 1,163 prompt variations across 75 repositories in 10 languages.
No. They agree on the same tool in only 42% of sessions. Cursor checks the web in about two-thirds of sessions, Codex searches the web in 94% of cases (usually narrowed with site: operators), and Claude Code searches the web in only about 30% of sessions, relying more on its own priors.
Armature published the full traces, leaderboards and category results at armature.tech, including the user prompts, agent thinking traces and the actual code diffs from each session.
Source: Armature Discussion: Hacker News
The Coding category on AI Agents Listing tracks tools like the ones this study measured.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.
Claude Code will read AGENTS.md when a project has no CLAUDE.md, adopting the open convention that Codex, Cursor and other coding agents already read.
HarnessTax, a UC Berkeley Sky Lab and Arena study, finds swapping a coding agent's harness changes cost by up to 5x while success rate barely moves.
Ordewell is a new open-source CLI, TUI and VS Code extension that turns one goal into an editable, multi-agent plan for coding agents.