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: What do you think about "vibe coding"?

7 pointsby heymax0543 months ago
Seeing this phrase being used more and more often everywhere. Curious what HNers think about this “movement” (if we could call it that).<p>For those of you not familiar with what “vibe coding” is: https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Vibe_coding

7 comments

evil-olive3 months ago
&gt; an AI-powered programming practice where a programmer surrenders to the &quot;vibes&quot; and power of the AI, while ignoring the details of the generated code.<p>if you&#x27;re working on a personal or hobby project, do whatever you want. let your cat sleep on the keyboard, feed that into DeepSeek, and pipe the output directly into `git commit -am &#x27;lol vibes&#x27; &amp;&amp; git push --force` if you want.<p>if you&#x27;re working professionally, by all means use whatever tools you find useful. the only thing that matters is the finished product.<p>however, if I&#x27;m your coworker, that finished product is a pull request that has <i>your</i> name on it. if I&#x27;m reviewing it, I expect <i>you</i> to be able to answer questions about the details of the code. after it&#x27;s merged, it&#x27;s getting deployed to production, and I&#x27;m in an on-call rotation that can wake me up at 2am if it&#x27;s broken.<p>if I ask a question about some detail in your PR and your answer is &quot;I dunno why it&#x27;s that way, the AI wrote the code based on vibes and I ignored the details&quot; I am going to have to have an uncomfortable chat with you and&#x2F;or your manager.<p>details matter. ignore them at your peril. the fanciest tape measure in the world does not relieve a carpenter of the need to &quot;measure twice, cut once&quot;. an LLM is likewise just a tool you can use. it does not remove the need to think about the details.
learningstud2 months ago
Vibe coding will create more jobs to (1) clean up the mess or (2) spread the vibe.
codingdave3 months ago
Sounds like a quick way to create a large AI bill while developing basic apps that are piles of unmaintainable spaghetti under the hood.
bitbasher2 months ago
Vibe Coding is a lot like UML charts. UML was all the rage and the future of software engineering and software architecture.
评论 #43401998 未加载
almosthere3 months ago
<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Vibe_coding" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Vibe_coding</a>
评论 #43283910 未加载
sadboots3 months ago
Vibe coding is fun until you need vibe debugging
评论 #43284068 未加载
评论 #43283921 未加载
owendarko3 months ago
There&#x27;s definitely a negative sentiment around &quot;vibe coding&quot; on HN. I remember a few days ago seeing a story [1] on the home page which immediately got downvoted&#x2F;flagged.<p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43231978">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43231978</a>
评论 #43284023 未加载