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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Will code search be dead for humans in an era of "vibe coding"?

3 点作者 pretty_colors3 个月前

2 条评论

davydm3 个月前
I think that this looks like a great tool, that I&#x27;d use (and that I&#x27;d want for other languages, tbh)<p>The current ai-coding hype is already losing some steam as a lot of people are realising that the generated code is of dubious quality and requires (overall) more time for anything other than a one-shot &quot;it&#x27;s good enough&quot; project. Sadly, people will use this for an MVP - which we all know, _doesn&#x27;t_ get thrown away, but becomes production code at some point, when someone will have to maintain it.<p>Personally, I don&#x27;t use any of these &quot;assistants&quot; as I find them way more annoying than useful - filling in obviously incorrect code, or, worse, subtly buggy code. Every demo I&#x27;ve been at, once the speaker has triumphantly shown the results of new tool X, I&#x27;ve found an issue with the code - more often than not, an actual bug where the code doesn&#x27;t meet the requirements specified in the prompt.<p>&quot;vibe-coding&quot; (what a cringe term) will (imo) soon distinguish marginally-skilled programmers (who use these tools) from proficient ones (who have to clean up the mess).
pretty_colors3 个月前
With AI-assisted coding on the rise, I&#x27;m starting to wonder if humans will still need code search tools, or if generative models will do it all for us. On the other hand, maybe code search will become even more critical, especially as AI-generated codebases balloon and eventually need thorough refactoring, security audits, or just plain manual debugging.<p>Context: A friend wrote a semantic code search tool (syng.dev) designed for developers maintaining large or legacy codebases, or for web security folks. It&#x27;s great, but I&#x27;m unsure about how demand might shift if coding becomes more &quot;AI-first.&quot; That said, I could see these tools being just as useful (if not more so) for the AI agents themselves when sifting through massive amounts of code.<p>What do you think? Does code search still have a bright future, whether for humans or AI, or is it fated to become obsolete in the era of &quot;vibe coding&quot;?