• @Kuinox@lemmy.world
    link
    fedilink
    20
    edit-2
    7 days ago

    I’m someone who use LLM, including Claude Code a lot.
    But come on, this could be a tiny script that do the same, write it with claude code if you dont want to write it, instead of having claude code run each time, you’ll be deterministic this way !

    • @kautau@lemmy.world
      link
      fedilink
      117 days ago

      Yeah this should just be a standard GitHub action. It’s a waste of energy to have an LLM do this over and over.

      I see this trend happening a lot lately, where instead of getting the LLM to write code that does a thing, the LLM is repeatedly asked to do the thing, which leads to it just writing the same or very nearly the same code over and over.

    • @wise_pancake@lemmy.ca
      link
      fedilink
      27 days ago

      They only actually need Claude to skip QA and hope that reading the code is a good enough substitute.

      This really could be a script to create a PR for the merge, request a review from Claude, then automate the rest.