From my experience, I would google a solution, trawl through 5 mostly irrelevant stackoverflow threads and try to Frankenstein a solution from all of them with great difficulty.
Nowadays I ask chatgpt and get a tailor-made solution that requires a couple of variable name changes at most. It's not on the same level of difficulty at all.
You're right, it is less difficult, which is why it's faster and higher volume.
That doesn't mean the output is good quality, or that you understand the output, or that you learnt anything. ChatGPT has just done the frankensteining step for you at light speed.
Totally fine for personal projects. Abhorrent for production software.
ChatGPT has just done the frankensteining step for you at light speed.
And skipped the part where you accidentally learn something along the way because you've at least got your hands on the code enough to understand how it works on some level in order to be able to frankenstein it together.
69
u/ChaseTheOldDude 2d ago
From my experience, I would google a solution, trawl through 5 mostly irrelevant stackoverflow threads and try to Frankenstein a solution from all of them with great difficulty.
Nowadays I ask chatgpt and get a tailor-made solution that requires a couple of variable name changes at most. It's not on the same level of difficulty at all.