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
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- 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.
- Check for duplicates before posting, duplicates may be removed
- 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
view the rest of the comments
They altered the training data to address this challenge. The underlying issue wasn't solved in any way. Don't be naive.
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.
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.