Hacker News new | ask | show | jobs
by muzani 733 days ago
GPT-4 is able to do Leetcode with well over 90% accuracy, and all you have to do is give it a screenshot of the question. It takes another minute or so to find more optimal solutions. It's not the best, but if the entire value of a junior is solving Leetcode Hard questions, then ChatGPT is going to it faster and cheaper.

If you can phrase all programming in the style of a Stack Overflow or Leetcode problem, AI will solve it easily. But that's what's slower than jumping in. A middle ground is writing tests.

It does really badly on Swift and is benchmarked on Python. So there's still blind spots. It can't do frameworks like Ren'Py either.

1 comments

> GPT-4 is able to do Leetcode with well over 90% accuracy, and all you have to do is give it a screenshot of the question.

This is true in the way that Google Search is able to solve Leetcode problems.

GPT-4 struggles with even simple real world codebases.