Thinking about how AI coding assistants shape developer choices, and the hidden biases influencing programming decisions. >_<
cross-posted from Medium .
This report is an examination of fairness risks across large language model (LLM) coding assistants, such as Github Copilot and Claude Code, which are increasingly used to supplement and support programming tasks.
Such AI Assistive tools influence developers’ choices of programming languages and libraries across software projects. A key fairness concern here is the frequency bias initiated in the selection of coding languages. Because coding assistants generate code based on patterns learned from large training datasets, they tend to favour languages and tools that appear most frequently across those datasets. As a result, developers may be steered toward widely used technologies even when alternative tools may be more appropriate for a given task.
This bias may create several harms, including the introduction of ‘technical debt’ through suboptimal tool choices and the suppression of emerging technologies from newer programmers. This report addresses these risks and finalising with recommendations helpful for improving transparency around how coding tools select languages and libraries.







