Ask HN: How to break Claude Code addiction?
31–36 of 36 posts
[flagged]
Re: Ask HN: How to break Claude Code addiction?
#32"this is a well-structured prompt. i'll pull up the relevant research and return with suggestions."
What's your point - that I've written this post as if it's a prompt? (Probably true...)
yes i think the writing itself already speaks "claude brain" — not criticism, personally, learning with/from machines to write well-structured and clear instructions has been quite helpful.
Re: Ask HN: How to break Claude Code addiction?
#33go outside
Re: Ask HN: How to break Claude Code addiction?
#34[flagged]
Re: Ask HN: How to break Claude Code addiction?
#35[flagged]
Re: Ask HN: How to break Claude Code addiction?
#36Pure vibe-coding isn’t that satisfying (as you’ve discovered) the problem is you’re constantly reviewing its huge output, and it probably goes wild in directions making assumptions. It’s much more fulfilling to give the LLM guardrails by engineering the solution. This means coming up with the high level architecture, dependencies, breaking down the system into deliverable chunks, and implementing those chunks. The LL…
Personally, I only have success with coding agents if it's for filling in some design I already engineered and half-implemented (like added interfaces and method declarations for example)
I feel like this is the best way to condition the agent, I don't have much success trying to do it via the prompt only