|
|
|
|
|
by bcrosby95
406 days ago
|
|
Maybe they have tried and found it lacking? I have an on again off again relationship with LLMs. I always walk away disappointed. Most recently for a hobby project around 1k lines so far, and it outputs bugs galore, makes poor design decisions, etc. It's ok for one off scripts, but even those it rarely one shots. I can only assume people who find it useful are working on different things than I am. |
|
Most people tell me I'm just not that good at prompting, which is probably true. But if I'm learning how to prompt, that's basically coding with more steps. At that point it's faster for me to write the code directly.
The one area where it actually has been successful is (unsurprisingly) translating code from one language to another. That's been a great help.