• daniskarma@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    34
    ·
    21 hours ago

    I believe it takes a deep knowledge of programming and LLMs in general, to know when they could be useful and how to use them in those cases. You first need to know they are not a magic genie, they are a machine learning thing, trained on tokens, that will output the more likely next token. And understand how the training process, the weights and the whole thing works inside to know how its going to react under certain inputs.

    Then you must deeply know the problem you are dealing with. You need to know what’s good, what’s bad, when a solution actually works and when it does not.

    If those factors are meet I don’t see much issue in using them for programming.

    • frongt@lemmy.zip
      link
      fedilink
      arrow-up
      28
      ·
      21 hours ago

      Yeah. Linus knew what he was doing here, all the AI was doing was writing simple debug code and reading the output. It was just saving him from manually writing that code. And given the prodding he had to do, I’m not sure it actually saved him any time or energy.