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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you effectively work with AI coding assistants on large projects?

3 点作者 namanyayg4 个月前
I&#x27;m noticing interesting challenges when using AI assistants (Claude, GPT-4, etc.) on production codebases. The AI often misses important project context, architectural decisions, and existing patterns - leading to suggestions that technically work but don&#x27;t align with the project&#x27;s approach.<p>Curious how others are handling this, especially in larger teams. How do you maintain consistency? What strategies have proven effective? What hasn&#x27;t worked?

1 comment

PaulHoule4 个月前
I use them for little tasks.<p>You can try looking things up on stack overflow where it routine for the accepted answer to have 30 comments screaming &quot;THIS SHOULDN&#x27;T BE THE ACCEPTED ANSWER&quot; and the accepted answer is frequently wrong. You can spend a lot of time filtering the chaff from the wheat and still get something wrong.<p>With the AI you are still taking its chance but unlike S.O. it is responsive to feedback and if you circle back two or three times your odds get better.