Mon. Mar 9th, 2026

AI coding assistants may influence which languages developers use


AI coding assistants are starting to influence more than how developers write code. They may also be shaping which programming languages developers choose to work with.

Recent analysis of GitHub’s Octoverse 2025 data suggests that AI coding assistants are quietly influencing language adoption across the software ecosystem. The shift reflects how tools such as AI code completion systems are becoming part of everyday development workflows, affecting decisions that once depended mainly on developer preference, community support, or framework trends.

One of the clearest signals of this change appears in GitHub’s language rankings.

In August 2025, TypeScript became the most used language on GitHub by monthly contributors, surpassing both Python and JavaScript for the first time. The language recorded around 2.636 million monthly contributors, marking a 66% year-over-year increase and one of the largest shifts in language popularity in more than a decade.

At first glance, this rise might look like the result of web development trends. Many popular frameworks now default to TypeScript, and the language has been steadily gaining adoption in front-end and full-stack development. But GitHub’s data suggests another factor is playing a role: AI coding assistants.

How AI coding assistants create a “convenience loop”

Developers often choose tools that reduce friction in their workflow. When AI coding assistants perform well with a particular language, developers may find it easier to work with that language, which encourages more projects and code written in it.

GitHub developer advocate Andrea Griffiths describes this pattern as a “convenience loop.”

“When a task or process goes smoothly, your brain remembers. Convenience captures attention. Reduced friction becomes a preference—and preferences at scale can shift ecosystems,” Griffiths wrote when discussing the Octoverse findings.

The loop works in several stages. Developers use AI tools with a language that the tools support well. That produces more training data and examples in that language. As a result, AI tools improve their performance on that language, which then encourages more developers to use it.

Over time, this feedback cycle can push certain languages ahead of others.

The impact is already visible. GitHub reported that 80% of new developers on the platform try GitHub Copilot within their first week, suggesting AI tools are quickly becoming part of the normal development experience.

Why typed languages work well with AI

TypeScript’s design also makes it easier for AI tools to generate reliable code.

Unlike JavaScript, which allows variables to change type freely, TypeScript includes a static type system that forces developers to define what type of data a variable holds. These type rules act as guardrails for both developers and AI models.

For example, when a variable is declared as a string in TypeScript, an AI assistant knows that operations designed for numbers or arrays should not apply. This helps reduce ambiguity when generating code.

A 2025 study cited in developer reports found that 94% of compilation errors in LLM-generated code were type-check failures. Strong type systems can catch these problems during compilation, before the code runs in production.

Because of this, typed languages tend to work better with AI-generated code.

GitHub’s analysis found similar growth patterns among other typed or gradually typed languages. For example, Luau, the scripting language used by Roblox, grew by 194% year over year, while Typst, a typed typesetting language, increased by 108%.

These trends suggest that languages with clearer structure may have an advantage in an AI-assisted development environment.

AI tools are now part of everyday development

The broader data from GitHub points to how widespread AI-assisted development has become.

More than 1.1 million public repositories now use software development kits for large language models, according to GitHub’s Octoverse analysis. This reflects a rapid rise in AI-driven tooling across open-source projects.

The scale of GitHub itself also highlights how quickly these shifts can spread. The platform now hosts over 180 million developers and more than 630 million repositories, meaning changes in developer behavior can ripple across a large global community.

For many teams, AI tools have already become part of the daily workflow. Assistants can generate code snippets, explain unfamiliar functions, write tests, and help refactor large sections of code.

But the influence may go deeper than productivity.

How AI coding assistants may influence language choice

In the past, developers often chose programming languages based on performance, community support, or ecosystem maturity. Those factors still matter, but AI tooling may now be another variable.

If an AI assistant can generate reliable code for one language but struggles with another, developers may naturally gravitate toward the language that works better with their tools.

GitHub’s findings suggest this shift is already underway.

Rather than simply speeding up development, AI coding assistants may be shaping the direction of programming ecosystems themselves. Languages that integrate well with AI tools could gain momentum, while others may face new barriers to adoption.

For developers, this raises a simple but important question: how often does AI tooling influence the technical choices made during a project?

The answer may not always be obvious. But as AI becomes more embedded in development environments, the tools developers rely on could quietly steer the technologies they use.

(Photo by Arnold Francisca)

See also: When AI writes the code: Productivity gains and production pitfalls

Want to learn more about AI and big data from industry leaders? Check out AI & Big Data Expo taking place in Amsterdam, California, and London. The comprehensive event is part of TechEx and is co-located with other leading technology events, click here for more information.

AI News is powered by TechForge Media. Explore other upcoming enterprise technology events and webinars here.

Related Post

Leave a Reply

Your email address will not be published. Required fields are marked *