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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

How I learned to stop worrying and love the LLM

4 点作者 jasonpeacock3 个月前

1 comment

theamk3 个月前
I don&#x27;t think the core language should have AI in it for many practical reasons - offline operation, toolchain size, resource requirements, determinism, etc.. There is also a whole problem of LLMs non-deterministically generating incorrect output from correct inputs, and one of the Rust&#x27;s values is that &quot;generating incorrect output from correct inputs&quot; is bad, and if it&#x27;s non-determenistic, it&#x27;s even worse.<p>but IDEs are a different beast - if a user likes AI they can install IDE or a plugin to help them, and there is no problem if that plugin requires huge downloads or tons of resources or always-on internet connection with paid subscription. And there is no impact on Rust&#x27;s reputation if that plugin suggest nonsense.