Claude Cowork Reference Guide: Complete Cheatsheet, FAQ
By Dorian Laurenceau
š Last reviewed: April 24, 2026. Updated with April 2026 findings and community feedback.
Claude Cowork Reference Guide
Your complete quick-reference for mastering Claude Cowork-Anthropic's agentic desktop assistant for knowledge workers.
Quick Start Cheatsheet
Prerequisites
| Requirement | Details |
|---|---|
| Subscription | Pro ($20/mo) or Max ($100-200/mo) |
| Platform | macOS only (Windows planned, no ETA) |
| App | Claude Desktop (latest version) |
| Enable | Settings ā Features ā Enable Cowork |
Initial Setup
# 1. Create dedicated workspace
mkdir -p ~/Cowork-Workspace/{input,output}
# 2. Enable Cowork in Claude Desktop ā Settings ā Features
# 3. Grant folder access when prompted (ONLY ~/Cowork-Workspace)
Essential Prompt Pattern
Every Cowork request should follow this structure:
Task: [clear single objective]
Input: ~/Cowork-Workspace/input/
Output: ~/Cowork-Workspace/output/[filename.ext]
Format: [specific format requirements]
Model Selection
| Model | Best For | Speed |
|---|---|---|
| Sonnet | Daily tasks (emails, file organization) | Fast ā” |
| Opus | Complex analysis, multi-document synthesis | Slower š¢ |
Rule of thumb: Start with Sonnet. Switch to Opus only if results lack depth.
A useful mental model borrowed from veterans on r/ClaudeAI: reference sheets for AI tools age faster than almost any other technical documentation, because the underlying product ships a change every few weeks. Treat any "capability matrix" ā including this one ā as a snapshot, not a spec. The only durable reference is the combination of the official model documentation and your own benchmarks against the tasks you care about.
Where the community correctly pushes back: don't choose a tier based on a marketing deck. Practitioners on r/ExperiencedDevs consistently report that the "right" model depends less on raw capability and more on latency tolerance, context length, and how much you value deterministic behavior. Sonnet wins most daily workflows on cost-per-task; Opus earns its premium on long reasoning chains and multi-document synthesis. The difference shows up in the 10% of tasks where it matters, not in the 90% where either would work.
The pragmatic operating rule: pick a model, use it for a month, then compare against the tier below and above on a handful of representative tasks. If you can't measure the difference, you're overpaying. Anthropic's pricing page is transparent about the gap ā the community-published benchmarks on lmarena.ai and livebench.ai show where the gap actually matters.
Capabilities Matrix
What Cowork CAN Do
| Capability | Examples |
|---|---|
| Read/Write Files | Any file in granted folders |
| Create Office Docs | Word (.docx), Excel (.xlsx), PowerPoint (.pptx) |
| Generate PDFs | From any content |
| Extract Data (OCR) | Receipts, screenshots, scanned documents |
| Organize Folders | Rename, move, categorize files |
| Web Research | Via Chrome integration |
| Create Data Files | CSV, JSON, Markdown, HTML |
What Cowork CANNOT Do
| Limitation | Alternative |
|---|---|
| Execute code or scripts | Use Claude Code |
| Make API calls | Use Claude Code |
| Access cloud storage | Download files locally first |
| Process audio/video | Use specialized tools |
| Decrypt encrypted files | Decrypt manually first |
| Run on Windows/Linux | Use Claude Code |
Claude Products Comparison
When to Use Each Product
| If You Need... | Use This |
|---|---|
| Software development | Claude Code |
| File organization (no coding) | Cowork |
| Document creation (Word, Excel) | Cowork |
| Data extraction from images | Cowork |
| Running tests or scripts | Claude Code |
| Quick Q&A about files | Projects |
| Mobile access | Projects (web) |
Usage Limits & Tokens
Quota System
| Tier | Intensive Use | Reset Interval |
|---|---|---|
| Pro | ~1-1.5 hours | Every 5 hours |
| Max | 5x-20x more | Every 5 hours |
Token Budget by Task Type
| Task Type | Typical Tokens | Pro Sessions/Reset |
|---|---|---|
| Simple Q&A | 5K-10K | Many |
| File inventory | 20K-30K | 6-8 |
| Small file org (10-20 files) | 30K-50K | 3-5 |
| Large file org (50+ files) | 80K-150K | 1-2 |
| Multi-doc synthesis | 50K-100K | 2-3 |
| OCR batch (10+ receipts) | 60K-100K | 2-3 |
Context Limits
| Content Type | Approximate Capacity |
|---|---|
| Text pages | 150-500 pages |
| Documents | 50-100 docs |
| Images (OCR) | 50-100 images |
Hit the limit? Break tasks into smaller batches.
Output Formats
| Format | Extension | Capabilities |
|---|---|---|
| Word | .docx | Headers, tables, formatting, styles |
| Excel | .xlsx | Formulas, multiple sheets, charts |
| PowerPoint | .pptx | Slides, basic formatting |
| Generated from any content | ||
| Text | .txt, .md | Plain text, Markdown |
| Data | .csv, .json | Structured data export |
| Web | .html | Basic web pages |
Regional Excel Settings
| Region | Formula Syntax | Example |
|---|---|---|
| US/UK | Comma separator | =SUM(A1,A2) |
| EU | Semicolon separator | =SUM(A1;A2) |
Always specify in your prompt: "Use European/US formula syntax"
Security Best Practices
Critical Rules (š“)
| Rule | Why |
|---|---|
| Use dedicated workspace only | Limits potential damage |
| Never grant access to ~/Documents or ~/Desktop | Too broad, too risky |
| No credentials in workspace | Cowork can read everything |
| Verify file sources | Prompt injection risk |
High Priority Rules (š )
| Rule | Why |
|---|---|
| Review every execution plan | Catch mistakes before they happen |
| Backup before destructive operations | No undo button |
| Manage Chrome permissions carefully | Browser access is powerful |
Dangerous Patterns to Avoid
ā "Process all files in ~/"
ā "You have access to Documents"
ā "Here's my password file"
ā "Delete all duplicates" (without backup)
ā Skip plan review
Common Issues & Quick Fixes
| Issue | Solution |
|---|---|
| Can't see Cowork option | Update Claude Desktop + restart |
| Permission denied | System Preferences ā Privacy ā re-grant folder access |
| Task stops mid-way | Break into smaller batches |
| Excel formulas show as text | Specify regional syntax in prompt |
| Chrome not working | Grant Accessibility permission |
| VPN conflicts | Disconnect VPN or use split tunneling |
| Computer sleep interrupts | Disable sleep during long tasks |
VPN Warning
VPN software creates routing conflicts with Cowork's internal VM. This is the #1 reported issue.
Error message: Failed to start Claude's workspace ā VM connection timeout after 60 seconds
Solutions:
- āDisconnect VPN completely before using Cowork
- āUse split tunneling to exclude Claude Desktop
- āBatch Cowork tasks when VPN is off
Frequently Asked Questions
Getting Started
Capabilities
Security
Troubleshooting
Glossary
A
| Term | Definition |
|---|---|
| Agentic | AI systems that autonomously plan and execute multi-step tasks with minimal human intervention |
| Approval Gate | Checkpoint where Cowork shows planned actions and waits for confirmation |
| Artifact | A file created by Claude during a session (document, spreadsheet, etc.) |
C
| Term | Definition |
|---|---|
| Claude Code | Anthropic's CLI tool for developers with full shell access |
| Claude Desktop | The macOS application that hosts Cowork |
| Context Limit | Maximum text/data Claude can process (~200K tokens) |
| Context Window | The "memory" space holding your conversation and file contents |
| Cowork | Claude's agentic desktop feature for knowledge workers |
E-F
| Term | Definition |
|---|---|
| Execution Plan | Detailed list of actions Cowork proposes before execution |
| Extended Thinking | Claude's step-by-step reasoning capability |
| Folder Sandbox | Restricted area where Cowork operates (only granted folders) |
K-O
| Term | Definition |
|---|---|
| Knowledge Worker | Non-technical professionals working with information (PMs, analysts, writers) |
| Max Tier | Highest subscription ($100-200/mo) with 5x-20x usage |
| OCR | Optical Character Recognition-extracting text from images |
| Orchestrator | Main Cowork agent that creates plans and coordinates sub-agents |
P-S
| Term | Definition |
|---|---|
| Pro Tier | Standard subscription ($20/mo) with basic Cowork access |
| Prompt Injection | Security attack via malicious instructions hidden in files |
| Projects | Claude's web conversation interface with document upload |
| Research Preview | Early-access features not production-ready (expect bugs) |
| Sub-Agent | Specialized workers spawned for specific task parts |
T-W
| Term | Definition |
|---|---|
| Token | Text measurement unit (~4 characters or 0.75 words) |
| Workflow | Repeatable action sequence: input ā process ā output |
| Workspace | Dedicated folder structure for Cowork (~/Cowork-Workspace/) |
Workflow Cycle
Request ā Analysis ā Plan ā ā ļø REVIEW ā Approve ā Execute ā Verify
ā
READ THIS CAREFULLY
Always review the execution plan before approving. This is your last chance to catch mistakes.
Quick Links
| Resource | Description |
|---|---|
| Complete Cowork Guide | Full tutorial and walkthrough |
| Cowork vs Claude Code | Detailed comparison |
| 10 Use Cases | Practical examples with prompts |
| Pricing Guide | Cost breakdown and limits |
| For Non-Developers | Interactive beginner guide |
Summary
| If You Are... | Use |
|---|---|
| A developer needing code execution | Claude Code |
| A knowledge worker (non-technical) | Cowork |
| Just chatting/analyzing documents | Projects |
| On a budget | Projects |
| On Windows/Linux | Claude Code or Projects |
| Need file creation (Word, Excel) | Cowork |
| Need batch file processing | Cowork |
Module 0 ā Prompting Fundamentals
Build your first effective prompts from scratch with hands-on exercises.
Dorian Laurenceau
Full-Stack Developer & Learning DesignerFull-stack web developer and learning designer. I spent 4 years as a freelance full-stack developer and 4 years teaching React, JavaScript, HTML/CSS and WordPress to adult learners. Today I design learning paths in web development and AI, grounded in learning science. I founded learn-prompting.fr to make AI practical and accessible, and built the Bluff app to gamify political transparency.
Weekly AI Insights
Tools, techniques & news ā curated for AI practitioners. Free, no spam.
Free, no spam. Unsubscribe anytime.
āRelated Articles
FAQ
What is Claude Cowork?+
Cowork is Claude's agentic desktop feature that lets you manipulate local files, create documents, and organize your workspace-without writing code. It runs in the Claude Desktop app on macOS.
How much does Cowork cost?+
Cowork requires a Pro ($20/month) or Max ($100-200/month) subscription. Pro is suitable for light use (~1-1.5 hours intensive work per 5-hour reset), while Max provides 5x-20x more capacity.
Does Cowork work on Windows or Linux?+
Not yet (as of February 2026). Windows is on Anthropic's roadmap but has no ETA. Linux has no official announcement. Use Claude Code for cross-platform needs.
What's the difference between Cowork and Claude Code?+
Claude Code is a terminal/CLI tool for developers with full shell access and code execution. Cowork is a desktop app for knowledge workers that manipulates files without executing code.
Can Cowork browse the web?+
Yes, through Chrome integration. Cowork can search, read pages, and extract information. It cannot fill forms or make purchases for security reasons.