Live data from Hacker News

Ask HN: Why is my Claude experience so bad? What am I doing wrong?

news.ycombinator.com

11–20 of 125 posts

Re: Ask HN: Why is my Claude experience so bad? What am I doing wrong?

#12
Claude is a programming assistant not a programmer.

You still need knowledge of what you are building so you can drive it, guide it, fix things.

This is the core of the question about LLM assisted programming - what happens when non programmers use it?

Re: Ask HN: Why is my Claude experience so bad? What am I doing wrong?

#14
could you share an md of your prompts? I find with those tools I still have to break the problem down into verifiable pieces, and only move on to the next step once the previous steps are as expected.

syntax error is nothing, I just paste the error into the tui and it fixes it usually.

Re: Ask HN: Why is my Claude experience so bad? What am I doing wrong?

#16
Try 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.

Re: Ask HN: Why is my Claude experience so bad? What am I doing wrong?

#17
You need to be very specific about what to build and how to build it, what tools to use, what architecture it should do, what libraries, frameworks it should include. You need to be a programmer to be able to do this properly and it still takes a lot of practice to get it right.

Re: Ask HN: Why is my Claude experience so bad? What am I doing wrong?

#20
post #16

Try 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?
Post reply on HN