|
|
|
|
|
by nzoschke
1226 days ago
|
|
Agree LeetCode is one of the least surprising starting points. Any human that reads the LeetCode books and practices and remembers the fundamentals will pass a LeetCode test. But there is also a ton of code out there for highly scalable client/servers, low latency processing, performance optimizations and bug fixing. Certainly GPT it is being trained on this too. “Find a kernel bug from first principles” maybe not, but analyze a file and suggest potential bugs and fixes and other optimizations absolutely. Particularly when you chain it into a compiler and test suite. Even the best human engineers will look at the code in front of them, consult Google and SO and papers and books and try many things iteratively until a solution works. GPT speedruns this. |
|
Seems pretty bold to claim "any human" to me. If it were that easy, don't you think alot more people would be able to break into software dev at FAANG and hence drive salaries down?