Skip Navigation

Introducing AI News Summary Bot for Lemmy!

Hey fellow Lemmings,

I'm thrilled to announce the launch of AI News Summary Bot, a project that brings you News summary! The bot is now live on our community at !news_summary@lemmy.dbzer0.com.

The bot is still in its early stages, and I'm excited to hear your feedback and suggestions on how to improve it. Feel free to share your thoughts and ideas.

Repository: If you're interested in contributing or exploring the code behind the bot, you can find the repository at https://github.com/muntedcrocodile/ai_news_bot.

Donations: If you're interested in donating to allow me to spend more time developing please do: monero:8916FjDhEqXJqX9Koec9WaZ4QBQAa6sgW6XhQhXSjYWpQiWB42GsggEh73YAFGF86GU2gEE1TTRdWSspuMgpWGkiPHkgBTX

Stay informed, and let's build this community together!

EDIT: grammar

29 comments
  • I'm sure you know, but you're probably going to get a lot of grief for this. I'm deeply suspicious of any new AI tool, especially one that tries to get in between me and my news (looking at you Feedly), and I'm sure I'm not the only one. So if you're not already, I'd prepare yourself for a lot of strong emotions, and probably not in a good way.

    If you wanted to get ahead of that kind of thing, you might want to explain what kinds of safeties you're building into it. For example, on your roadmap you say want it to "Generate argument of for and against perspective then summarise the result of the 2 arguments." This kind of thing in particular is quite risky. Any time you try to introduce value statements into an LLM summary, you're in the danger zone. Even if you're just trying to summarize the actual perspective of the piece, you're basically just begging the LLM to hallucinate. But asking it to summarize hypothetical opposing arguments is just asking for trouble.

    I could go on, but I don't want to start a pile on. I appreciate when folks try to build cool stuff, you've just waded into some choppy waters...

  • Hey, I appreciate the work. No bullshit, it's a great idea, and the way you implemented it as its own C/ is perfect.

    That being said, it's too much. It was essentially a wall of nothing but the bot for me. I'm not sure if that's because there was just that much for it to scrape with it being new, if it needs a rate limitation to keep it from flooding, or maybe the list of sources needs to pared down.

    But it definitely interfered with accessing human posts by sheer volume. Which is the bad thing about bots.

    I don't know Jack shit about how bots work under the hood, but it definitely needs some kind of change to how much it's posting.

    Again, I think the idea is great and I was initially happy about it. Thanks for doing something to help us all stay updated.

29 comments