shish_mish@lemmy.world to Technology@lemmy.worldEnglish · 1 year agoAI chatbots were tasked to run a tech company. They built software in under seven minutes — for less than $1.www.businessinsider.comexternal-linkmessage-square95fedilinkarrow-up1187arrow-down184
arrow-up1103arrow-down1external-linkAI chatbots were tasked to run a tech company. They built software in under seven minutes — for less than $1.www.businessinsider.comshish_mish@lemmy.world to Technology@lemmy.worldEnglish · 1 year agomessage-square95fedilink
minus-squareArbiterXero@lemmy.worldlinkfedilinkEnglisharrow-up66arrow-down1·1 year agoAs 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.
minus-squareLazaroFilm@lemmy.worldlinkfedilinkEnglisharrow-up26arrow-down1·edit-21 year agoAbsolutely I can create a code for your app. void myApp(void) { // add the code for your app here return true; } 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.
minus-squarewhileloop@lemmy.worldlinkfedilinkEnglisharrow-up18·1 year agoCouldn’t even write a void method right, return true!
minus-squareLazaroFilm@lemmy.worldlinkfedilinkEnglisharrow-up3·1 year agoLMAO. At list it didn’t sudo void… (:
minus-squareSemi-Hemi-Demigod@kbin.sociallinkfedilinkarrow-up6·1 year agoIt’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
minus-squareLazaroFilm@lemmy.worldlinkfedilinkEnglisharrow-up3·1 year agoYea I ask it to show me examples of how to solve specific tasks. Not a whole app.
minus-squareErtebolle@kbin.sociallinkfedilinkarrow-up5·1 year agoOTOH, 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.
minus-squarekitonthenet@kbin.sociallinkfedilinkarrow-up3·edit-21 year agoI can totally see the use case for boilerplate, but I’m also very very rarely writing new classes from scratch or whatever. As always, proof of concept or gtfo
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.
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.
Couldn’t even write a void method right, return true!
LMAO. At list it didn’t
sudo void…
(:“hello world” as a service?
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
Yea I ask it to show me examples of how to solve specific tasks. Not a whole app.
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.
I can totally see the use case for boilerplate, but I’m also very very rarely writing new classes from scratch or whatever.
As always, proof of concept or gtfo