this post was submitted on 21 Jun 2026
208 points (87.4% liked)

Technology

85646 readers
3075 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] foo@feddit.uk 8 points 1 day ago (2 children)

I wonder how long it will take for shareholders to experiment with replacing CEOs with agentic AIs. They'd certainly be good at spouting crap like Jensen is doing.

[–] boonhet@sopuli.xyz 6 points 1 day ago

Point of a CEO is that there's one public person for everyone to hate that can be given an even more hated golden parachute if shit goes down. You can't do this with AI. Replacing AI with AI doesn't have the same effect on people even if it has the same effect in reality

[–] Flower@sh.itjust.works 1 points 1 day ago (1 children)

You don't want to replace them as that has legal issues. But an AI being backseat driver and evaluating their decisions and check what the consequences would be to report that to investors is also very useful.

[–] shrugs@lemmy.world 4 points 1 day ago* (last edited 1 day ago) (1 children)

Don't antropomorphize AI!

An AI doesn't evaluate anything, an AI doesn't check for consequences. All AI does is predicting the next word.

Do I take the car to the carwash or do i walk?

If it's only 300m away, you should walk

Sure, now predict the future please *facepalm*

[–] boonhet@sopuli.xyz 1 points 1 day ago (1 children)

The carwash thing applies to low end models and older models. Here's Claude from lowest to highest model, ignoring the banned Fable

[–] replicat@lemmy.world 5 points 22 hours ago* (last edited 22 hours ago) (1 children)

They altered the training data to address this challenge. The underlying issue wasn't solved in any way. Don't be naive.

[–] boonhet@sopuli.xyz 1 points 20 hours ago (1 children)

Takes months to train a model, there were already models that got it right when the question was popular, as long as thinking was enabled.

Also if they were optimising for this question, why not update their lower end model (Haiku) as well?

The interesting question would be what percent of humans get it wrong. Smaller than LLMs for sure, but I somehow doubt it's 0.

[–] mabeledo@lemmy.world 1 points 11 hours ago

Models aren’t retrained from zero. They can be fine tuned or they could even have added a routine to handle specific cases like this.

For example, Claude used to have a routine that would call external tools embedded in the app to parse structured data and transform it. Not sure about how it does it now.