claude-code-ultimate-guide/guide/cowork.md
Florian BRUNIAUX 09eb141976 docs: v3.9.6 - Trust Calibration, Vibe Coding Trap, reference.yaml sync
Added:
- ultimate-guide.md: Trust Calibration section (1.7) with research-backed verification strategies
- ultimate-guide.md: Infrastructure as Code Skills (Anton Babenko's terraform-skill)
- learning-with-ai.md: "The Vibe Coding Trap" anti-pattern (Karpathy, Feb 2025)
- learning-with-ai.md: "Reality of AI Productivity" section with research
- learning-with-ai.md: External resource link to leerob.com/ai (AI fundamentals)
- IDEAS.md: "Vibe Coding Discourse" watching entry

Changed:
- reference.yaml: Complete line number synchronization (~55 entries)
  Guide grew from ~9900 to 11154 lines; all deep_dive references updated
- Version bump: 3.9.5 → 3.9.6

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 08:36:35 +01:00

73 lines
2.5 KiB
Markdown

# Claude Cowork: Agentic Desktop for Knowledge Work
> **Note**: This page is a summary. For comprehensive documentation, see the **[Complete Cowork Documentation](../cowork/README.md)**.
---
## 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 |
---
## Quick Comparison
| Aspect | Claude Code | Cowork | Projects |
|--------|-------------|--------|----------|
| **User** | Developers | Knowledge workers | Everyone |
| **Interface** | Terminal | Desktop app | Web chat |
| **Execute code** | Yes | No | No |
| **File access** | Full | Folder sandbox | Upload only |
| **Maturity** | Production | Research preview | Production |
→ [Full Comparison](../cowork/reference/comparison.md)
---
## Use Cases
- **File Organization** — Messy folders → organized structure
- **Expense Tracking** — Receipts → Excel reports
- **Report Synthesis** — Multiple docs → unified report
- **Meeting Prep** — Research → briefing documents
→ [Detailed Workflows](../cowork/workflows/)
---
## Security Summary
No official security documentation exists yet. Essential practices:
1. **Dedicated workspace** — Never grant access to Documents/Desktop
2. **Review plans** — Check every action before approval
3. **No credentials** — Keep sensitive data out of workspace
4. **Backup first** — Before destructive operations
→ [Complete Security Guide](../cowork/guide/03-security.md)
---
## Documentation
| Resource | Description |
|----------|-------------|
| **[Complete Documentation](../cowork/README.md)** | Full Cowork guide hub |
| **[Getting Started](../cowork/guide/01-getting-started.md)** | Setup and first workflow |
| **[Capabilities](../cowork/guide/02-capabilities.md)** | What Cowork can/cannot do |
| **[Prompt Library](../cowork/prompts/)** | 50+ ready-to-use prompts |
| **[Cheatsheet](../cowork/reference/cheatsheet.md)** | 1-page quick reference |
| **[FAQ](../cowork/reference/faq.md)** | Common questions |
---
*Back to [AI Ecosystem Guide](./ai-ecosystem.md) | [Ultimate Guide](./ultimate-guide.md) | [Main README](../README.md)*