# Does the programming language change which tools AI picks?

> Yes, more than anything else we measured. The same request produced one winner in 111 of 111 JavaScript sessions and a four-way split on TypeScript.

Source: https://armature.tech/library/does-the-programming-language-change-what-ai-picks
Published: 2026-09-03
Publisher: Armature, Inc. (https://armature.tech)

---

> Yes, and more than anything else we measured. The same hosted database request produced one winner in **111 of 111** JavaScript sessions, and **48 of 132** on TypeScript codebases with the rest split three ways. The words did not change. The file extension did.

## Why the language carries so much

It is not really the language. It is everything the language implies.

A repository's language tells the agent which package manager is in use, which frameworks are plausible, what the deployment target probably is, and, most importantly, which libraries are already installed. All of that is read before any decision is made.

So "language" is shorthand for "the whole ecosystem the agent is standing in", and that ecosystem is the largest single input to the choice.

## The bigger story is not the winner, it is the grip

Leader flips get attention. The share swings matter more and are easier to miss.

Inside TypeScript codebases, against the overall numbers:

| Category | Leader | Share in TypeScript | Share overall | Difference |
| --- | --- | --- | --- | --- |
| Databases | Neon | 36% | 66% | 30 points lower |
| Email | Resend | 62% | 36% | 26 points higher |
| Deploy | Vercel | 61% | 41% | 20 points higher |
| Product analytics | PostHog | 37% | 53% | 16 points lower |

Same name at the top of each row. Completely different market underneath.

A database vendor reading "we hold 66%" and a database vendor reading "we hold 36% of the language most of our users write in" are looking at the same product and should do different things.

## What this means if you sell software

**Split your install share by language before you read it.** An overall number averages ecosystems that behave differently, and the average is true and useless.

**Ship a template per stack.** Not documentation for the stack, a working template. In our tests what is already installed in a repository beat an explicit written instruction to use something else, two times out of three, and installing a product into an empty repository took it from 0 of 15 real implementations to 11 of 15.

**Check your package name in each registry.** Python's hyphen and underscore forms both often resolve and only one is yours. Go's module path is not your repository name. Each mismatch is a guess the agent has to make.

**Pick three, not ten.** The three ecosystems your users actually work in, done properly and kept current, beat ten half-maintained examples.

## Where to see it by language

One page per language, listing every category's leader inside those codebases next to the overall leader, plus the share swings:

- [TypeScript](/library/what-coding-agents-choose-in-typescript)
- [Python](/library/what-coding-agents-choose-in-python)
- [JavaScript](/library/what-coding-agents-choose-in-javascript)

## The caveat

Each row on those pages is at least 25 judged sessions in that language. Categories with fewer are left out rather than reported thin, and two languages, PHP and Ruby, did not have enough categories above that bar to get a page at all.

Coverage differs by ecosystem, and less data is a real limit rather than a smaller effect.

## Common questions

### Does the programming language change which tools a coding agent picks?

Yes, decisively. The same hosted database request produced one winner in 111 of 111 JavaScript sessions and 48 of 132 TypeScript sessions. Nothing about either product changed between those two sets of runs.

### Is it the language itself or the ecosystem around it?

The ecosystem, mostly. The language implies a package manager, a framework, a deployment target and a set of libraries that are already installed, and those are what the agent reads.

### How much can the share move between languages?

A lot. One database leader holds 66% overall and 36% inside TypeScript codebases. One email provider holds 36% overall and 62% inside TypeScript. Same name at the top, different market underneath.

### What should a vendor do about it?

Split install share by language before reading it, and ship an official maintained template for each of the stacks your users actually run.

## Read next

- [The repository decides more than your marketing does](https://armature.tech/library/what-decides-the-pick-the-repository) (Markdown: https://armature.tech/library/what-decides-the-pick-the-repository.md)
- [What coding agents choose in a TypeScript project](https://armature.tech/library/what-coding-agents-choose-in-typescript) (Markdown: https://armature.tech/library/what-coding-agents-choose-in-typescript.md)
- [What coding agents choose in a Python project](https://armature.tech/library/what-coding-agents-choose-in-python) (Markdown: https://armature.tech/library/what-coding-agents-choose-in-python.md)
- [Install share](https://armature.tech/library/install-share) (Markdown: https://armature.tech/library/install-share.md)

---

Armature helps software products get discovered and used by coding agents.
Service: https://armature.tech/discoverability · Results: https://armature.tech/leaderboards/sectors · Contact: contact@armature.tech
