[1] https://publiccomment.blog/p/you-ll-never-think-alone-170518...
I doubt it. Obsidian is not open source, and the core is maintained by a small group of people, rather than a community. What happens when the company dies?
That said, I am willing to have more faith in Obsidian, than many other things since they are not [VC funded](https://stephango.com/vcware)
If not, someone might make an api-compatible oss clone, because lots of the value is in the myriad of plugins.
Obsidian's ace however is it's great wyiwyg text editor if you ask me, enabling friction-free writing.
> The app will eventually become obsolete. It’s the plain text files I create that are designed to last.
Also stuff like Bases[0] might be the thing that entrenches Obsidian even further as an IDE for knowledge work (more or less).
Maybe I'm missing the author's point, as it's early here, but I don't see how your own thoughts can possibly lack value because of AI. LLMs can only summarize the documents it was trained on, so it has no way to tell you what you're thinking (like why something is wrong). The value of AI is using RAG or semantic search to make your notes more useful to you. What the author's suggesting is outside the capabilities of current LLMs. By design, AI can only be used as an assistant.
But that's not why I mentioned ekg, the reason is that it does embedding out of the box, here's a quote from the repo on GitHub:
"There is support for attaching Large Language Model (LLM) “embeddings” to notes, for use in search and similarity search, via the llm package. This allows you to search based on semantics, as opposed to text matching. You can also use LLM chat in your notes, getting an LLM to respond to your notes based on a default prompt, or new prompts that you add."
These days I feel like you have lots of great options for note-taking in Emacs and you're not forced to use the org format unless you want to.
ekg repo: https://github.com/ahyatt/ekg
With LLM-based AI, should one also store individual chats in personal knowledge system? Yeah, I believe that some my chats are quite full of relevant info, that can be used in the future.
Also what is the right general approach here - should I ask the same question several times (every time I need information) or should I just look up previous answer in my history? To be fair I dont store google results, I just search it again, but with chat the path to right answer is often more complex than spitting few words in google search input box.
They have a dedicated page that compares with Obsidian here:
I experimented with feeding my notes into an LLM model for RAG and was underwhelmed. The resulting output was repetitive, stilted, dry, and uninspiring. I wanted it to see if it find relationships between my ideas that I had not found on my own, but was disappointed . It did not provide me any new insights into my thinking. The style of what it did write was so foreign to my own style I found myself needing to read and re-interpret what it wrote back into my own ways of thinking that it was more busywork than help.
8s2ngy•5h ago
On the flip side, my experience with Emacs has been quite different. You don't need a ton of plugins to get the most out of it; I've been using the same configuration of under 200 lines for the past six years without encountering any breaking changes. I rely on Magit, Org-mode, Org-roam, and Org-agenda every single day.
That said, using Emacs does require some commitment to reading the documentation. While I agree that it has some outdated defaults, you only need to make those adjustments once.