Show HN: I made an app to use local AI as daily driver
181–190 of 246 posts
Re: Show HN: I made an app to use local AI as daily driver
#182Re: Show HN: I made an app to use local AI as daily driver
#183Hey, i bought it, nice work! A few things: * The main thing that makes ChatGPTs ui useful to me is the ability to change any of my prompts in the conversation & it will then go back to that part of the converation and regenerate, while removing the rest of the conversation after that point. Such a chat ui is not usable for me without this feature. * The feedback button does nothing for me, just changes focus to chrom…
> * The main thing that makes ChatGPTs ui useful to me is the ability to change any of my prompts in the conversation & it will then go back to that part of the converation and regenerate, while removing the rest of the conversation after that point. Agreed, but what I would also really like (from this and ChatGPT) would be branching: take a conversation in two different ways from some point and retain the seperate a…
Re: Show HN: I made an app to use local AI as daily driver
#184Re: Show HN: I made an app to use local AI as daily driver
#185Earlier quoted context omitted.
I dont get it. To my understanding it takes huge amounts of data to build any any form of RAG. Simply because it enlarges the statistical model you later prompt. If the model is not big enough how would you expect it to answer you in a non qualifying matter ? It simply can't. So I don't really buy it and I have yet to see it work better than any rdbms search index. Tell me I am wrong, I would like to see a local mode…
RAG doesn't require much data or involve any training, it is a fancy name for "automatically paste some relevant context into the prompt" Basically if you have a database of three emails and ask when Biff wanted to meet for lunch, a RAG system would select the most relevant email based on any kind of search - embeddings are most fashionable, and create a prompt like """Given this document: , answer the question "When…
Re: Show HN: I made an app to use local AI as daily driver
#186> Thanks to the amazing work of @ggerganov on llama.cpp which made this possible. If there is anything that you wish to exist in an ideal local AI app, I'd love to hear about it. The app looks great! Likewise, if you have any requests or ideas for improving llama.cpp, please don't hesitate to open an issue / discussion in the repo
Re: Show HN: I made an app to use local AI as daily driver
#187Earlier quoted context omitted.
> * The main thing that makes ChatGPTs ui useful to me is the ability to change any of my prompts in the conversation & it will then go back to that part of the converation and regenerate, while removing the rest of the conversation after that point. Agreed, but what I would also really like (from this and ChatGPT) would be branching: take a conversation in two different ways from some point and retain the seperate a…
1000 upvotes for you. My brain can't compute why someone hasn't made this, along with embeddings-based search that doesn't suck.
If I were OpenAI, I would 95% of resources on ChatGPT5, and 5% into UX.
Once the dust settles, if humanity still exists, and human customers are still economically relevant, AI companies will shift more resources to UX.
Re: Show HN: I made an app to use local AI as daily driver
#188Earlier quoted context omitted.
> * The main thing that makes ChatGPTs ui useful to me is the ability to change any of my prompts in the conversation & it will then go back to that part of the converation and regenerate, while removing the rest of the conversation after that point. Agreed, but what I would also really like (from this and ChatGPT) would be branching: take a conversation in two different ways from some point and retain the seperate a…
1000 upvotes for you. My brain can't compute why someone hasn't made this, along with embeddings-based search that doesn't suck.
Re: Show HN: I made an app to use local AI as daily driver
#189There's another one someone made for blind users like themselves and me, called Vollama (they use a mac, so VoiceOver + Llama). It's really good. I haven't tested many others for accessibility, but it has RAG and uses Ollama as backend, so works very well for me. https://github.com/chigkim/VOLlama/
Hey. I'm sorry about your condition. I feel I'm approaching blindness eventually, this is very random, but perhaps you could share any resources I could learn to prepare for this so I could continue using the web when/if it happens.
If you have Android:
https://blindandroidusers.com/
I believe Hadley is still a good resource: https://hadleyhelps.org/welcome-hadley
I hope this helps get you started.
Re: Show HN: I made an app to use local AI as daily driver
#190Sadly I can't try this because I'm on Windows or Linux. Was testing apps like this if anyone is interested: Best / Easy to use: - https://lmstudio.ai - https://msty.app - https://jan.ai More complex / Unpolished UI: - https://gpt4all.io - https://pinokio.computer - https://www.nvidia.com/en-us/ai-on-rtx/chat-with-rtx-generat... - https://github.com/LostRuins/koboldcpp Misc: - https://faraday.dev (AI Characters): No U…
Seems to have more features than all of them