▲ | baq 6 days ago | |||||||||||||||||||||||||
By all means, if my goal is actually crafting anything. Usually it isn't, though - I just want to pump out code changes ASAP (but not sooner). | ||||||||||||||||||||||||||
▲ | binarymax 6 days ago | parent [-] | |||||||||||||||||||||||||
Even then I’ve mostly given up. I’ve seen LLMs change from snake case to camel case for a single method and leave the rest untouched. I’ve seen them completely fabricate APIs to non existent libraries. I’ve seen them get mathematical formulae completely wrong. I’ve seen it make entire methods for things that are builtins of a library I’m already using. It’s just not worth it anymore for anything that is part of an actual product. Occasionally I will still churn out little scripts or methods from scratch that are low risk - but anything that gets to prod is pretty much hand coded again. | ||||||||||||||||||||||||||
|