HN user

f_k

12 karma

Freelance consultant specializing in document processing.

https://superdocs.io

Posts7
Comments16
View on HN
Immich 3.0 20 days ago

Shameless plug: I made a native iOS/Mac app that's adjacent to Immich, but narrower in scope. It focuses on local image search and photo organization.

Everything is indexed and searched locally, so the photos never leave the device.

https://photos.getsupercurate.com

I'm working on this exact problem with https://citellm.com .

Every extracted field comes with a precise citation back to the source document (page + snippet + bounding box + confidence score) so reviewers can verify where each value came from.

Hallucinations get flagged automatically because there's no supporting text in the source.

The goal is to make HITL fast and not have reviewers read through the whole document.

GPT-5.2 7 months ago

verifying their claims ends up taking time.

I've been working on this problem with https://citellm.com, specifically for PDFs.

Instead of relying on the LLM answer alone, each extracted field links to its source in the original document (page number + highlighted snippet + confidence score).

Checking any claim becomes simple: click and see the exact source.

I'm working on SuperCurate (https://getsupercurate.com), which is geared towards note retrieval and curation rather than note creation. Think filing cabinet for your notes, web clippings, images and PDFs.

I wanted fast search and filters for my Evernote archive so I could drill down and surface exactly what I was looking for.

There's also a Web Clipper extension for Chrome.

Demos:

Search and curation: https://www.youtube.com/watch?v=z4QSIoUL4Uk

Web Clipper: https://www.youtube.com/watch?v=8F7QoC7X3fs

Search inside PDFs (jumps to page + highlights snippet): https://www.youtube.com/watch?v=t0X9sD-938Q

It's free while in beta, would love feedback if you try it.