Submitted by enryu42 t3_122ppu0 in MachineLearning
Jeffy29 t1_jdsm90r wrote
Reply to comment by enryu42 in [D] GPT4 and coding problems by enryu42
>But I strongly doubt it'll help much: it's not that the solutions have minor bugs, they're usually just completely wrong
I strongly doubt that it wouldn't help. I haven't tested GPT-4 in coding but from what I've seen GPT-3 makes a number of simple errors, especially in longer complex code it's almost inevitable. But it's able to quickly identify and correct it when you point it out. GPT-4 not being able to compile and test its own code that is a big limitation that humans don't have. It also can't calculate the math, it's essentially guessing the calculation, but both can be addressed with an external compiler and calculator like Wolfram. Something humans also have access to. There would need to be some time limit imposed so it can't brute force the solution after guessing for a few days but even so I think the improvements would be quite large.
sdmat t1_jdt9ik9 wrote
> There would need to be some time limit imposed so it can't brute force the solution after guessing for a few days
Not exactly unheard of for junior programmers, to be fair.
Viewing a single comment thread. View all comments