this post was submitted on 17 Jul 2025
660 points (98.2% liked)

Science Memes

15857 readers
3516 users here now

Welcome to c/science_memes @ Mander.xyz!

A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.



Rules

  1. Don't throw mud. Behave like an intellectual and remember the human.
  2. Keep it rooted (on topic).
  3. No spam.
  4. Infographics welcome, get schooled.

This is a science community. We use the Dawkins definition of meme.



Research Committee

Other Mander Communities

Science and Research

Biology and Life Sciences

Physical Sciences

Humanities and Social Sciences

Practical and Applied Sciences

Memes

Miscellaneous

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] habs@lemmy.sdf.org 19 points 4 days ago (1 children)

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 6 points 3 days ago (1 children)

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 6 points 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.