|
|
|
|
|
by dmotz
1123 days ago
|
|
I built a tool for myself for the purpose of grokking ideas from books called Emdash [1]. Over the years I've collected reams of highlights from books and articles but until recently, rarely reviewed or absorbed them. The core of this app uses on-device ML to show related passages with similar ideas from other books you've read, and I find that going broad and exploring concepts from different angles really helps in comprehension. I'm testing out a summarization/rephrase feature backed by LLMs that you can try in the demo. In HN fashion I'm trying to build this openly and gather feedback to see what works. I'd like to push this further in the active direction the article mentions with something like a Socratic dialogue mode where you're nudged to re-explain and examine ideas. If anyone uses this thing/has feedback, let me know. Source is available too [2]. [1] https://emdash.ai [2] https://github.com/dmotz/emdash |
|
I wonder if one could couple it with OCR so that you could point a phone at a page and drop into an emdash experience on the text that you've got a physical copy of. Or, you know, point it at your kindle so that your notes aren't locked into their ecosystem.
I'm building a backend that would support that kind of thing in a peer to peer kind of way (indexes content by piecewise hash so that you can recognize content you or your peers have annotations for and reattach those annotations despite differences in pagination, etc). If I ever get it into a demo-worthy state, I may reach out to see if we can make them work together.