Today's coding project:
An AI agent that uses a locally-hosted model to scan notes in an Obsidian vault folder, summarize them, and make content suggestions for me.
Because I've got 10,545 notes in my Obsidian vaults, and every time I open one, I don't end up creating content, I just end up creating more notes.
First task is creating an indexer, which I'm pretty sure can be pure python - the AI model won't need to do anything until it's time for me to tell it what folder to work through.