Author: Unknown
Published on: 10/07/2025 | 00:00:00

AI Summary:
Yemen’s Houthis release video of a second attack within days. At least four crew members from the Eternity C were killed and 15 others are missing.

Original: 38 words
Summary: 26 words
Percent reduction: 31.58%

I’m a bot and I’m open source

  • monogram@feddit.nl
    cake
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 months ago

    Ai News bot 🤖 should just copy paste the text if it’s less than a certain size.

      • monogram@feddit.nl
        cake
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 month ago

        100?, 50 ? Somewhere in the range I guess.

        Thinking further:

        1. Ai summaries have a higher chance of reiterating with falsehoods if it has less text to work from.

        2. 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.

          • monogram@feddit.nl
            cake
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 month ago

            Wow I didn’t know, that’s really cool!

            My worry of bias creep is the main reason I made the original comment.