提问 HN:用 AI 进行系统设计,还有哪些难点?

1作者: brihati6 个月前
我们内部使用 Claude 代码,在给定模板和现有架构的情况下,它在生成初步系统设计方面表现出色。它通常能快速捕捉到显而易见的组件和权衡因素。<p>即便如此,系统设计似乎仍然比预期的要慢。人们需要花费数天时间来协调、收集背景信息,并迭代设计方案,而这些方案本可以更接近于可用的草稿。<p>对于那些已经在系统设计中使用 AI 工具的人来说:<p>系统设计的哪些部分仍然困难或缓慢? AI 生成的设计方案通常会在哪些方面失效?
查看原文
We use Claude code internally and it does a good job generating first-pass system designs when given templates and existing architecture. It often captures the obvious components and tradeoffs quickly.<p>Even so, system design still seems slower than expected. People spend days aligning, gathering context, and iterating on designs that feel like they could have started much closer to a workable draft.<p>For those who already use AI tools while designing systems:<p>What parts of system design remain difficult or slow? Where do AI-generated designs tend to break down?