this post was submitted on 26 Aug 2026
542 points (97.7% liked)

Technology

87572 readers
4589 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
 

Get your shortnames while the getting's good.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] boonhet@sopuli.xyz 1 points 2 hours ago (1 children)

Ah but the thing is, the sources it finds are themselves wrong. They're talking about different things. If it finds the right sources, the information is most likely pretty good.

It's entirely possible that this could still be tuned somehow, but the way it is now, I wouldn't trust anything that comes out of it unless I know enough to verify the output myself, meaning it's pretty useless to laymen (which is whom a "veracity" bot would be for)

[โ€“] luciferofastora@feddit.org 1 points 56 minutes ago

Ah but the thing is, the sources it finds are themselves wrong. They're talking about different things. If it finds the right sources, the information is most likely pretty good.

That's what I was trying to get at, yeah: The word-correlator can't tell the difference because it can't tell which part of the prompt is critical for the difference. It also can't judge whether the sources themselves are accurate about the things they're actually talking about. It find sources that seem related, then aggregates some likely response from those sources and spits it out. By its own metrics and limitations, that has to be "good enough" (but as you say, may be wildly wrong).

My suspicion is that adding more specific terms to the prompt may increase the textual "distance" between the fitting results and the irrelevant ones, thus tilting the source selection towards the more accurate match, but that requires you to know those specific terms in the first place.

It's entirely possible that this could still be tuned somehow

With a general model? I doubt it.

A subject-specific model could probably be tweaked to recognise particular tokens and assign them more weight. Depending on the subject, you might be able to add pre-processing logic to crossreference certain keywords (like model and engine type) with some objective database (like a table describing which pumps a given motor might have, if that makes sense?).

You could also pick the training material more diligently to ensure you only have qualified, reliable sources for that subject. That would require a lot of work, since you also need enough material for the model to be representative.

And you'd have to do that for every specialised field out there.

I wouldn't trust anything that comes out of it unless I know enough to verify the output myself, meaning it's pretty useless to laymen (which is whom a "veracity" bot would be for)

Hit the nail on the head there. For all we know, it'll "correct" facts by doubling down on common misconceptions.