pull down to refresh
Wow didn't realize you put so much work in those summaries. I even at some point cheaply assumed you were using AI to curate them...
Appreciate the work!
reply
If I were using an AI I'd do it like this:
- Query GraphQL for every new post
- Extract the post, the link if there, the comments
- Use an LLM to: summarize the post, the underlying article and the discussions
- Use NER to: extract named entities
- Populate a graphdb that links all named entities across all articles
- Read every summary instead of every linked article
- Continue at 4 above, lol.
I like this approach. Algos assist in surfacing items, but the final judgment is made by a human, with added value by grouping like topics together
reply
hot
or while I was busy/asleep)