TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

2 pointsby shaburnover 1 year ago

3 comments

mikewarotover 1 year ago
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.
sp332over 1 year ago
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 未加载
shaburnover 1 year ago
I think structure will shrink and simplify to fit context window token limits at the expense of developer(human) experience and developer bias.