• zr0@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    1 day ago

    You’re way quicker manually reviewing code compared to setting up everything just so that an LLM agent could do that. Additionally, it is open source. Literally nothing gives you any guarantees that the software will work in the first place. If you are scared of that, commercial products are your choice.

    • spartanatreyu@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      8 hours ago

      You’re way quicker manually reviewing code compared to setting up everything just so that an LLM agent could do that.

      Not only that, you’re better off reviewing the code manually so you understand how everything works.

      If you understand how things work, you can plan things out.

      If you don’t, you’ll end up painting yourself into a corner.

      If you are scared of that, commercial products are your choice.

      Commercial products are not a panacea for bad software quality.

      Code openness and code quality are independent, orthogonal axes.