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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How will software architecture change in light of LLMs?

2 点作者 shaburn超过 1 年前

3 条评论

mikewarot超过 1 年前
I don't think LLMs are going to change it as much as the massive concurrency that modern hardware provides. A single threaded task can only reach a tiny fraction of the CPU resources in a machine these days.
sp332超过 1 年前
Things in the generated code (function names, variables) will be named better. Comments will be written with specific instructions about how to generate the following code. Test coverage will improve, but even fewer people will evaluate whether the tests are doing anything useful.
评论 #38120126 未加载
shaburn超过 1 年前
I think structure will shrink and simplify to fit context window token limits at the expense of developer(human) experience and developer bias.