Hacker News new | ask | show | jobs
by js8 32 days ago
Strange. I tell Claude Code to do things differently all the time.
1 comments

I'd recommend a different workflow, with extensive upfront planning. This works extremely well for me:

https://www.stavros.io/posts/how-i-write-software-with-llms/

It's to the point that I just push the output of that to production and know it'll be OK, except for very large changes where I'm unlikely to have specified everything at the required level of detail. Even then, things won't so much be wrong, as they'll just not be how I want them.

Thank you for sharing this. It is weirdly encouraging to see someone take a path similar to mine.