• habs@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    20
    arrow-down
    1
    ·
    4 days ago

    I would say it’s good journalism to take the claim of “general purpose” intelligence by AI companies at face value and see that it doesn’t hold up. Making outlandish claims allows for silly comparisons

    • gandalf_der_12te@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      6
      ·
      4 days ago

      I think this depends on how you define “general purpose”.

      The CPU is a “general purpose” processor but it’s not very efficient at graphics or cryptography tasks.

      • Tlaloc_Temporal@lemmy.ca
        link
        fedilink
        English
        arrow-up
        6
        ·
        3 days ago

        I wouldn’t say a normal CPU is inefficient at graphics or cryptography, rather that a specialized GPU is particularly efficient at those tasks.

        We only consider a CPU slow at these tasks because of how much faster a GPU is with them, but we never see how much worse a GPU is at general conputation tasks, because of how stupendously bad it is.

        As soon as operations need to share info, the GPU speed advantage is gone. Branching paths bog a GPU down with redundant execution. Latency is quite poor too. And exceptions & interrupts are basically impossible at the system level. Trying to run normal programs on the GPU would be a disaster.