TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Will Copilot-like AI make smaller programming languages smaller?

6 点作者 allenleein9 个月前
With the rise of AI-powered tools such as Copilot and Cursor, can we expect:<p>The network effect to lead to a self-reinforcing cycle, where more users and better datasets fuel even better Copilot experiences.<p>- More developers using Copilot will contribute to a collective knowledge base that grows with each use. - This collective knowledge base provides a richer dataset for future improvements, leading to a better Copilot experience for developers. - As a result of these benefits, more people will be attracted to the language, creating a virtuous cycle of growth and improvement.<p>Would love to hear your thoughts.

4 条评论

tc4v9 个月前
This seems unlikely because LLMs don&#x27;t produce high quality code, they produce average code. So they don&#x27;t contribute to a better dataset, they contribute to a narrower dataset around the average. LLM tend to self poison, not to self improve. There is a good chance it already started because of the huge amount of chatgpt code that was put on github since 2021. Maybe if the LLM authors use some quality filter to discard 80%of the dataset it can be avoided.
sitkack9 个月前
They don&#x27;t need that much data.<p>They operate in a higher dimensional space.<p>You can fine-tune a model trained on JS&#x2F;Python and teach it Lua with little issue. If you have a proper rosetta for your language to a language that is well represented in the training corpus, it isn&#x27;t an issue.
VirusNewbie9 个月前
I was wondering if you could go the other way, could the statistical knowledge of what most people <i>want</i> when they type XYZ mean we could use it to design more powerful languages that are even less verbose.<p>I don&#x27;t really know but I hope someone answers this question!
mikewarot9 个月前
I&#x27;ve been avoiding trying out CoPilot with Pascal code because I believe this to be true.<p>Perhaps it&#x27;s time to challenge that assumption.
评论 #41344599 未加载
评论 #41343287 未加载