Who is using Ollama day-to-day?
I maintain a Chrome extension that adds an AI support to any input field online.
One of my favorite reviews is a 2-star review asking for “local model support”.
My first reaction was: who installs a 100KB Chrome extension to talk to a 10GB model running locally?
But it did make me curious. Are people actually running Ollama or LM Studio as part of their daily workflow?
10 comments
[ 4.4 ms ] story [ 38.3 ms ] threadFor anything dealing with personal data, like browser inputs, I would exclusively use local models too. Probably still niche, but non-local AI would be a deal breaker for me for both browsers and OS.
Do you mostly use it through the terminal, a UI like Open WebUI, or via integrations with other tools?
I’m trying to understand where a browser integration would actually fit - if at all
I have some a Gitea/Playwright mcp/webservice setup, which works well with both. But for that latter, I tend to restrict it to local models.
At the start, I was curious to see if I could. It ended up being a rabbit hole, of course.
I can see some use cases for it. The plan is to dogfood it and validate them.