Ask HN: Why is my Claude experience so bad? What am I doing wrong?
21–30 of 125 posts
Re: Ask HN: Why is my Claude experience so bad? What am I doing wrong?
#22Two questions:
1. How are you using Claude? Are you using https://claude.ai and copying and pasting things back and forth, or are you running one of the variants of Claude Code? If so, which one?
2. If you're running Claude Code have you put anything in place to ensure it can test the code it's writing, including accessing screenshots of what's going on?
Re: Ask HN: Why is my Claude experience so bad? What am I doing wrong?
#23If you expect it to _do_ things for you - you're setting yourself up for failure. If you treat it as an astonishingly sophisticated and extremely powerful autocomplete (which it is) - you have plenty of opportunities to make your life better.
Personnaly, I'm trying to learn the "make it write the plan, fix the plan, break it down even more, etc..." loops that are necessary; but I haven't had a use case (yet?) where the total time spent developing the thing was radically shorter.
LLMs make wonders on bootstrapping a greenfield project. Unfortunately, you tend to only do this only once ;)
Re: Ask HN: Why is my Claude experience so bad? What am I doing wrong?
#24Re: Ask HN: Why is my Claude experience so bad? What am I doing wrong?
#25Re: Ask HN: Why is my Claude experience so bad? What am I doing wrong?
#26from the basics, did you actually tell it that you want those things? its not a mind reader. did you use plan mode? did you ask it to describe what its going to make?
Re: Ask HN: Why is my Claude experience so bad? What am I doing wrong?
#27Try this: * have Claude produce wireframes of the screens you want. Iterate on those and save them as images. * then develop. Make sure Claude has the ability to run the app, interact with controls, and take screenshots. * loop autonomously until the app looks like the wireframes. Feedback loops are required. Only very simple problems get one-shot.
hmm but wouldn't that rapidly spend my tokens?
Re: Ask HN: Why is my Claude experience so bad? What am I doing wrong?
#28If you expect it to _do_ things for you - you're setting yourself up for failure. If you treat it as an astonishingly sophisticated and extremely powerful autocomplete (which it is) - you have plenty of opportunities to make your life better.