My project for the Holiday Interregnum is restoring order to my digital archives and repositories, which have not survived contact with the black hole of endless, overlapping family emergencies and the gazillion documents related thereto. I’m taking a deep breath, granting past me some grace, and setting about getting things ship-shape again for future me.
I wouldn’t have thought this six months ago, but AI has transformed what promised to be a sinkhole of grinding drudgery into a shallow depression of much less grinding drudgery.
I’m using the paid versions of Claude, Gemini, and NotebookLM to tame my files and archives, often in conjunction with DEVONthink.
(A note re privacy: Anthropic and Google will not train their models on your data if you use a paid API. If you use a free API that might not be the case, especially with Gemini.)
BIG WIN 1: Using Claude to turn my DEVONthink email archives into a useful repository for future reference. I routinely load all of the emails I have relating to a particular matter into their own DEVONthink database. While it’s useful to have them all in one place that’s searchable, it’s still something of a challenge to mine the archive for the exact information you need not to mention deleting what you don’t. Claude + DEVONthink 4’s AI toolset to the rescue! I have one prompt that creates a clean, easy to read “transcript” of a selected email chain. Another creates a summary of the chain that lists its date range, the participants, people mentioned, a summary of the main issue at hand, key points, action items, documents referenced, a list of attachments, any contact information, and keywords. Both prompts save the results as markdown files in the same group as the email chain. (Each chain is in its own group.)
BIG WIN 2: I have one DEVONTHINK email archive that contains 5000 email messages recovered from an accidentally deleted mailbox. Most of the messages are 5+ years old and unimportant, but at least some of them contain information that should be retained. Claude does a decent job of reviewing them, and, using whatever criteria I provide (e.g., “find messages with account numbers in them”), flagging them, suggesting next steps, and telling me how to execute those next steps. Nothing sparks joy like sending old email messages to the shredder.
BIG WIN 3: Creating a comprehensive summary of a bolus of related legal, financial, tax, and official documents that I can file with the documents themselves. NotebookLM is fantastic for this, but privacy is a concern, even though Google claims your data is not used for model training; shared without permission; or open for human review unless you provide feedback to troubleshoot or improve the product. If I’m working with something really sensitive, I default to DEVONthink and use my Claude or Gemini API to query the documents and generate summaries. NotebookLM’s big advantage is the array of useful artifacts that it can generate—e.g., reports, data tables, mind maps, infographics, etc.
BIG WIN 4: Converting old or badly-scanned PDFs into legible text documents that are more amenable to highlighting, annotating, and cutting-and-pasting.
BIG WIN 5: Generating file renaming and management tools I will never build myself.
-
I use Claude to help me craft regular expressions to batch rename files so they conform to specific naming conventions.
-
I use Claude to help me write AppleScripts to do all kinds of helpful little things. Example: I now have a script that changes the dates in filenames to YYYY-MM-DD format to facilitate document filtering and sorting.
Yes, I do know that I could spin things like these up in [insert the automation app of your choice here], but I don’t have the mental shelf space for that now. (Claude will walk me through what each step of the script or regex does if I’m curious and want to learn more. Gemini wants me to stop with the AppleScript already and learn to use python on my Mac in what it insists is THE RIGHT WAY.
)
The obvious caveat is that LLMs make mistakes and you need to double check their work before you do anything important with it. Any artifacts they generate are useful to have as a kind of aide-mémoire, but won’t replace your own careful review or the guidance of a professional. You need to test any scripts before you turn them loose on your documents. Etc Etc Etc.
That being said, I’m delighted with the drudgery I can offload to my Clankers. (A term I use with affection, not scorn.)

