Most people lose hours a week to file shuffling — renaming, sorting, converting, extracting — and never count it. Cowork is uniquely good at this because it can read every file in a folder and apply consistent operations across all of them. In this lesson you'll learn the four batch patterns, and the one safety discipline that keeps them from ever wrecking your files.
Step 1 of 60% complete
The shift
Stop treating tedious file work as part of the job
A normal converter does one thing: PDF in, Word out. It doesn't know what's in the file, so it can't rename by content, flag a blurry receipt, or sort a folder by what each file actually is.
Cowork can. It reads each file, understands it, and does the consistent thing across the whole batch — the part that used to require a human sitting there clicking. That's the difference between a tool and an assistant.
There are really only four patterns you'll use over and over:
① Batch rename
Consistent names pulled from each file's real content.
② Convert formats
Bulk PDF↔Word, Word→Markdown, images→one PDF — with cleanup along the way.
③ Extract structured data
Pull fields out of receipts, invoices, PDFs into one clean spreadsheet.
④ Clean up a messy folder
Triage and sort a folder that's spiraled — Downloads, Desktop, that one project.
All four share one safety discipline. Get that right and you can run any of them without fear. That's where we'll start.
The discipline
Three rules that make batch work safe
Batch operations touch a lot of files at once, so a mistake isn't one file — it's two hundred. These three rules turn that risk into a non-issue. Every good batch prompt has them baked in.
1Propose first, execute after you approve. Have Cowork show you the proposed names, conversions, or moves before it changes anything. You skim the plan, then say go.
2Never overwrite — keep originals. Write results to a new folder. If a conversion comes out wrong, you still have the source to go back to.
3Let it flag, don't make it guess. Tell it to flag files it can't read (a blurry receipt, a corrupt PDF) instead of inventing an answer. A flagged file is correct behavior, not failure.
Quick gut-check
You're about to have Cowork rename 200 invoice PDFs with junk filenames. Before you hit go — what's the one move that protects you?
The four patterns
What each one looks like in real use
Here's the job each pattern does and a prompt that actually works. Notice every prompt has the safety rules from the last step worked in — that's not optional polish, it's the whole point.
① Batch rename
Read each file, name it from its content, not the existing filename.
from doc_final_v3(2).pdf → to 2026-03-14_Acme_INV-0481_1240USD.pdf
Smart batch renameLook at every PDF in my 'Invoices' folder. Rename each to: [YYYY-MM-DD]_[Vendor]_[Invoice#]_[AmountUSD].pdf — pulling the vendor and number from the file's content, not the old name. Show me the proposed names and wait for my approval before renaming anything.
② Convert formats
Bulk conversion that cleans up content as it goes.
from 40× messy .docx → to 40× clean .md in /markdown-export
Format conversion with cleanupConvert every Word doc in 'Blog drafts' to clean Markdown. Strip the Word weirdness (smart quotes, odd spacing, ToC artifacts). Save the .md files in a new subfolder 'markdown-export'. Leave the original .docx files untouched.
③ Extract structured data
Pull fields out of files that were never meant to be parsed.
from 100× receipt photos → to one tidy receipts.xlsx
Extract to spreadsheetFor every receipt image/PDF in 'Receipts-2026', extract date, vendor, total (USD), and a category. Put one row per receipt into receipts-2026.xlsx. If you can't read a receipt, list it in an 'unreadable' tab instead of guessing.
④ Clean up a messy folder
Analyze the whole folder, propose a structure, execute on approval.
from 5-year Downloads chaos → to sorted Work / Personal / Junk
Folder triageLook at every file in Downloads. For each, note its type and whether it's work, personal, or junk. Propose a folder structure and show me which files would move where. Don't move anything yet — just give me the plan.
Two of these are clearly destructive (rename, move). Two create new files (convert, extract). Either way, the same three rules apply. Next, you'll harden a prompt yourself.
Do it · build it
Harden a risky batch prompt
Here's a batch-rename request the way most people first write it. It works — and that's exactly the danger, because it'll change 200 files with no safety net. Tap the guardrails to add them and watch the safety meter climb.
Starting prompt
Tap to add a guardrail
Safety: risky — this will run blind on every file.
Do it · match the pattern
Which workflow fits the job?
Four real tasks. For each, pick the pattern you'd reach for. This is the call you'll actually make at your desk.
Question 1 of 4 · 0 right
📁
Lesson complete
You can now batch file work without fear
What you can do now
Reach for the right pattern — rename, convert, extract, or clean up
Bake in "propose first, approve before execute" on every batch op
Always write results to a new folder instead of overwriting originals
Trust Cowork to flag what it can't read instead of guessing
Run a cleanup pass monthly, not once a year out of desperation
Your move: pick your most chaotic folder
Choose the folder you've been avoiding — Downloads, Desktop, an old project. Run the folder-triage prompt from Step 3. Read the proposed plan carefully (its categories are sometimes wrong in interesting ways), then approve. Clean folder in 30 minutes instead of half a day.
Cowork · Lesson 03 — Document creation: build Word, Excel & PowerPoint from one prompt
Now that your folders are clean, the next big Cowork win is creating documents from data — full Word reports, formatted Excel sheets, polished decks, with output quality that matches a human's.
Hey! I'm your AI Coach for this lesson on Cowork file workflows. Ask me anything — how to phrase a batch prompt, which pattern fits your files, or how to keep a big operation safe. What are you working with?
Free lesson coaching is limited to 3 questions. Upgrade to Pro for unlimited coaching on every lesson.