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-square84fedilinkarrow-up1148arrow-down163
arrow-up185arrow-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-square84fedilink
minus-squareArbiterXero@lemmy.worldlinkfedilinkEnglisharrow-up53arrow-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-up25arrow-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-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-up2·1 year agoI can totally see the use case for boilerplate, but I’m also very very rarely writing new classes from scratch or whatever
minus-squareSemi-Hemi-Demigod@kbin.sociallinkfedilinkarrow-up2·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-up2·1 year agoYea I ask it to show me examples of how to solve specific tasks. Not a whole app.
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.
“hello world” as a service?
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
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.