The Weekly Buildout

I spent this week cleaning up my digital mess.
My Google Drive had turned into a hoarder's nest because I had it set as my default download folder. Everything just dumped into the root directory. Screenshots, PDFs, random images, all mixed together in one giant pile.
I finally built an auto-filing system to get some structure back.
Stick around to the end as I will give you the prompts you can use to build this yourself.
THE WEEKLY UPGRADE
🛠️

I set my Google Drive as my default download folder months ago. Smart move, I thought. No more losing files in my local downloads. But I created a different problem: everything just landed in the root of my Drive.
Screenshots next to contracts next to random PDFs I'll never read again. Finding anything became a nightmare. So I built an auto-filing system using Cloud Cowork.
The idea was simple: analyze each file as it comes in and sort it into the right folder automatically. Images go to one place, documents to another, based on content and file type. It took exactly two prompts in Claude Cowork to get the basic system running. The tool connects to N8N and writes the full workflow for you. No need to learn N8N first.
But I hit a snag with image analysis. I wanted the system to rename images based on their content using Claude's vision capabilities. Worked great until I downloaded a large screenshot. Anything over 5 megabytes caused Claude to fail completely.
The fix was adding an image resize step before the analysis. Now every file gets sorted automatically. My Drive actually has structure again.
The lesson: start organizing before your system becomes unmanageable. I waited too long and had to dig out of a much bigger mess.
AI NEWS OF THE WEEK
📰
AI Agents Need Judge Layers Before Taking Real Actions
Two major AI companies hit the same wall: agents that can email and update records automatically started doing things users didn't actually want. Traditional prompts and confirmation popups either made the agents useless or annoying.
The solution is an architectural "judge layer" that evaluates each action independently before execution. This prevents unauthorized actions without breaking the user experience.
Joe's Read: This affects any business using AI agents for real work like email, scheduling, or data entry.
SaaS Pricing Is Breaking Because of AI Agents
Traditional per-seat software licenses don't work when AI agents do the work instead of humans logging in. Vendors are scrambling to meter usage by AI activity volume, not just who signs in.
This complicates renewal negotiations. You now need to budget for both human seats and agent usage, often tracked through vendor-specific credits.
Joe's Read: This affects any business planning to replace human software users with AI agents in the next 12 months.
U.S. and China Start AI Talks
The U.S. and China began high-level discussions about AI development and governance. The focus is on safety standards and national security risks as AI technology accelerates globally.
Joe's Read: This affects businesses operating internationally who depend on AI tools that might face future regulatory restrictions.
TOOL WORTH TRYING THIS WEEK
🧰
Adobe Firefly AI Assistant
Adobe's new AI assistant connects over 60 Creative Cloud tools into one conversational interface. You describe what you want, and it coordinates work across Photoshop, Illustrator, Premiere, and other apps. The system shows every step it takes so you can intervene.
Caveat: This only works if you're already deep in Adobe's ecosystem and paying for multiple Creative Cloud subscriptions.
FROM THE FIELD
🗺️
The real win wasn't the technical setup. It was realizing that automation works best when you design it around your actual behavior, not ideal behavior.
I could have changed my download habits and manually organized files. But I knew I wouldn't stick to it. Instead, I built a system that works with my lazy tendencies. The files still dump into one place initially.
The difference is now something else sorts them for me. Sometimes the best system improvement is admitting what you won't change about yourself and automating around it.
JOE’S TAKE
If you want to replicate my Auto-Filing System, you are in luck! I’ve broken down the steps below. If you have any questions on this, just reply to the email or DM me on my socials.
Prerequisites: What You Need Before You Start
Before you hand this over to Claude, make sure you have these four things ready. Don't skip this part, it'll save you a lot of "wait, why isn't this working" later.
1. Claude Cowork (paid plan) This uses Claude Cowork, Anthropic's desktop tool that lets Claude actually connect to your apps and build automations on your behalf. You'll need an active subscription. Download it at anthropic.com if you don't have it yet.
2. Google Drive connected in Cowork Inside Cowork, you'll need to connect your Google Drive account as a plugin/connector. Claude will use this to browse your existing folders and set up the filing rules. It takes about two minutes — just follow the connect prompt when you first mention Google Drive to Claude.
3. An automation tool connected to Cowork This is what actually watches your Drive and moves files automatically. The most common options are:
n8n (what I use — free to self-host, or ~$20/month cloud)
Make.com (free tier available, very beginner-friendly)
Zapier (most people have heard of this one)
You don't need to know how to use any of these, Claude will build the workflow for you. You just need an account and to connect it to Cowork.
4. Slack, Gmail, or another messaging app (optional but recommended) The system can notify you every time it files something. Handy for catching anything it got wrong at first. Connect whichever one you already use.
Time commitment: About 30–45 minutes for the initial setup. After that, it runs on its own.
The Prompts (Copy, Swap, Send)
Use these in order. After each one, read Claude's response and answer any follow-up questions it asks before moving to the next prompt. Anything in [BRACKETS] is yours to fill in.
Prompt 1 — Let Claude see your Drive
Take a look at my Google Drive and give me a rundown of what's currently in there — existing folders, any structure you can see, and what types of files seem to be landing loose in the root. I want to set up an automatic filing system and I need you to understand the current layout before we build anything.
What happens: Claude will browse your Drive and come back with a summary of what it found — existing folders, loose files, patterns it noticed. Read this carefully. If it missed anything important, just tell it.
Prompt 2 — Design your filing system
Based on what you found, suggest a folder structure and set of filing rules that would work for my Drive. Here's some context about how I use it:
The main types of files I download are:
[e.g. PDFs, AI-generated images, spreadsheets, screenshots]I work in
[e.g. content creation / freelance design / real estate / e-commerce]The main folders I care about keeping are:
[list any folders you definitely want to keep]Files I want to ignore or send to an inbox folder:
[e.g. installer files, zip archives, anything I can't identify]
Don't build anything yet — just show me the proposed structure and rules, and ask me if anything looks off.
What happens: Claude will propose a folder map and a set of "if this type of file arrives, send it here" rules. This is your chance to push back, if it suggests something that doesn't fit how you work, just say so and it'll revise.
Prompt 3 — Build the automation
Now build the automation. Here's what I want it to do:
Watch my Google Drive root folder (where downloads land) every 5 minutes for new files
Classify each file based on the rules we agreed on
Rename it with today's date at the front, followed by a clean version of the file name — like
2026-05-14_Invoice-Acme.pdfFor any AI-generated images (like ones from Gemini that have random letter codes in the name), use Claude's vision to analyze the image and give it a descriptive name instead — like
2026-05-14_Astronaut-On-Mars-Desert.pngMove it to the right folder
Send me a
[Slack message / Gmail / whatever you have connected]notification telling me what was filed and whereAnything it can't confidently categorize should go to a folder called
_Inboxfor me to sort manually
Build this in [n8n / Make / Zapier]. Walk me through any steps I need to complete manually after you've built it.
What happens: Claude will build the full workflow in your automation tool, then give you a short checklist of things to finish, usually just connecting your accounts and activating the workflow. Follow those steps exactly.
Prompt 4 — Test and fix
The workflow is set up. I'm going to drop a test file into my Drive root and we'll see what happens. [Describe the file type, e.g. "I'm dropping in a Gemini image" or "I'm dropping in a PDF receipt"]
[If it worked: "It worked perfectly, thanks!"]
[If it didn't work, paste the error message here:] [ERROR MESSAGE]
Help me figure out what went wrong and fix it.
What happens: Most of the time the first test will have one small hiccup… a credential that needs reconnecting, a folder ID that needs updating, that kind of thing. This prompt gives Claude what it needs to diagnose and patch it on the spot.
One last thing: Once it's running, give it a week before you tweak it. The system learns your patterns as you watch it work — if it keeps sending a certain file type to the wrong folder, that's when you come back and tell Claude to update the filing rules. It takes about two minutes to adjust.
TOOLS I TRUST
n8n — The automation tool I use to connect apps, trigger workflows, and stop doing things manually. If there's a repetitive process in your business, this is where you start fixing it.
VoiceInk — A local AI dictation tool for Mac that transcribes your voice with near-perfect accuracy and runs entirely on your device, meaning nothing you say ever touches a cloud server.
Blotato — Handles the full content distribution side of your business: drop in a topic and it generates platform-specific posts, or feed it existing content and it repurposes it across formats. TikTok videos become tweets, podcasts become blog posts. Includes a scheduling calendar, visual creation tools for carousels and infographics, and publishes natively to 9 platforms with no per-post fees.
Beehiiv — What you're reading right now is published on Beehiiv. If you're thinking about starting a newsletter or moving off a clunky platform, this is the one I'd recommend. 20% off your first 3 months with my link.
Google Workspace — Beyond email and Docs, a Business Standard plan includes Gemini Pro built into every app, NotebookLM Plus, and access to the enterprise versions of the whole suite. Better value than a standalone Gemini subscription when you're already paying for Google anyway. 14-day trial and 10% off your first year.
Descript — Video and podcast editing that works like a text document. You edit the transcript and the media follows. Cuts filler words, cleans up audio, and handles captions automatically. 50% off your first two months on the Creator Plan.
Most productivity advice assumes you'll suddenly become more disciplined. Build systems that assume you won't. Work with your patterns, not against them.
PS: If you want your own auto-filing system built without wrestling with N8N workflows, book a discovery call and we'll build the solution together in a live session.
Cheers,
Joe
