- guide/learning-with-ai.md: §12 For Tech Leads & Engineering Managers (onboarding 4 semaines, métriques croissance réelle, mentoring scalable, warning signs équipe, template politique AI) - guide/third-party-tools.md: fiche straude (dashboard social CC, analyse sécu) - examples/claude-md/session-naming.md: template auto-rename sessions - guide/cowork.md: mise à jour contenu et comparaisons - docs/resource-evaluations/: +2 évaluations (eveillard, straude) - README.md + examples/README.md: compteurs templates 175→176 - machine-readable/reference.yaml: nouvelles entrées Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4.2 KiB
4.2 KiB
| title | description | tags | |||
|---|---|---|---|---|---|
| Claude Cowork: Agentic Desktop for Knowledge Work | Summary of Claude's agentic desktop feature for non-technical knowledge workers |
|
Claude Cowork: Agentic Desktop for Knowledge Work
📦 Complete documentation migrated to dedicated repository This file is a summary. For full documentation, see: https://github.com/FlorianBruniaux/claude-cowork-guide
Quick Overview
Cowork is Claude's agentic desktop feature that extends autonomous AI capabilities to non-technical users through the Claude Desktop app. Instead of terminal commands, Cowork accesses local folders and files directly.
Key Facts
| Aspect | Details |
|---|---|
| Status | Research preview (January 2026) |
| Access | Pro ($20/mo) or Max ($100-200/mo) subscription, macOS only |
| Focus | File manipulation, document generation, organization |
| Difference from Code | No code execution—files only |
Three Claude Tools: Which One for You?
Three tools, one subscription ($20/mo Pro). They're complementary, not competing.
| Claude AI | Claude Code | Cowork | |
|---|---|---|---|
| Interface | Web / Mobile | Terminal (CLI) | Desktop app |
| Tagline | You write, think, search | You code at scale | You automate without code |
| Definition | Generalist conversational assistant | Autonomous agent for full codebases | Agentic file workflows for non-devs |
| Primary use cases | Writing, brainstorming, research | Debugging, refactoring, testing | File organization, PDF extraction, cross-app workflows |
| Executes code | No | Yes | No |
| File system access | Upload only | Full | Folder sandbox |
| Setup required | None | npm install -g @anthropic-ai/claude-code | macOS app install |
| Maturity | Production | Production | Research preview |
| Ideal profile | Writer · Consultant · Student | Developer · Engineer · Tech Lead | Ops · Assistant · SMB non-tech |
| Main tradeoff | No system access | Token costs on heavy projects | macOS only, limited config |
→ Full Cowork vs Code comparison
Decision guide
- Writing a doc or doing research? → Claude AI
- Coding: refactoring, debugging, tests? → Claude Code (you're in the right place)
- Organizing files, extracting PDFs, no code? → Cowork
Use Cases
- File Organization — Messy folders → organized structure
- Expense Tracking — Receipts → Excel reports
- Report Synthesis — Multiple docs → unified report
- Meeting Prep — Research → briefing documents
Security Summary
No official security documentation exists yet. Essential practices:
- Dedicated workspace — Never grant access to Documents/Desktop
- Review plans — Check every action before approval
- No credentials — Keep sensitive data out of workspace
- Backup first — Before destructive operations
Documentation
| Resource | Description |
|---|---|
| Complete Documentation | Full Cowork guide hub |
| Getting Started | Setup and first workflow |
| Capabilities | What Cowork can/cannot do |
| Prompt Library | 50+ ready-to-use prompts |
| Cheatsheet | 1-page quick reference |
| FAQ | Common questions |
Back to AI Ecosystem Guide | Ultimate Guide | Main README