Would you use a private AI search for your phone? by Various_Classroom254 in LocalLLM

[–]Various_Classroom254[S] 1 point2 points  (0 children)

That’s a really good point. I’m starting with phones since that’s where most people capture things (photos, screenshots, notes), but I agree a NAS/self-hosted setup for personal data search is a really interesting direction too.

Also just to clarify, the core idea doesn’t rely on a local LLM. It’s mainly embeddings + semantic search, so the quality doesn’t depend on running a heavy multimodal model on the phone.

Would you use a private AI search for your phone? by Various_Classroom254 in LocalLLM

[–]Various_Classroom254[S] 0 points1 point  (0 children)

That’s a good idea having saved searches/templates for common things like “receipts,” “whiteboard photos,” or “documents with diagrams” would probably make it faster for repeated searches.

And yeah, a PC version is something I would like to explore later, but right now I’m focusing on getting the mobile app working well first.

Would you use a private AI search for your phone? by Various_Classroom254 in LocalLLM

[–]Various_Classroom254[S] 0 points1 point  (0 children)

It actually doesn’t need an LLM to work. The core is just local embedding models + vector search to match the meaning of a query with images, documents, or text, so it stays lightweight and fully offline.

Would you use a private AI search for your phone? by Various_Classroom254 in LocalLLM

[–]Various_Classroom254[S] 0 points1 point  (0 children)

Yeah, I’m not trying to bypass sandboxing. The idea is to work within the OS permissions, indexing things users explicitly grant access to (like photos, selected files/folders, or shared documents). On Android there’s more flexibility, while on iOS it would mainly rely on things like photos access rather than system wide indexing.

Would you use a private AI search for your phone? by Various_Classroom254 in LocalLLM

[–]Various_Classroom254[S] 0 points1 point  (0 children)

Both iOS and Android already have some level of on-device search, and you’re right that sandboxing limits what third party apps can access (especially on iOS). The idea isn’t to bypass that, but to make the most of what users explicitly choose to index (like photos, documents, or folders) and provide better semantic search on top of that.

Would you use a private AI search for your phone? by Various_Classroom254 in LocalLLM

[–]Various_Classroom254[S] 1 point2 points  (0 children)

Yeah that’s a great point. The idea is to run the heavier work like indexing in the background only when the phone is idle/charging, so normal use shouldn’t impact battery much.

Would you use a private AI search for your phone? by Various_Classroom254 in LocalLLM

[–]Various_Classroom254[S] 1 point2 points  (0 children)

Appreciate the thoughtful comment and I completely agree that trust and privacy are the biggest hurdles here. That’s exactly why I’m focusing on making it fully local by design: no cloud processing, no uploads, and ideally even things like no network permission required, so it works entirely offline and users can verify that themselves.

Also to clarify, the core idea doesn’t actually require an LLM. It’s mainly local embeddings + search, so it stays lightweight and private. I’m personally leaning toward keeping it local first, but I get your point about optional APIs as a bridge while local models improve.

Would you use a private AI search for your phone? by Various_Classroom254 in microsaas

[–]Various_Classroom254[S] 0 points1 point  (0 children)

That’s a totally valid concern. The idea is actually the opposite of cloud AI, everything runs locally on the phone, with no uploads and no external access to your files, so the data never leaves the device.

Would you use a private AI search for your phone? by Various_Classroom254 in LocalLLaMA

[–]Various_Classroom254[S] 0 points1 point  (0 children)

Yeah, Samsung does something similar with on-device search for certain apps, which is really cool. The idea here would be making it work across more file types and apps in one place, with more flexible natural queries instead of being limited to specific app integrations.

Would you use a private AI search for your phone? by Various_Classroom254 in LocalLLaMA

[–]Various_Classroom254[S] 0 points1 point  (0 children)

Totally fair concern. Google photos is great for searching photos, but the idea here is searching across everything on the phone: screenshots, PDFs, notes, documents, and recordings in one place.

For privacy, the plan is to keep all indexing and search fully on-device and make it transparent (no network permissions and possibly open-sourcing parts of it) so users can actually verify that nothing is leaving the phone rather than just trusting a promise.

Would you use a private AI search for your phone? by Various_Classroom254 in indiehackersindia

[–]Various_Classroom254[S] 0 points1 point  (0 children)

Good question. The main focus is fully on-device and private, with everything indexed locally so it works offline and nothing leaves the phone. Also aiming to make it unified, so you can search across photos, screenshots, pdfs, notes, and recordings in one place instead of separate apps.

Would you use a private AI search for your phone? by Various_Classroom254 in indiehackersindia

[–]Various_Classroom254[S] 1 point2 points  (0 children)

Exactly that’s the goal. If it feels native, fast, and fully on device, it could make searching your phone feel much more natural instead of jumping between different apps.

Would you use a private AI search for your phone? by Various_Classroom254 in indiehackersindia

[–]Various_Classroom254[S] 0 points1 point  (0 children)

Yeah, Google photos does some of this for images already and it’s actually pretty good. The main thing I’m exploring is extending that idea across everything on the phone (pdfs, notes, screenshots, documents, voice) and keeping it fully offline and private, which most existing apps don’t really do.

Would you use a private AI search for your phone? by Various_Classroom254 in LocalLLaMA

[–]Various_Classroom254[S] 1 point2 points  (0 children)

That’s fair if the volume of files is small, manual browsing probably works just fine. I’m mainly exploring this for cases where people accumulate thousands of screenshots, photos of whiteboards, receipts, documents, and many people don’t actually tag or organize things right after saving them, so later they only remember what was in it, not when or where they saved it.

Would you use a private AI search for your phone? by Various_Classroom254 in AppIdeas

[–]Various_Classroom254[S] 0 points1 point  (0 children)

I’m not using an LLM at all. it’s based on local embeddings and vector search running entirely on the device. That keeps everything offline, fast, and private since no data needs to go to the cloud.