@[email protected] to Programmer [email protected] • 2 months agoTradeoffslemmy.mlimagemessage-square100fedilinkarrow-up1727arrow-down117cross-posted to: [email protected]
arrow-up1710arrow-down1imageTradeoffslemmy.ml@[email protected] to Programmer [email protected] • 2 months agomessage-square100fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink6•edit-22 months 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-square@[email protected]linkfedilink2•2 months 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.