• 0 Posts
  • 2 Comments
Joined 2 years ago
cake
Cake day: June 28th, 2023

help-circle

  • 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:

    • Adding comments
    • Writing docstrings
    • Writing git commit messages
    • Simple tasks on small pieces of code