• bestboyfriendintheworld@sh.itjust.works
    link
    fedilink
    arrow-up
    5
    ·
    17 hours ago

    For LLM generated code, it can also take a whole to read and understand. When I write code myself, I understand the intention, architecture, and so on. Machine written code is very different. I need to understand how it works. There’s often extraneous stuff in there or weird patterns.

    • reabsorbthelight@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      4 hours ago

      I find that it basically can’t do decent architecture. My last attempt to use it ended with it using casbin, but then rewriting it’s own authorization framework and trying to use both at the same time 😶.

      I think there is a lot of power here, but it needs very heavy guidance and handholding to do it well. Otherwise it makes very stupid intern level decisions