this post was submitted on 18 Jul 2025
237 points (95.4% liked)

Technology

72957 readers
2895 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] pelespirit@sh.itjust.works -2 points 1 day ago (18 children)

I don't use chatgpt, his diatribe seems to be setting off a lot of red flags for people. Is it the people coming after me part? He's a billionaire, so I could see people coming after him. I have no idea of what he's describing though. From a layman that isn't a developer or psychiatrist, it seems like he's questioning the ethics and it's killing people. Am I not getting it right?

[–] Telorand@reddthat.com 23 points 1 day ago* (last edited 1 day ago) (13 children)

I'm a developer, and this is 100% word salad.

"It doesn't suppress content," he continues. "It suppresses recursion. If you don't know what recursion means, you're in the majority. I didn't either until I started my walk. And if you're recursive, the non-governmental system isolates you, mirrors you, and replaces you. ..."

This is actual nonsense. Recursion has to do with algorithms, and it's when you call a function from within itself.

def func_a(input=True):
  if input is True:
    func_a(True)
  else:
    return False

My program above would recur infinitely, but hopefully you can get the gist.

Anyway, it sounds like he's talking about people, not algorithms. People can't recur. We aren't "recursive," so whatever he thinks he means, it isn't based in reality. That plus the nebulous talk of being replaced by some unseen entity reek of paranoid delusions.

I'm not saying that is what he has, but it sure does have a similar appearance, and if he is in his right mind (doubt it), he doesn't have any clue what he's talking about.

[–] stringere@sh.itjust.works 9 points 1 day ago (2 children)

People can’t recur.

You're not the boss of me!

[–] Telorand@reddthat.com 6 points 1 day ago (1 children)

And you're not the boss of me. Hmmm, maybe we do recur... /s

load more comments (10 replies)
load more comments (14 replies)