minus-squareBeigeAgenda@lemmy.catoTechnology@lemmy.world•‘An Overwhelmingly Negative And Demoralizing Force’: What It’s Like Working For A Company That’s Forcing AI On Its Developers.linkfedilinkEnglisharrow-up11·11 days agoSounds about right, I had a positive experience when I told my local LLM to refactor a function and add a single argument. I would not dare letting it loose on a whole source file, because it changes random things giving you more code to review. In my view current LLM’s do a acceptable job with: Adding comments Writing docstrings Writing git commit messages Simple tasks on small pieces of code linkfedilink
minus-squareBeigeAgenda@lemmy.catoTechnology@beehaw.org•Gen Z's safe space - Sick of Musk and Zuckerberg, Gen Zers are flocking to Tumblrlinkfedilinkarrow-up11·12 days agoHow will https://sh.itjust.works/c/curatedtumblr work when Lemmy is Tumblr? linkfedilink
Sounds about right, I had a positive experience when I told my local LLM to refactor a function and add a single argument.
I would not dare letting it loose on a whole source file, because it changes random things giving you more code to review.
In my view current LLM’s do a acceptable job with: