this post was submitted on 22 Jul 2026
165 points (98.2% liked)

Selfhosted

60887 readers
644 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Paperless-ngx is an extensive document management system. 3.0.0 has just been released.

It seems from a user/admin perspective that a lot of obsolete stuff under the hood got removed and they did some performance stuff, but it's also full of AI features. There's too many changes to read them all though, I wonder if there's a blogpost or something somewhere summarizing the main changes.

Personally I'll stay with 2.X for some days at least to see what people say about the new version. I'm not interested to have AI parse my documents, the alrogirthmic auto tagging etc works quite well.

you are viewing a single comment's thread
view the rest of the comments
[–] lambisio@feddit.cl 0 points 21 hours ago (1 children)

You don't need a knife to make a knife, and things like OCR are different from AI (or from "AI").

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

Paperless and Papermerge have always done a lot more than just OCR. If that's all they were, most people can do that already on the software that comes with their scanner. The core selling point of these applications is automatic categorization, sorting and tagging, and those have always relied on machine learning tools. Literally the first thing you do after setting Paperless up is start training the AI.

[–] tofu@lemmy.nocturnal.garden 2 points 4 hours ago (1 children)

Yes, though that used to be discriminative AI, where now generative AI is used if I'm not mistaken.

[–] Voroxpete@sh.itjust.works 1 points 39 minutes ago

I think you're under the impression that the difference between those things is far greater than it actually is. Large Language Models work by developing statistical maps of associations. That's discrimination. They're a direct evolution of categorization models. The ability to associate a hash of a JPEG with "cat" is the same as the ability to associate "How are you?" with "Great, how about you?" It's all associative mapping. LLMs are just the current leading edge of that technology. If you want to, for example, generate a list of tags that describe a document, an LLM is the best tool we currently have for doing that.

To put it another way, what you term "discriminative AI" is "generative AI." It's generating a category or list of categories in response to an input. That's not functionally different than generating a sentence in response to a sentence, it's just an order of magnitude less complex. You can argue terminology but the technology exists on an evolutionary curve, with no real hard boundaries.