Show HN: LocalGPT – A local-first AI assistant in Rust with persistent memory
81–90 of 165 posts
Re: Show HN: LocalGPT – A local-first AI assistant in Rust with persistent memory
#82if you have to put API key in it, it's not local
Re: Show HN: LocalGPT – A local-first AI assistant in Rust with persistent memory
#83Re: Show HN: LocalGPT – A local-first AI assistant in Rust with persistent memory
#84 ort-sys@2.0.0-rc.11: [ort-sys] [WARN] can't do xcframework linking for target 'x86_64-apple-darwin'
Build failed, bummer.Re: Show HN: LocalGPT – A local-first AI assistant in Rust with persistent memory
#85So weird/cool/interesting/cyberpunk that we have stuff like this in the year of our Lord 2026: ├── MEMORY.md # Long-term knowledge (auto-loaded each session) ├── HEARTBEAT.md # Autonomous task queue ├── SOUL.md # Personality and behavioral guidance Say what you will, but AI really does feel like living in the future. As far as the project is concerned, pretty neat, but I'm not really sure about calling it "local-firs…
> Say what you will, but AI really does feel like living in the future. Love or hate it, the amount of money being put into AI really is our generation's equivalent of the Apollo program. Over the next few years there are over 100 gigawatt scale data centres planned to come online. At least it's a better use than money going into the military industry.
https://www.wsj.com/tech/ai/ai-spending-tech-companies-compa...
https://www.reuters.com/graphics/USA-ECONOMY/AI-INVESTMENT/g...
Re: Show HN: LocalGPT – A local-first AI assistant in Rust with persistent memory
#86So weird/cool/interesting/cyberpunk that we have stuff like this in the year of our Lord 2026: ├── MEMORY.md # Long-term knowledge (auto-loaded each session) ├── HEARTBEAT.md # Autonomous task queue ├── SOUL.md # Personality and behavioral guidance Say what you will, but AI really does feel like living in the future. As far as the project is concerned, pretty neat, but I'm not really sure about calling it "local-firs…
IMHO it doesn't make sense, financially and resource wise to run local, given the 5 figure upfront costs to get an LLM running slower than I can get for 20 USD/m. If I'm running a business and have some number of employees to make use of it, and confidentiality is worth something, sure, but am I really going to rely on anything less then the frontier models for automating critical tasks? Or roll my own on prem IT to…
Re: Show HN: LocalGPT – A local-first AI assistant in Rust with persistent memory
#87Is it really local? Why does it mention an API key, or is that optional?
Re: Show HN: LocalGPT – A local-first AI assistant in Rust with persistent memory
#88it saddens me how quickly how quickly we have accepted the term "local" for clients of cloud services
Re: Show HN: LocalGPT – A local-first AI assistant in Rust with persistent memory
#89Earlier quoted context omitted.
Ah come on, lazy? As long as it works with the runtime you wanna use, instead of hardcoding their own solution, should work fine. If you want to use Candle and have to implement new architectures with it to be able to use it, you still can, just expose it over HTTP.
I think one of the major problems with the current incarnation of AI solutions is that they're extremely brittle and hacked-together. It's a fun exciting time, especially for us technical people, but normies just want stuff to "work." Even copy-pasting an API key is probably too much of a hurdle for regular folks, let alone running a local ollama server in a Docker container.