AI News HubLIVE
站内改写3 分钟阅读

待翻译:What languages are agent skills written in?

AI 服务暂时不可用,以下为来源摘要,待恢复后补全翻译:In the first quarter of 2026, 13.0% of newly written agent skills were in a language other than English, and one quarter later it was 16.3%. That is three points in three months across 255,068 skills, with confidence in…

来源Hacker News AI作者: 3Mathematicians

AI 服务暂时不可用,以下为来源正文,待恢复后补全翻译。

In the first quarter of 2026, 13.0% of newly written agent skills were in a language other than English, and one quarter later it was 16.3%. That is three points in three months across 255,068 skills, with confidence intervals nowhere near touching. For comparison, GitHub-wide non-English documentation took ten years to travel from 3.7% to 13.0%, so whatever is happening here is happening at a different speed entirely, and the most plausible explanation is that AI development has arrived somewhere other than San Francisco. Reviewing the data, it turns out that the claim is stronger than the obvious version of it, because English is not a proxy for American. GitHub's fastest-growing developer population by a wide margin is India, which writes in English, as do Nigeria and Singapore, so a language count cannot see any of them. The non-English share is therefore not a measure of how much of this ecosystem sits outside the United States. It is a floor beneath it, and everything below should be read that way. For context, a skill is a SKILL.md file in a folder, holding instructions for an AI agent in plain prose, loaded when the agent judges the task relevant. Anthropic published the specification in October 2025, and it spreads the way a recipe spreads: somebody copies it. Nine months later there were 3.8 million of them across 282,200 public repositories, which is what the GitSkills dataset collects. Skills are strange as software, by which we mean the traditional kind, because this is one of the things AI has upended. They are written in human language and the runtime is a multilingual model, so there is no technical reason to write one in English: a developer in Shenzhen or São Paulo can state a procedure more precisely in their own language, and the agent will follow it. Whether it follows it as well is a better question, and much harder to answer than anything a file crawl can settle. the distribution We ran language identification over the prose body of every distinct skill, after stripping front matter and fenced code. horizontal bar chart, language distribution 1,870,299 distinct skill contents. The 14.3% that are not English are led by Chinese. Language Share of distinct skills English 85.3% Chinese 6.2% Japanese 1.7% German 1.6% Korean 1.2% Portuguese 1.1% Spanish 0.9% French 0.4% So 14.3% of skills are not in English, and split by script the Chinese ones run 104,985 simplified against 9,112 traditional. The rows above do not quite sum to that, because 6,810 skills came back below our confidence floor and are counted as neither. The comparison worth making is against GitHub's own documentation instead of its issues or pull requests, and a 2026 ICSE study put repository documentation at 13.0% non-English, with Chinese at 3.3% of repositories. In aggregate that makes skills unremarkable, 14.3% against 13.0% being a dead heat. They are markedly more Chinese, though, 6.2% against 3.3%. why every published number disagrees Ours is not the only published figure, and the published figures do not agree with each other. Reported English share Corpus Method 65.0% 557 healthcare skills, ClawHub (2605.02709) not stated 81.8% 26,502 skills, ClawHub (2604.13064) not stated 85.3% 1,870,299 distinct, GitHub (ours) py3langid, conf >= 0.80 92.6% 133,149 skills, skills.sh (2607.01456) fast-langdetect 99.7% English-seeded crawl (2606.03565) seeded These are not contradictions, they are five different populations: curated marketplaces skew English, domain slices skew toward wherever that domain happens to be active, and a crawl seeded with English queries will find English. The first candidate to rule out is us, because if our identifier simply saw less English than everyone else's then the whole comparison would be an artifact of tooling. So we ran both over the same documents, py3langid which we use and fast-langdetect which the 92.6% study used. They agree on 97.6% of documents, and their English shares sit +1.2 points apart against a gap of around seven. Quality screening looks like the next good candidate and leads nowhere either: if corpora that filter for valid front matter were quietly discarding non-English skills that would explain some of the spread, but non-English skills have slightly better front-matter validity, 88.1% against 86.6%, and filtering moves the English share only from 85.6% to 85.4%. What is left is where you looked. That generalises well past this dataset, so when someone tells you what "the AI ecosystem" looks like, the registry they scraped may hold more of the answer than anything else they say. skills are getting less English Skills carry commit history, so each one has a creation date, and that turns a static pie chart into a trend. non-English share by month, with confidence band Band is the 95% Wilson interval. July 2026 is shaded: collection ran mid-month, so that cohort is censored and excluded from comparisons. Quarter Non-English share 2026 Q1 13.0% [12.8, 13.1] 2026 Q2 16.3% [16.1, 16.4] Month by month the climb is not smooth, since February dips to 10.9% before March resumes at 14.2%, but the direction across the window is not in doubt: 13.1% in January against 17.6% in June. That is roughly what you would expect of a format eighteen months old, since new artifact types acquire their demographics much faster than mature ones when there is no incumbency to overcome. But "non-English" is not one thing, and broken out, the rise turns out to be carried by two of the four groups rather than by all of them. small multiples, share by quarter per language, with confidence bands Chinese +2.1 pts 25-Q4 → 26-Q2