Hacker News new | ask | show | jobs
by SpicyLemonZest 6 days ago
Can't speak for everyone involved in this thread, but your workflow sounds identical to mine and that's what I was intending to describe. I agree there's a different thing sometimes called "vibecoding" which doesn't work well for software that has to be even mildly robust.
1 comments

Right? Like the tool is the same (Claude Code, in my case, but there are many like it these days) but the operation of it is totally different:

"Write a function that will <do a thing the code does in 3 places>, put it in utils, and refactor the 3 locations that need to do that thing to use that function instead." (and then hundreds more prompts like that)

vs.

"Write an app that lets you trade crypto"

Just totally different activities.