Live data from Hacker News

Show HN: I made an app to use local AI as daily driver

recurse.chat

181–190 of 246 posts

Re: Show HN: I made an app to use local AI as daily driver

#183
post #165
post #163

Hey, 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…

ChatGPT does this. You just click an arrow and it will show you other branches.

Re: Show HN: I made an app to use local AI as daily driver

#185
post #157

Earlier 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…

Legit explanation, that's how it works AFAIK.

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

Wow I've been following your work for a while, incredible stuff! Keep up the hard work, I check llama.cpp's commits and PRs very frequently and always see something interesting in the works (the alternative quantization methods and Flash Attention have been interesting).

Re: Show HN: I made an app to use local AI as daily driver

#187
post #165

Earlier 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.

I bet UI and UX innovation will follow, but model quality is the most important thing.

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

#188
post #165

Earlier 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.

They did make it, in 2021. https://generative.ink/posts/loom-interface-to-the-multivers... (click through to the GitHub repo and check the commit history, the bulk of commits is at least 3 years old)

Re: Show HN: I made an app to use local AI as daily driver

#189

There'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.

I'll try. To get things started, if you have an iPhone, check out AppleVis:

https://applevis.com/

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

#190

Sadly 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…

What about https://github.com/open-webui/open-webui ?

Seems to have more features than all of them

Post reply on HN