The study said 86.66% of the generated software systems were “executed flawlessly.”
But…
Nevertheless, the study isn’t perfect: Researchers identified limitations, such as errors and biases in the language models, that could cause issues in the creation of software. Still, the researchers said the findings “may potentially help junior programmers or engineers in the real world” down the line.
ArbiterXero@lemmy.world 1 year ago
As someone that uses ChatGPT daily for boilerplate code because it’s super helpful…
I call complete bullshite
The program here will be “hello world” or something like that.
LazaroFilm@lemmy.world 1 year ago
Absolutely I can create a code for your app.
You may need to change the code above to fit your needs. Make sure you replace the comment with the proper code for your app to work.
whileloop@lemmy.world 1 year ago
Couldn’t even write a void method right, return true!
LazaroFilm@lemmy.world 1 year ago
LMAO. At list it didn’t
sudo void…
(:ipha@lemm.ee 1 year ago
“hello world” as a service?
SpaceNoodle@lemmy.world 1 year ago
github.com/…/hello-world-as-a-service
Ertebolle@kbin.social 1 year ago
OTOH, if you take that hello world program and ask it to compose a themed cocktail menu around it, it'll cheerfully do that for you.
Semi-Hemi-Demigod@kbin.social 1 year ago
It's great for things like "How do I write this kind of loop in this language" but when I asked it for something more complex like a class or a big-ish function it hallucinates. But it makes for a very fast way to get up to speed in a new language
SpaceNoodle@lemmy.world 1 year ago
So just a little more time-consuming than just reading the online documentation.
Semi-Hemi-Demigod@kbin.social 1 year ago
It's a lot less in my opinion, because you can just ask it a question rather than having to read and interpret things. Every programming tutorial in every language is going to waste my time explaining how loops and conditionals work, when all I want is how this language does them.
LazaroFilm@lemmy.world 1 year ago
Yea I ask it to show me examples of how to solve specific tasks. Not a whole app.
kitonthenet@kbin.social 1 year ago
I can totally see the use case for boilerplate, but I’m also very very rarely writing new classes from scratch or whatever