Do you guys use AI coding agents? I started use in OpenCode and Claude Code.
Somehow it's very useful for small projects which are specific for my own use cases where I can't really spent days coding and researching it, but I can have a agent doing that for me and me just reviewing the code.
For example I'm dealing with my parent's paper mail in Germany. There are companies which scan the letters for you but it's like $600 per year.
We're already paying a lot of money for a help who is living in with them, so we asked her to take a picture of every letter and post it to a WhatsApp group.
But it's very cumbersome to manually download it and upload it to Paperless on my server.
So me and the AI created https://git.jeena.net/jeena/matrix-paperless-ingest.git ( I already have a WhatsApp Matrix bridge running).
It's a not which listens for new pictures and PDFs, downloads them and uploads them to Paperless with a inbox tag, puts the date and time into the filename and sets the owner to my dad.
Paperless then does OCR on it and extracts metadata like who sent the letter, when it was sent etc. So we can manage it easier.