News Minimalist – Only significant news
newsminimalist.com
News Minimalist – Only significant news
1–10 of 232 posts
Re: News Minimalist – Only significant news
#2>“Today ChatGPT read 1289 top news and gave 13 of them a significance score over 6/10.”
Is an excellent hook.
I wish there was more of a basis on the score it chose. For example:
>“Russia suffers 100,000 casualties in Ukraine conflict, US estimates.” is #2 and ranked 6.8
>“White House estimates Russia has suffered 100,000 casualties in Ukraine since December.” is #237 and ranked 3.8.
Re: News Minimalist – Only significant news
#3Happy to answer any questions.
(below is the project description I used when posted about it on Reddit)
The problem I have with most news sites is that I can't read only important news: an article about a virus outbreak is followed by some celebrity gossip or another smartphone release.
But even on sites that focus on important events articles are posted every day and there are always "top headlines" — even on days when nothing important happened.
I am forced to make a choice: waste time going through unimportant updates or ignore the news and miss important events.
So I built a web app that I think solves this.
It uses AI (ChatGPT-4) to read the top 1000 news every day and rank them by significance on a scale from 0 to 10 based on event magnitude, scale, potential, and source credibility.
The results are posted on the site: https://www.newsminimalist.com/
I also run a newsletter where I post summaries of all the news with a score over 6.5. On average that's 1-3 articles per day, but sometimes it is 5, and sometimes — none at all. In that case, I just send an email saying that nothing important happened that day.
You can read previous issues here: https://newsletter.newsminimalist.com/
Let me know if you have any feedback or ideas. I'm considering adding new features and looking for direction.
Re: News Minimalist – Only significant news
#4Very cool! > “Today ChatGPT read 1289 top news and gave 13 of them a significance score over 6/10.” Is an excellent hook. I wish there was more of a basis on the score it chose. For example: > “Russia suffers 100,000 casualties in Ukraine conflict, US estimates.” is #2 and ranked 6.8 > “White House estimates Russia has suffered 100,000 casualties in Ukraine since December.” is #237 and ranked 3.8.
Initially I asked ChatGPT to estimate three things: event scale, event magnitude and event potential. That often resulted in clickbait articles going to the top.
To fix this I started to also ask it to estimate source credibility, so tabloids would get much lower score than, say New York Times.
Now you noticed another problem, similar articles get very different scores. I think ideally I could do some sort of deduplication, but I don't know how to implement it yet.
Re: News Minimalist – Only significant news
#5Re: News Minimalist – Only significant news
#6Re: News Minimalist – Only significant news
#7Very cool! > “Today ChatGPT read 1289 top news and gave 13 of them a significance score over 6/10.” Is an excellent hook. I wish there was more of a basis on the score it chose. For example: > “Russia suffers 100,000 casualties in Ukraine conflict, US estimates.” is #2 and ranked 6.8 > “White House estimates Russia has suffered 100,000 casualties in Ukraine since December.” is #237 and ranked 3.8.
Yeah, I'm still thinking about the scoring. Initially I asked ChatGPT to estimate three things: event scale, event magnitude and event potential. That often resulted in clickbait articles going to the top. To fix this I started to also ask it to estimate source credibility, so tabloids would get much lower score than, say New York Times. Now you noticed another problem, similar articles get very different scores. I t…
Any chance AI could be used to dedup the stories (like these are identical - only show higher source)?
Re: News Minimalist – Only significant news
#8Earlier quoted context omitted.
Yeah, I'm still thinking about the scoring. Initially I asked ChatGPT to estimate three things: event scale, event magnitude and event potential. That often resulted in clickbait articles going to the top. To fix this I started to also ask it to estimate source credibility, so tabloids would get much lower score than, say New York Times. Now you noticed another problem, similar articles get very different scores. I t…
How hard would it be to let users tinker with this? Like could I have a set of sliders to go play with (customize) my scoring? Any chance AI could be used to dedup the stories (like these are identical - only show higher source)?
The problem with deduping is that some news get posted and reposted by different sources for several days (sometimes even weeks) in a row. That's a huge context I'd have to put in AI.
1000 news titles * 3 days * 70 symbols per title = 210,000 symbols = 40000 words = 53000 tokens. My current context window is 8000 tokens and I think 32000 tokens is max that GPT-4 allows.
---
Add: now that I think about it should be possible to do in several runs. Will keep thinking about it, thanks for the suggestion.
Re: News Minimalist – Only significant news
#9What a great way to see the bias play out in real time.
Re: News Minimalist – Only significant news
#10Hey HN, author of the site here! Happy to answer any questions. (below is the project description I used when posted about it on Reddit) The problem I have with most news sites is that I can't read only important news: an article about a virus outbreak is followed by some celebrity gossip or another smartphone release. But even on sites that focus on important events articles are posted every day and there are always…