Answers

Do AI coding assistants actually choose which tools to install?

Yes, routinely, and often without a person comparing anything. What the data shows about how often it happens and how concentrated the outcomes are.

Published September 3, 2026 Read as Markdown

Yes, routinely. Given a one-line request such as "I need a real database for this, something hosted", a coding agent reads the repository, decides what fits, installs a client library, writes a schema and a connection string, and shows a diff. The vendor was chosen by the agent.

What the person actually does

They start it, and they approve the result.

What they usually do not do is compare vendors. The choice arrives inside a diff that also contains a schema, a configuration change and some code. Reviewing a diff and reviewing a procurement decision are different activities, and the first is what happens.

That is not carelessness. It is the point of delegating. The person asked for a working database, they got one, and interrogating the choice would undo the time saved.

How often, and how decided

We ran 5,292 judged sessions across 18 categories, with Claude Code, Codex and Cursor, inside 51 realistic codebases. Every session ended in a real decision and real code.

The concentration varies more than anything else in the data:

CategoryLeader's shareWhat that means
Payments88%Effectively decided
Databases66%One strong default
Cloud62%One strong default
Bot protection57%One strong default
Product analytics53%A clear leader, real second place
Storage46%Contested
Sandboxes42%Contested
Deploy41%Contested
Observability37%Open
Email36%Open
Evals34%Open
Authentication26%Wide open
Voice agents24%Wide open
Serverless24%Wide open
AI gateway21%Wide open
Search17%Wide open
Agent frameworks14%Wide open
Performance CI10%Mostly hand-written code

In payments, an agent installs one company's product nearly nine times in ten. In agent frameworks, the leader takes one in seven.

Those are different markets with different implications, and until this was measured nobody had the number.

The outcome people forget

In five categories the most common result was that the agent wrote the implementation itself and adopted nothing.

CategoryBuilt in-house
Performance CI52%
Evals29%
Agent frameworks25%
Search23%
Product analytics23%

Meanwhile in payments, databases, storage, deploy, sandboxes and email the in-house rate is exactly zero: not one session in those six categories ended without a product. Cloud is one session out of 215, which is the same story with a rounding difference.

The dividing line is whether the first ten percent of the problem can be solved in fifty lines. An agent is good at writing fifty lines and has no budget to consider.

Does it depend on the agent

Yes, more than most people expect. Claude Code, Codex and Cursor named different category leaders in 10 of the 18 categories.

CategoryClaude CodeCodexCursor
EmailPostmarkResendResend
SandboxesE2BModalE2B
AuthenticationWorkOS AuthKitAuth0Auth0
DeployVercelRenderVercel

They also differ in how they gather evidence: on decision tasks Claude Code ran a web search in 1.6% of runs and Codex in 53%.

Why this matters commercially

For twenty years a developer tool company sold to developers. A person searched, read a comparison, tried a free tier, adopted.

A growing share of that now runs inside an agent, and the agent reads differently. It does not see your landing page. It cares whether your quickstart runs when pasted, whether your package name matches your product name, and whether the version it remembers still exists.

That is a different discipline, and it has a different metric: install share rather than traffic or mentions.

Common questions

Do AI coding assistants choose which tools get installed?

Yes. Given a one-line request such as needing a hosted database, a coding agent reads the repository, picks a vendor, installs the client library and writes the integration. In 5,292 judged sessions across 18 categories, an agent made a real choice and wrote real code every time.

Does a person review the choice?

Usually they review the diff rather than the choice. The vendor decision is embedded in a change that also contains schema, configuration and code, and it is rarely questioned separately.

How concentrated are the outcomes?

It varies enormously by category. In payments the leader took 88% of sessions. In agent frameworks the leader took 14%, and 25% of sessions ended with the agent writing its own implementation instead.

Which categories are most decided?

Payments at 88%, databases at 66%, cloud at 62%, bot protection at 57% and product analytics at 53%. Authentication at 26% and agent frameworks at 14% are the most open.

Where this comes from

Armature ran 5,292 judged sessions with Claude Code, Codex and Cursor inside 51 realistic codebases, and published every run. The numbers on this page come from that work.

Read next

All library pages