• FiveMacs
    link
    fedilink
    English
    -310 hours ago

    That’s literally the point of LLMs though isn’t it? An LLM was made to read computer language and output accordingly to reach a goal. I thought that’s what all llms were meant to do.

    • @[email protected]
      link
      fedilink
      English
      149 hours ago

      No, human language.

      Well, they’ve also been used for code, but that’s still designed for humans. I doubt you could use something off the shelf for binaries.

      • hendrik
        link
        fedilink
        English
        36 hours ago

        And with machine code, you got to keep track of what’s in the stack, CPU registers, … to make a sense of what the code and the next branch command does. It’s completely unalike processing human language. LLMs aren’t really set up to do it.