this post was submitted on 03 Aug 2025
407 points (93.4% liked)

Technology

73567 readers
3898 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] brucethemoose@lemmy.world 31 points 10 hours ago* (last edited 8 hours ago) (1 children)

First of all...

Why does an email service need a chatbot, even for business? Is it an enhanced search over your emails or something? Like, what does it do that any old chatbot wouldn't?

EDIT: Apparently nothing. It's just a generic Open Web UI frontend with Proton branding, a no-logs (but not E2E) promise, and kinda old 12B-32B class models, possibly finetuned on Proton documentation (or maybe just a branded system prompt). But they don't use any kind of RAG as far as I can tell.

There are about a bajillion of these, and one could host the same thing inside docker in like 10 minutes.

...On the other hand, it has no access to email I think?

[–] WhyJiffie@sh.itjust.works 3 points 7 hours ago (2 children)

Why does an email service need a chatbot, even for business?

they are not only an email service, for quite some time now

There are about a bajillion of these, and one could host the same thing inside docker in like 10 minutes.

sure, with a thousand or two dollars worth of equipment and then computer knowledge. Anyone could do it really. but even if not, why don't they just rawdog deepseek? I don't get it either

...On the other hand, it has no access to email I think?

that's right. you can upload files though, or select some from your proton drive, and can do web search.

[–] brucethemoose@lemmy.world 5 points 7 hours ago* (last edited 7 hours ago)

sure, with a thousand or two dollars worth of equipment and then computer knowledge. Anyone could do it really. but even if not, why don’t they just rawdog deepseek? I don’t get it either

What I mean is there are about 1000 different places to get 32B class models via Open Web UI with privacy guarantees.

With mail, vpn, (and some of their other services?) they have a great software stack and cross integration to differentiate them, but this is literally a carbon copy of any Open Web UI service… There is nothing different other than the color scheme and system prompt.

I’m not trying to sound condescending, but it really feels like a cloned “me too,” with the only value being the Proton brand and customer trust.

[–] DarkDarkHouse@lemmy.sdf.org 1 points 7 hours ago (1 children)

I guess the sell is easy access to Proton Drive for RAG here?

[–] WhyJiffie@sh.itjust.works 3 points 6 hours ago (1 children)
[–] DarkDarkHouse@lemmy.sdf.org 1 points 4 hours ago

Retrieval-augmented generation (RAG) is a technique that enables large language models (LLMs) to retrieve and incorporate new information. With RAG, LLMs do not respond to user queries until they refer to a specified set of documents. These documents supplement information from the LLM's pre-existing training data. This allows LLMs to use domain-specific and/or updated information that is not available in the training data. For example, this helps LLM-based chatbots access internal company data or generate responses based on authoritative sources.

From Retrieval-augmented generation.

Specifically here, I imagine the idea is to talk to the chatbot about what's in your documents.