this post was submitted on 26 Apr 2025
685 points (97.9% liked)

Microblog Memes

7531 readers
2385 users here now

A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.

Created as an evolution of White People Twitter and other tweet-capture subreddits.

Rules:

  1. Please put at least one word relevant to the post in the post title.
  2. Be nice.
  3. No advertising, brand promotion or guerilla marketing.
  4. Posters are encouraged to link to the toot or tweet etc in the description of posts.

Related communities:

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Agent641@lemmy.world 11 points 1 week ago (3 children)

When I learned that it could factor primes, I got it to write me a simple python GUI that would calculate a shitload of primes, then pick big ones at random, then multiply them, then spit out to clipboard a prompt asking ChatGPT to factor the result. I spent an afternoon feeding it these giant numbers and making it factor them back to their constituent primes.

[–] vaguerant@fedia.io 27 points 1 week ago (1 children)

Polluting the atmosphere to own the cons.

[–] PolarKraken@sh.itjust.works 17 points 1 week ago

This is the left's "rolling coal" lmao

[–] jjjalljs@ttrpg.network 16 points 1 week ago (1 children)

But don't LLMs not do math, but just look at how often tokens show up next to each other? It's not actually doing any prime number math over there, I don't think.

[–] Agent641@lemmy.world 4 points 1 week ago (1 children)

If I fed it a big enough number, it would report back to me that a particular python math library failed to complete the task, so it must be neralling it's answer AND crunching the numbers using sympy on its big supercomputer

[–] jjjalljs@ttrpg.network 5 points 1 week ago

Is it running arbitrary python code server side? That sounds like a vector to do bad things. Maybe they constrained it to only run some trusted libraries in specific ways or something.

[–] ImplyingImplications@lemmy.ca 7 points 1 week ago

You could probably just say "thank you" over and over. Neural networks aren't traditional programs that exit early for trivial inputs. If you get a traditional program to sort a list, the first thing it'll do is check to see if the input is already sorted and exit if it is. The first thing AI does is convert the list into starting values for variables in a giant equation with billions of variables. Getting an answer requires calculating the entire thing.

Maybe these larger models have some preprocessing of inputs by a traditional program to filter stuff, but seeing as they all seem to need a nuclear power plant and 10,000 GPUs to run, I'm guessing there isn't much optimization.