Ask HN: Is vibe coding a new mandatory job requirement?
71–80 of 92 posts
Re: Ask HN: Is vibe coding a new mandatory job requirement?
#72Re: Ask HN: Is vibe coding a new mandatory job requirement?
#73Some ways an LLM can assist with coding: I recently needed to refactor a bunch of code. Claude was very helpful this and it completed in about 5 minutes what would have taken me a couple of hours by hand.
Also they are very handy when using new frameworks and libraries. As we all know documentation for open source projects is often lacking. Just yesterday I ran into this. I pointed Claude at the projects GitHub repo and had the answers to my questions in just a couple of minutes. Manually I would have been spending a hour or two reading the code to figure out what I needed.
They are very handy when debugging. Get a weird hours that makes no sense. Instead of banging your head against the wall for a few hours, an LLM can help you find the problem much quicker.
Re: Ask HN: Is vibe coding a new mandatory job requirement?
#74I couldn't imagine wanting to hire someone who doesn't use LLMs for coding unless they are bringing something very special to the table. It accelerates many coding tasks significantly. But you have to know the limitations to use them efficiently and that only comes with experience.
I don't understand why anyone would want to work for a firm that will not allow their employees to do their entire job properly, but will instead insist that they delegate a large portion of it via natural language of all things to some stochastic parrot from hell and hope after enough iterations of this that it will all somehow turn out okay. This sounds like a complete nightmare! To be frank, this entire situation…
They can also waste a lot of time if you end up over-reliant on them, but that's where experience with LLMs comes in. The nature of them means it's not an exact science, but you get a feel for how to best apply them.
Re: Ask HN: Is vibe coding a new mandatory job requirement?
#75We do not interview for this nor care about it, despite using agentic and code complete tooling heavily. It's not a deep technical skill like C++ that requires years of hands-on experience. Spend a few weeks getting comfortable with Claude Code and you're probably at about parity with most devs. That seems like sort of a red flag to me to have that as a job requirement.
Re: Ask HN: Is vibe coding a new mandatory job requirement?
#76Re: Ask HN: Is vibe coding a new mandatory job requirement?
#77Jesus Christ. Imagine reading these comments even just a year ago. Don’t know/care about coding with AI? You’re unhireable now. Grim.
It's not a skill. Seriously. It's pretty simple to get started, just open codex/claude, and give it a shot.
Re: Ask HN: Is vibe coding a new mandatory job requirement?
#78Re: Ask HN: Is vibe coding a new mandatory job requirement?
#79The problem with vibe coding isn't the coding part — it's that people are trying to think through their product while they're building it. That's always been a bad idea. AI just makes the consequences arrive faster.
Good product thinking happens before you touch any tool. What problem are you actually solving? For whom? What does success look like? What are you not building? These questions don't get easier with LLMs — if anything, because you can generate plausible-looking output so quickly, it's easier than ever to convince yourself you've answered them when you haven't.
The vibe coding mess isn't an AI problem. It's a 'skipped the thinking' problem that AI has made cheap enough to do at scale.
Re: Ask HN: Is vibe coding a new mandatory job requirement?
#80Earlier quoted context omitted.
If you aren't taking advantage of it, you are not a competent software engineer in 2026.
Many companies cannot take advantage of it. Not everyone is making toy CRUD web applications to help consumers purchase things they don't want. Some people are making safety critical applications, and many more are making highly sensitive applications. At my job, we just got agents. Because we had to self-host them in our new data center. Our product isn't the kind that can be used with Claude or Gemini, like, legall…