• Korkki@lemmy.ml
    link
    fedilink
    arrow-up
    16
    arrow-down
    10
    ·
    3 days ago

    What does that even mean. Whoever said that just uttered some empty but smart sounding catch phrase. Such is all the talk about the wonders of Ai

      • CheesyFox@lemmy.sdf.org
        link
        fedilink
        arrow-up
        8
        ·
        3 days ago

        just to clarify, he’d not so much called LLMs “the new compilers” as he compared both to each other in a sense that an LLM is just another layer of analysis tooling between the developer and the final machine code, which, IMO, sounds much more reasonable than calling LLMs “the new compiler”.

    • AdrianTheFrog@lemmy.world
      link
      fedilink
      English
      arrow-up
      8
      ·
      3 days ago

      I think it’s supposed to be that how AI turns high level instructions into code is compared to how compilers turn code into assembly. Implying that using AI is just a natural extension of the handing off work to the computers that we’ve already been doing.

      I wonder if you gave different AI models some c++ or something and told them to write assembly based on it how well they would do compared to an actual compiler