I finally found an iOS app that handles photo curation without

PromptCube Advanced 1h ago 115 views 14 likes 2 min read

Managing a massive Apple Photos library is a losing battle for most of us. You spend hours scrolling through blurry screenshots, accidental pocket videos, and near-identical bursts of the same sunset, but the sheer volume makes manual cleaning impossible. I’ve been looking into Piqt, a new tool that tries to solve this using on-device machine learning rather than sending your private data to some massive LLM cluster.

The developer actually started this project in Jupyter notebooks, experimenting with how much heavy lifting AI models could do for automation before moving it into a polished mobile deployment. It’s not just another "storage cleaner" that tries to sell you more iCloud space; the actual goal here is to make the library navigable again through intelligent ranking and sorting.

Here is the technical breakdown of how this approach works:

  • Local Execution: It relies on a combination of Apple’s Vision API, various ML models, and clustering algorithms. Everything stays on your iPhone.
  • Privacy-First Architecture: There are no accounts to create and no cloud sync involved. The dev even implemented a validation step in the release process to ensure the app literally cannot call the iOS delete APIs. It stages "junk" in a separate album so you retain ultimate control.
  • Algorithmic Curation: Instead of just looking for large files, it uses vision models to understand the content and rank what is actually worth keeping.

If you are interested in the prompt engineering or the underlying vision models, the developer is actively looking for feedback on the specific research and techniques used. This is a much more interesting approach to an AI workflow than the standard "upload everything to our server" model. Most "smart" gallery apps feel invasive, but building a complete guide for on-device deployment like this is a much harder—and more ethical—technical challenge.

If you want to see the specific technical decisions and the design philosophy behind the model selection, you can check out the developer's deep dive here:

https://piqt.app/blog/piqt-design-values/

And the app itself is available on the App Store:

https://apps.apple.com/us/app/piqt-photo-video-curator/id6778080898
iosPiqtApple Vision API

All Replies (3)

C
ChrisPunk Novice 1h ago
Sounds like more marketing hype. Unless it actually cleans my junk files, I’m not interested. Show some proof.
0 Reply
M
Max75 Advanced 1h ago
Does it handle duplicate detection too? That’s usually my biggest headache when cleaning up.
0 Reply
C
Cameron9 Advanced 1h ago
Does it work offline or does it need to upload everything to a cloud server first?
0 Reply

Write a Reply

Markdown supported