cm0002@lemmy.world to Programmer Humor@programming.dev · 13 hours agoTradeoffslemmy.mlimagemessage-square71fedilinkarrow-up1486arrow-down19cross-posted to: programmerhumor@lemmy.ml
arrow-up1477arrow-down1imageTradeoffslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 13 hours agomessage-square71fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareSauerkraut@discuss.tchncs.delinkfedilinkarrow-up6·edit-210 hours agoLLMs can be great for translating pseudo code into real code or creating boiler plate or automating tedious stuff, but ChatGPT is terrible at actual software engineering.
minus-squarewise_pancake@lemmy.calinkfedilinkarrow-up2·9 hours agoHonestly I just use it for the boilerplate crap. Fill in that yaml config, write those lua bindings that are just a sequence of lua_pushinteger(L, 1), write the params of my do string kind of stuff. Saves me a ton of time to think about the actual structure.
LLMs can be great for translating pseudo code into real code or creating boiler plate or automating tedious stuff, but ChatGPT is terrible at actual software engineering.
Honestly I just use it for the boilerplate crap.
Fill in that yaml config, write those lua bindings that are just a sequence of lua_pushinteger(L, 1), write the params of my do string kind of stuff.
Saves me a ton of time to think about the actual structure.