Earlier quoted context omitted.
What you describe seems to be OpenAI’s “moat”. They currently are the farthest ahead in app UX for nontechnical users and in Brand Recognition. It doesn’t matter if they are 10% behind Anthropic in frontier model quality if Claude For Mac is a shitty Electron app.
Claude for Mac works quite well for me, and now with these MCP servers looking better than ever. And regarding electron - I have seen (and created for myself) awesome apps that would never existed without it.
Sidekick: Local-first native macOS LLM app
81–90 of 97 posts
Re: Sidekick: Local-first native macOS LLM app
#82Re: Sidekick: Local-first native macOS LLM app
#83Earlier quoted context omitted.
I think this is a fundamental issue with naive RAG implementations: they aren't accurate enough for pretty much anything
Ultimately, the quality of OCR on PDF is where we are bottlenecked as an industry. And not just in text characters but understanding and feeding to the LLM structured object relationships as we see in tables and graphs. Intuitive for a human, very error prone for RAG.
Re: Sidekick: Local-first native macOS LLM app
#84some other alternatives (a little more mature / feature rich): anythingllm https://github.com/Mintplex-Labs/anything-llm openwebui https://github.com/open-webui/open-webui lmstudio https://lmstudio.ai/
Re: Sidekick: Local-first native macOS LLM app
#85Looks great, kudos for making it open-source! Yet as with any app that has access to my local file system, what instantly comes to mind is "narrow permissions" / principle of least permissions. It'd be great if the app would only have read access to my files, not full disk permission. As an end-user, I'm highly concerned that files might get deleted or data shared via the internet. So ideally, Sidekick would have onl…
I'm running it right now and macOS didn't ask for any permissions at all which afaik means that it cannot access most of my personal folders and definitely not the full disk. Am I missing something?
Re: Sidekick: Local-first native macOS LLM app
#86Looks great, kudos for making it open-source! Yet as with any app that has access to my local file system, what instantly comes to mind is "narrow permissions" / principle of least permissions. It'd be great if the app would only have read access to my files, not full disk permission. As an end-user, I'm highly concerned that files might get deleted or data shared via the internet. So ideally, Sidekick would have onl…
> It'd be great if the app would only have read access to my files, not full disk permission. I'm running it right now and macOS didn't ask for any permissions at all which afaik means that it cannot access most of my personal folders and definitely not the full disk. Am I missing something?
This is only true if it uses App Sandbox, which is mandatory for apps distributed through the App Store, but not necessarily everything else
Re: Sidekick: Local-first native macOS LLM app
#87Earlier quoted context omitted.
What you describe seems to be OpenAI’s “moat”. They currently are the farthest ahead in app UX for nontechnical users and in Brand Recognition. It doesn’t matter if they are 10% behind Anthropic in frontier model quality if Claude For Mac is a shitty Electron app.
Claude for Mac works quite well for me, and now with these MCP servers looking better than ever. And regarding electron - I have seen (and created for myself) awesome apps that would never existed without it.
Re: Sidekick: Local-first native macOS LLM app
#88Re: Sidekick: Local-first native macOS LLM app
#89Re: Sidekick: Local-first native macOS LLM app
#90some other alternatives (a little more mature / feature rich): anythingllm https://github.com/Mintplex-Labs/anything-llm openwebui https://github.com/open-webui/open-webui lmstudio https://lmstudio.ai/
Any recommendations wrt resources that compare these or provides more context in that regard?
OpenWebUI a little bit more harder to setup (need docker), but interface very similar to OpenAI