Show HN: Reor – An AI note-taking app that runs models locally
61–70 of 107 posts
Re: Show HN: Reor – An AI note-taking app that runs models locally
#62This is a good reminder of why storing Obsidian notes as individual Markdown files is much more useful than stuffing those notes in a database and having Markdown as an export format. The direct manipulation of files allows multiple apps to coexist and do useful things on top of the same files.
Re: Show HN: Reor – An AI note-taking app that runs models locally
#63Does the future of knowledge management involve using lots of AI to organize pieces of knowledge? I think "here be dragons", and that over-relying on AI to do all your organization for you will very possibly (probably?) cause you to become worse at thinking. No data to back this up because it is still early days in the proliferation of such tools, but historically making learning and thinking and "knowledge managemen…
I think you want to organize your own knowledge graph and then use the LLM to find novel connections or answer questions based upon it.
Probably a moot point once we have brain-machine interfaces, but we're not quite there yet.
Re: Show HN: Reor – An AI note-taking app that runs models locally
#64Does the future of knowledge management involve using lots of AI to organize pieces of knowledge? I think "here be dragons", and that over-relying on AI to do all your organization for you will very possibly (probably?) cause you to become worse at thinking. No data to back this up because it is still early days in the proliferation of such tools, but historically making learning and thinking and "knowledge managemen…
> I think "here be dragons", and that over-relying on AI to do all your organization for you will very possibly (probably?) cause you to become worse at thinking. Socrates said exactly this. But when they came to writing, Theuth said: “O King, here is something that, once learned, will make the Egyptians wiser and will improve their memory; I have discovered a potion for memory and for wisdom.” Thamus, however, repli…
An AI doing the work for you is the opposite of that.
Re: Show HN: Reor – An AI note-taking app that runs models locally
#65Great job! I played around with this on a couple of small knowledge bases using an open Hermes model I had downloaded. The “related notes” feature didn't provide much value in my experience, often the link was so weak it was nonsensical. The Q&A mode was surprisingly helpful for querying notes and providing overviews, but asking anything specific typically just resulted in less than helpful or false answers. I'm sure…
Re: Show HN: Reor – An AI note-taking app that runs models locally
#66Re: Show HN: Reor – An AI note-taking app that runs models locally
#67Re: Show HN: Reor – An AI note-taking app that runs models locally
#68Earlier quoted context omitted.
It's very possible to have multiple apps coexisting using a database. Although I'll certainly concede that it's probably a lot easier with just a bunch of Markdown files.
Sure, it's possible, but whichever app owns the database ultimately controls the data, the schema, etc. The file system provides a neutral database that all apps can cooperate within.
Re: Show HN: Reor – An AI note-taking app that runs models locally
#69This is a good reminder of why storing Obsidian notes as individual Markdown files is much more useful than stuffing those notes in a database and having Markdown as an export format. The direct manipulation of files allows multiple apps to coexist and do useful things on top of the same files.
Files seem less useful for small bits of information. I feel the urge to fill a file with a minimum threshold. A database makes more sense for that.
Honestly that's more you subjectively than database v files.