| ▲ | catlifeonmars 3 hours ago | |
Curious what was the validation/diff size? Was it 3 paragraphs to change a line of code? I agree the tools are amazing, if you sit back and think about it it’s insane that you can generate code from conversation. But so far I haven’t found the tools to be amazingly productive for me for small things like that. It’s usually faster for me to just write the thing directly than to have a conversation, and maybe iterate once or twice. Something that takes 5 minutes just turns into 15 minutes and I still need to be in the loop. If I still need to read the code anyway it’s not effective use of my time. Now what I have found incredibly productive is LLM assisted code completions in read-eval-print loop. That and helping to generate inline documentation. | ||
| ▲ | mlinhares 29 minutes ago | parent [-] | |
Final diff is 235 lines added. I could definitely write the code faster but then the write/ci/run tests loop would make it take longer anyway, having the agent write the code and do the cycle based on what i asked it to do ended up being more productive. It obviously wasn't if len(thing) != 15 exception. | ||