HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ali_chherawalla

53 karmajoined 5 mesi fa

Submissions

Show HN: OGAC – Run reliable, compliant and governed AI for your enterprise

onprem-console.getoffgridai.co
3 points·by ali_chherawalla·9 ore fa·2 comments

[untitled]

1 points·by ali_chherawalla·9 ore fa·0 comments

[untitled]

1 points·by ali_chherawalla·15 giorni fa·0 comments

[untitled]

1 points·by ali_chherawalla·17 giorni fa·0 comments

[untitled]

1 points·by ali_chherawalla·29 giorni fa·0 comments

75% of US health systems are using AI. Only 18% of that deployment is governed

mobile.wednesday.is
1 points·by ali_chherawalla·3 mesi fa·1 comments

Show HN: Find out if your SaaS is underpriced in 10 minutes

github.com
7 points·by ali_chherawalla·3 mesi fa·2 comments

[untitled]

1 points·by ali_chherawalla·3 mesi fa·0 comments

[untitled]

1 points·by ali_chherawalla·3 mesi fa·0 comments

[untitled]

1 points·by ali_chherawalla·4 mesi fa·0 comments

[untitled]

1 points·by ali_chherawalla·4 mesi fa·0 comments

Show HN: Qwen 3.5 running on a $300 Android phone – on-device, open source

github.com
6 points·by ali_chherawalla·4 mesi fa·10 comments

Show HN: Off Grid: On-device AI-web browsing, tools vision,image,voice–3x faster

12 points·by ali_chherawalla·5 mesi fa·5 comments

Off Grid: On-device AI-web browsing, tools, vision, image gen, voice – 3x faster

1 points·by ali_chherawalla·5 mesi fa·1 comments

Show HN: Off Grid – Run AI text, image gen, vision offline on your phone

github.com
124 points·by ali_chherawalla·5 mesi fa·66 comments

comments

ali_chherawalla
·7 ore fa·discuss
appreciate it!
ali_chherawalla
·14 giorni fa·discuss
yeah seems pretty insane!
ali_chherawalla
·14 giorni fa·discuss
Thats pretty interesting. with what is possible with openweight models now, having this multimodal functionality on your device itself will be quite next level
ali_chherawalla
·14 giorni fa·discuss
understood.
ali_chherawalla
·14 giorni fa·discuss
I'm curious what the point is though?
ali_chherawalla
·14 giorni fa·discuss
this is super interesting. Looking forward to trying this out!
ali_chherawalla
·3 mesi fa·discuss
Healthcare has the strictest compliance requirements of any US industry. The most sensitive data. Twenty-five new state AI regulations introduced this year alone.

It also has the largest gap between AI deployment and AI governance of any sector we looked at.

Three out of four US health systems are running AI in 2026. Less than one in five has governed it. That is not a laggard industry failing to adopt — it is an industry that adopted faster than it figured out what it was doing. The compliance exposure sitting inside most health systems right now is not hypothetical. It is running in production.

We mapped this across financial services, healthcare, energy, manufacturing, and logistics. Healthcare was the one that made us stop.

Full report: https://mobile.wednesday.is/the-enterprise-mobile-ai-report-...
ali_chherawalla
·3 mesi fa·discuss
[dead]
ali_chherawalla
·4 mesi fa·discuss
awesome. I'll let you know once thats in
ali_chherawalla
·4 mesi fa·discuss
fair point, let me know work on that. That's a small lift.
ali_chherawalla
·4 mesi fa·discuss
lol thanks buddy!
ali_chherawalla
·4 mesi fa·discuss
I'm working on that we speak. Shouldn't not be that difficult of a lift and should be able to do that tonight or in the next couple of nights
ali_chherawalla
·4 mesi fa·discuss
ofcourse ofcourse,

I've documented everything here: https://github.com/alichherawalla/off-grid-mobile-ai/blob/ma...

llama.cpp compiled as a native Android library via the NDK, linked into React Native through a custom JSI bridge. GGUF models loaded straight into memory. On Snapdragon devices we use QNN (Qualcomm Neural Network) for hardware acceleration. OpenCL GPU fallback on everything else. CPU-only as a last resort.

Image gen is Stable Diffusion running on the NPU where available. Vision uses SmolVLM and Qwen3-VL. Voice is on-device Whisper.

The model browser filters by your device's RAM so you never download something your phone can't run. The whole thing is MIT licensed - happy to answer anything about the architecture.
ali_chherawalla
·5 mesi fa·discuss
you're doing the marketing for me ahaha! appreciate it though. thank you
ali_chherawalla
·5 mesi fa·discuss
dude thats awesome to hear! I literally added support for web search, tool calling and KV cache optimization support + usage of all 99 GPU layers a few hours ago!

Those changes are not live on the play store / app store but its available on GH. I'll make a release later today.

Let me know what you think!
ali_chherawalla
·5 mesi fa·discuss
https://github.com/alichherawalla/off-grid-mobile
ali_chherawalla
·5 mesi fa·discuss
Off Grid is now live on the App Store: https://apps.apple.com/us/app/off-grid-local-ai/id6759299882
ali_chherawalla
·5 mesi fa·discuss
Off Grid is live on the playstore now. Check it out: https://play.google.com/store/apps/details?id=ai.offgridmobi...
ali_chherawalla
·5 mesi fa·discuss
I think thats a bug, I'm guessing you're trying one of the NPU models? If you drop to CPU for now it should hold.

Only phones with qualcomm chips are able to use the NPU. I'm working towards changing that.

but yeah just to be clear there is no internet needed to run any of this. Infact I'm so averse to it, I've not even added analytics for this one. So flying pretty blind here.
ali_chherawalla
·5 mesi fa·discuss
it doesn't need internet to generate an image. it needs it to download the model, and to be fair if you've got the zip for the model already you can just import that