Why does a furniture company do AI?
A ChatGPT-like assistant but private for developers
11–20 of 34 posts
Re: A ChatGPT-like assistant but private for developers
#12This is a really interesting approach to AI privacy. I'm curious to see how the performance of the local models compares to cloud-based solutions, especially when it comes to handling complex queries.
Quick user feedback: I tried to generate violent images (just for the sake of testing), but I felt it was still being censored by the AI model.
Re: A ChatGPT-like assistant but private for developers
#13This approach to AI privacy is intriguing! I’d love to see how these local models perform on complex tasks compared to cloud-based alternatives, especially when it comes to efficiency and resource needs
Re: A ChatGPT-like assistant but private for developers
#14Privacy is the top one concern for Series B+ companies from my experience. On the other hand, if the LLMs need to run on a developer laptop you should choose small open source models which usually don't perform well. My experience with llama 8b was negative.
Re: A ChatGPT-like assistant but private for developers
#15That's a cool idea with private AI, it's rather interesting if it can store some metadata about previous searches for the next results being more accurate.
Re: A ChatGPT-like assistant but private for developers
#16Cool!
Re: A ChatGPT-like assistant but private for developers
#17Looks like an awesome tool! Privacy is always a huge concern, so it is great to see any AI company taking it seriously.
Re: A ChatGPT-like assistant but private for developers
#18With Anon being marketed as a private, no-login AI assistant, I'm curious about the trade-offs involved. Does this privacy-first approach impact the assistant's capabilities compared to other more data-driven AI tools? Has anyone tested it out in real-world scenarios?
Re: A ChatGPT-like assistant but private for developers
#19Why does a furniture company do AI?
We're a team of engineers with a proven track record, having developed our first AI-powered product - a smart desk designed to boost productivity back in 2015 (https://www.youtube.com/watch?v=P56pkB-iEI4). Our vision is to create a portfolio of AI products, with AnonAI being one of those products.
Re: A ChatGPT-like assistant but private for developers
#20self hosting?
Traditional models: collect data and store it on central servers.
Anon AI models: Conversational data still go to an LLM, currently hosted by us. However, we've implemented several measures to ensure user data security:
- Our AI model is stateless, meaning it doesn't store any info about previous conversations.
- We use ephemeral processing, where user input is processed in real-time and only retained for the duration of the request.
- The AI model processes user input in memory only, without writing any data to disk.
- Any temporarily stored data is automatically purged at the end of the process.
As we scale with model providers, we'll thoroughly vet them to ensure they meet our security standards.
Thanks for pointing this out, and I hope this helps address your concerns!