OpenAI Researchers Find That AI Is Unable to Solve Most Coding Problems
1–10 of 174 posts
Re: OpenAI Researchers Find That AI Is Unable to Solve Most Coding Problems
#2I think researchers will find that human coders are unable to solve most coding problems without access to the internet.
Re: OpenAI Researchers Find That AI Is Unable to Solve Most Coding Problems
#3Re: OpenAI Researchers Find That AI Is Unable to Solve Most Coding Problems
#4"low/high level" starts to lose its meaning to me because it gets used in opposite ways
Re: OpenAI Researchers Find That AI Is Unable to Solve Most Coding Problems
#5The models were restricted from accessing the internet and forced to develop their own solutions internally. I think researchers will find that human coders are unable to solve most coding problems without access to the internet.
Any interviews I've run or been a part of have required the interviewee to demonstrate their problem-solving skills using pseudo-code.
Re: OpenAI Researchers Find That AI Is Unable to Solve Most Coding Problems
#6Maybe this is because of explicitness in prompt and preempting edge cases. Maybe it's because I know exactly what should be done. In these cases, I will still sometimes be surprised by a more complete answer then I was envisioning, a few edge cases that weren't front of mind.
But if I have _no_ idea things go wildly off course. I was doing some tricky frontend work with dynamically placed reactflow nodes and bezier curve edges. It took me easily 6 hours of bashing my head against the problem, and it was hard to stop using the assistant because of sunk cost. But I probably would have gotten more out of it and been faster if I'd just sat down and really broken down the problem for a few hours and then moved to implement.
The most tempting part of LLMs is letting them figure out design when you're in a time crunch. And the way it solves things when you understand the domain and the bottoms-up view of the work is deceptive in terms of capability.
And in this case, it's hoping that people on upwork understand their problems deeply. If they did, they probably wouldn't be posting on upwork. That's what they're trying to pay for.
Re: OpenAI Researchers Find That AI Is Unable to Solve Most Coding Problems
#7Re: OpenAI Researchers Find That AI Is Unable to Solve Most Coding Problems
#8Re: OpenAI Researchers Find That AI Is Unable to Solve Most Coding Problems
#9The models were restricted from accessing the internet and forced to develop their own solutions internally. I think researchers will find that human coders are unable to solve most coding problems without access to the internet.
Re: OpenAI Researchers Find That AI Is Unable to Solve Most Coding Problems
#10So it's not ALL bad news.