The added confidence from being able to scream a horrible demand into the void and get back something nearly complete is beyond unbelievable to me. I'm making attempts at projects that I would never have considered otherwise, and I am becoming increasingly emboldened by the capability - "Without using 3rd party dependencies" is probably my #1 prompt nudge right now.
GPT-4 is phenomenal at Code
81–90 of 221 posts
Re: GPT-4 is phenomenal at Code
#82Is it? According to OpenAI's paper GPT-4 GPT-4 (no vision) GPT-3.5 Leetcode (easy) 31 / 41 31 / 41 12 / 41 Leetcode (medium) 21 / 80 21 / 80 8 / 80 Leetcode (hard) 3 / 45 3 / 45 0 / 45 https://cdn.openai.com/papers/gpt-4.pdf Table 1; page 5. So it's better than GPT-3.5, but still pretty pathetic at hard Leetcode problems. If your programming job is closer to leetcode easy problems you might be in trouble, but for the…
Re: GPT-4 is phenomenal at Code
#83Earlier quoted context omitted.
I think my barber and my plumber have safer jobs from automation than average coders.
Let’s play this out. A company fires all the SE’s and GPT-4 takes over their place. Who will be there to ask the right questions? Middle management? Who can validate it spit out what you actually want? Project managers? Who will determine what questions to ask GPT-4? Product owners? Who will decide what type of tech (language etc…) to ask GPT-4 to write? College grads turned into corporate GPT-4 pushers? Who will be…
Re: GPT-4 is phenomenal at Code
#84It managed to write, in one shot, a working λ-calculus parser, using a very specific programming style I asked it in JavaScript, and then translated it all to Python, including sarcastic, rhyming GLaDOS comments. https://twitter.com/VictorTaelin/status/1635726202231988225 It also seems to be extremely competent at writing Agda types and proofs. We need some tool that highly integrates it with entire codebases, allowi…
Re: GPT-4 is phenomenal at Code
#85Honestly at this point I am just looking forward to us taking this stuff for granted. Its all very nice and useful, but I think my threshold for guffawing at it is smaller than most. I know we still got some time left in the cycle, but I just want people to calm down and just start using it. Yes, cool, you did xyz all at once, but what did you make with it? It's kinda akin to the whole "using rust" phenomenon. I only…
Re: GPT-4 is phenomenal at Code
#86Remember the comments about artists and creatives when DALL-E came out? I remember.
I remember it being vastly overhyped about how artists were now obsolete, but it really hasn't happened. People have quickly became very attuned to the "AI art style"--humans are excellent at pattern recognition, after all--and if anything, it's made people appreciate how important an artists' individual style and attention to detail is.
People do write code for money (mostly)
See the difference? How would you feel if developers earned as much as artists do?
Re: GPT-4 is phenomenal at Code
#87Earlier quoted context omitted.
I think we'll all get more productive is all. There's a lot of projects that just weren't economical but now may become so. The bigger disruption will occur when Google, Facebook, Twitter, Reddit etc become useless from all the AI spam that's sure to overwhelm it all.
But here's the question. If these tools make existing devs 10x more productive, why bother hiring new people in the field?
Anyway I think this 10x more productive claim is still a bunch of BS with the current crop of AI demos.
Re: GPT-4 is phenomenal at Code
#88I tried having it write some HTML and JS code for a chat app UI. It works amazingly well. I'm legitimately going to have ChatGPT help me write this side project website I've been working on.
Re: GPT-4 is phenomenal at Code
#89That's cool and all, but can it do "in this existing code, please amend this feature"? Also useful, "please cover this code with meaningful unit tests"?
> Also useful, "please cover this code with meaningful unit tests"? GPT-3.5 is already really good at that. If you aren't using ChatGPT for your unit tests I'd suspect you're on a Performance Improvement Plan by now
Re: GPT-4 is phenomenal at Code
#90Is it? According to OpenAI's paper GPT-4 GPT-4 (no vision) GPT-3.5 Leetcode (easy) 31 / 41 31 / 41 12 / 41 Leetcode (medium) 21 / 80 21 / 80 8 / 80 Leetcode (hard) 3 / 45 3 / 45 0 / 45 https://cdn.openai.com/papers/gpt-4.pdf Table 1; page 5. So it's better than GPT-3.5, but still pretty pathetic at hard Leetcode problems. If your programming job is closer to leetcode easy problems you might be in trouble, but for the…