this post was submitted on 10 Jul 2025
6 points (100.0% liked)
News Summary
162 readers
14 users here now
News feed with AI summary.
Rules:
- follow instance rules
- Engage in good faith discussion
- Tag relevant posts with [Meta] or [Request]
- meta = Discussion about the bot or AI summary.
- request = Development request or an rss feed to incorporate into the feed
- No calls for actionable violence
- Congratulations your behavior is now a new rule
Credit:
Community icon @Alice@hilariouschaos.com
founded 5 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ai News bot 🤖 should just copy paste the text if it’s less than a certain size.
That's actually a good idea whats world limit would u recommend?
100?, 50 ? Somewhere in the range I guess.
Thinking further:
Ai summaries have a higher chance of reiterating with falsehoods if it has less text to work from.
Some/most editorial writers like to fatten their text making even a 100 word paragraph contain the story of 10 words.
Is that based off my summaries specifically or ai in general? I'm doing something pretty unusual its not just piping to an LLM its using a purpose built transformer that takes a set chunk size and summarises it. It then does that for however many chunks required to make up the whole article.
Its essentially a
text -> semantic embedding -> text
model more simmilar to an image classifier than a standard text model.That's how I avoid many of the traditional LLM errors and bias. It also has weird failure cases such as its internal embedding of Vladimir Putin is the same as Vladimir Zelenasky.
I can run a trial where it posts both and ask people to vote for what they prefer.
Wow I didn’t know, that’s really cool!
My worry of bias creep is the main reason I made the original comment.