Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Not OP, but if you are asking for your own reference or projects, I've found this "prompt flow" to be very effective:

https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/

The reasoning models seem to respond quite well to the "ask me one question at a time, building on my previous answer" for the sake of coming up with a solid blueprint for the project, then build from there. I used this method to make a nice little inventory/rma tracker for my job using Rails 8, and it got me MVP in a matter of hours, with most delays being just me refining the code on my own since some of it was a bit clunky. I used o3 mini to generate the initial prompts, then fed those to Claude.

The hallucinations/forgetfulness was relatively minor, but if I did not have prior Ruby/JS knowledge, I doubt I would have caught some of the mistakes, so as much as I was impressed by the method outlined in the blog post, I am not at all saying that someone with no knowledge of the language(s) they wish to use is going to create a great piece of software with it. You still have to pay attention and course correct, which requires a working understanding of the dev process.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: