The root cause of the problem is that it's easier to make personalized stuff with server/backend (?cloud?) than without maybe?
Example: I made a firefox extension that automatically fills forms using LLM. It's fully offline (except OPTIONALLY) the LLM part, optionally because it also supports Ollama locally.
Now the issue is that it's way too hard for most people to use: find the LLM to run, acquire it somehow (pay to run it online or download it to run in Ollama) gotta configure your API url, enter API key, save all of your details for form fulling locally in text files which you then have to backup and synchronize to other devices yourself.
The alternative would be: create account, give money, enter details and all is synced and backedup automatically accross devices, online LLM pre-selected and configured. Ready to go. No messing around with Ollama or openrouter, just go.
I don't know how to solve it in a local way that would be as user friendly as the subscription way would be.
Now things like cars and washing machines are a different story :p
I don't think having to manually sync preferences (or set up an unnecessary LLM) is really "the root cause" of "why local first software died".
Can the LLM not help with setting up the local part? (Sorry, was just the first thought i had.)
> The root cause of the problem is that it's easier to make personalized stuff with server/backend (?cloud?) than without maybe?
That, and also there are real benefits to the end user of having everything persisted in the cloud by default.