• vermaterc@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    1 个月前

    Software you create with LLMs is deterministic, because it is the same code as you produce manually. The process of creating it is maybe not, but it is a task of a programmer to review it before publishing it.

    • LaggyKar@programming.dev
      link
      fedilink
      arrow-up
      7
      ·
      1 个月前

      but it is a task of a programmer to review it before publishing it.

      By contrast however, the programmer does not generally need to review the machine code produced by their compiler when coding in C.