←back to thread

1901 points l2silver | 1 comments | | HN request time: 0.221s | source

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
1. TySchultz ◴[] No.35742716[source]
The old Yahoo News Digest app from years back was incredible and I never could find a replacement. I decided to build my own.

It uses Embeddings to gather thousands of articles and compare against each other. Then uses a relational graph to combine those into collections and uses an LLM to create a succinct summary, quote, map, and other info about the topic.

It lets me the news for the day within minutes instead of endlessly scrolling.