What is Claude Cowork?
Claude Cowork is Anthropic’s AI assistant for non-developers that can read, edit, and create actual files on your computer.
Unlike chatbots that only produce text, Cowork creates:
- Real Excel spreadsheets with working formulas
- PowerPoint presentations ready to present
- Word documents with proper formatting
Key Capabilities
File Operations
Cowork understands file contents, not just names:
Organize my Downloads folder by project
Cowork reads each file to understand what it contains, then sorts accordingly.
Document Creation
Create a quarterly report from this data
Cowork generates a real .xlsx or .docx file—not text you have to copy-paste.
Research Synthesis
Read all the articles in /research and identify common themes
Cowork reads multiple sources simultaneously and connects insights across them.
Browser Automation
Cowork can control Chrome for:
- Competitive research
- Data extraction from websites
- Form filling
The Mental Shift
Treat Cowork as an AI employee, not a chatbot.
Instead of back-and-forth dialogue, you describe outcomes and step away:
# Old way (chatbot)
"What's in this file?"
"Can you summarize it?"
"Now put that in a doc"
"Actually format it differently"
# New way (Cowork)
"Read these 5 files and create a summary document with key insights"
It feels more like leaving instructions for a coworker than having a conversation.
The “Done” Framework
Before delegating to Cowork, answer three questions:
1. What does “done” look like?
Be specific about the output:
# Vague
Organize these files
# Specific
Create folders for each client, move files into matching folders,
and create an index.md listing what's in each folder
2. What context does Cowork need?
Include relevant preferences:
Use my naming convention: YYYY-MM-DD_ClientName_Type
Files before 2024 go in an "Archive" folder
3. What constraints matter?
Set safety guardrails:
Don't delete any files—move duplicates to a "Review" folder instead
Only process files from the last 30 days
Requirements
| Requirement | Details |
|---|---|
| Platform | macOS only (Windows coming soon) |
| Subscription | Claude Pro ($20/month) |
| Access | Via Claude Desktop app |
Setting Up Cowork
Step 1: Install Claude Desktop
Download from claude.ai/desktop.
Step 2: Enable file access
When prompted, allow Claude to access your files.
Step 3: Start a conversation
Open Claude Desktop and describe what you want to accomplish.
Practical Examples
Organize downloads
Go through my Downloads folder:
- Move images to Pictures
- Move documents to Documents/Inbox
- Move code files to Projects/Incoming
- Create a list of anything you couldn't categorize
Create a presentation
Read @meeting-notes.md and create a PowerPoint presentation with:
- Executive summary slide
- 3-5 key findings
- Recommendations
- Next steps
Use a clean, professional template
Research synthesis
Read all PDFs in /Research/Market-Analysis and create a report:
- What are the common findings?
- Where do sources disagree?
- What gaps exist in the research?
Save as market-synthesis.docx
Batch document processing
For each contract in /Contracts:
- Extract key dates and save to dates.csv
- Identify any unusual clauses
- Flag anything expiring in the next 90 days
Recommended Workflow
Batch related tasks
Instead of giving sequential instructions, group related work:
# Less efficient
"Read this file"
"Now summarize it"
"Create a doc from that"
"Add a table of contents"
# More efficient
"Read report.pdf, create a summary document with a table of contents,
key findings section, and recommendations. Save as summary.docx"
Batching:
- Saves API usage
- Produces better results (more context)
- Requires less supervision
Tips for Success
Be explicit about file types
Save as an Excel file (.xlsx), not CSV
Specify locations
Save to Desktop/Reports, not the current folder
Request confirmation for destructive actions
Before deleting any files, show me the list and wait for approval
Use “dry run” mode
First, show me what you would do without actually doing it
What Cowork Can’t Do
- Access files you haven’t given it permission for
- Work offline
- Run arbitrary code or programs
- Access paid/authenticated websites
Common Patterns
File inventory
List all files in this folder, their types, sizes, and last modified dates.
Identify any duplicates.
Format conversion
Convert all .docx files in this folder to PDF
Data extraction
Extract all email addresses from the documents in /Contacts
Template application
Apply the formatting from template.docx to each file in /Reports
Cowork vs. Claude Code
| Claude Code | Claude Cowork |
|---|---|
| Terminal-based | Desktop app |
| For developers | For everyone |
| Builds software | Manages files & docs |
| Mac, Windows, Linux | Mac only (for now) |
Use Claude Code for building apps. Use Cowork for everyday file tasks.
Resources
Ready to try Cowork? Download Claude Desktop and start with a simple file organization task.