(no title)
rkunal | 1 year ago
I have a genuine query. Are any software engineers getting sane code out of LLM ?
I struggle to conjure good unity or kotlin code from both paid and self hosted solutions.
rkunal | 1 year ago
I have a genuine query. Are any software engineers getting sane code out of LLM ?
I struggle to conjure good unity or kotlin code from both paid and self hosted solutions.
welder|1 year ago
For me, the sweet spot is simple but time consuming tasks where the execution is very clear, or the result is very clear but I have to first read a ton of d3.js docs before implementing it. This stuff LLMs do faster than me typing it. Anything more involved where I myself don't know the final result yet, it's faster to figure out the problem while coding instead of trying to figure it out by describing to an LLM.
[0] https://wakatime.com/blog/58-chatgpt-prototyped-our-new-feat...
verdverm|1 year ago
wavemode|1 year ago
I could never imagine copy-pasting back and forth with an AI in a chat window. At that point I'd just Google the docs and write the code myself.
rkunal|1 year ago