The short answer is: use Chat to think through a problem, Cowork to delegate a multi-step knowledge-work outcome, and Code to change and verify a software project. Cowork is not simply a longer chat, and it is not a renamed version of Claude Code. It has a different working model, access boundary, and review process.
If you want to try Cowork safely, start with one reversible task: give it a small folder of non-sensitive copies, request one new output file, prohibit deletion and external actions, and verify every source and change before expanding access.
This guide was checked against Anthropic's current Cowork help pages on August 21, 2026. Cowork is available on paid Pro, Max, Team, and Enterprise plans. It is available in Claude Desktop, on the web, and in the current mobile apps; web and mobile access remain in beta and are rolling out by plan. Interface details and availability can therefore vary.
Choose by the result you need
Start with the deliverable, not the product name.
| Question | Claude Chat | Claude Cowork | Claude Code |
|---|---|---|---|
| Best for | Discussion, explanation, ideation, and short drafts | A finished document, analysis, spreadsheet, research package, or multi-step operation | Code changes, tests, terminal commands, builds, and pull requests |
| Working style | You steer the conversation turn by turn | You describe the outcome; Claude plans and executes a longer task | An agent works with a repository and development tools |
| Typical context | Messages, uploaded files, projects, and connectors | Projects, connected services, permitted files, plugins, browser, or computer access | Repository files, terminal, Git, development environments, and project instructions |
| Main review point | Accuracy and usefulness of the answer | Inputs used, permissions, actions taken, and final artifacts | Diff, commands, tests, repository state, and deployment boundary |
| Common mistake | Trying to complete a long file workflow entirely through chat | Granting broad access before defining a testable result | Using a coding agent for a simple document task |
Use this decision rule:
- If the problem is still unclear and you need to refine the question, start with Chat.
- If the outcome is clear but requires several documents, tools, or steps, use Cowork.
- If the outcome must be implemented and tested in a codebase, use Code.
For example, “What should a quarterly report contain?” is a Chat question. “Build a quarterly report from these files and save it as a new document” is a Cowork task. “Add quarterly-report generation to this application and test it” is a Code task.
What Cowork actually does
Cowork is designed for delegated work rather than a single response. You provide a goal, inputs, constraints, and a definition of done. Claude can then break the work into steps, use the tools and data you permitted, and return completed artifacts for review.
Cowork is a good fit when all three conditions are true:
- The outcome is concrete and verifiable, such as a report, presentation, comparison, organized folder, or updated record.
- The source material lives across several files or connected tools.
- The work has multiple steps that make sense as one delegated task.
Cowork sessions run remotely in a temporary, isolated Anthropic environment, and a session can continue while you move between supported surfaces. Capabilities that reach your computer—such as local files, local connectors, browser use, or computer use—still depend on Claude Desktop being open and on the permissions you granted. A remote session cannot reach your computer while that app is offline. Web and mobile availability can differ during the beta rollout.
If you only need an answer or a short draft, Cowork adds unnecessary setup. If the task requires repository-aware edits, tests, and Git operations, Claude Code gives you the more appropriate review surface.
Start with one safe Cowork task
Do not begin with your entire home directory, mailbox, CRM, financial files, or a task that sends or deletes data. Use recoverable inputs and an output that is easy to inspect.
Step 1: Open Cowork on a supported surface
Open the current Claude web, desktop, or mobile application and select Cowork from the message box. Update the application if the option is missing. In a first Cowork session, /setup-cowork starts Anthropic's guided setup; the Set up Cowork banner starts the same flow. For access to local files, browser use, local connectors, or computer use, keep the latest Claude Desktop application open and connected.
Cowork requires a paid Claude plan. Team and Enterprise access can also be subject to organization controls. If the mode is missing in a managed workspace, check the organization policy before troubleshooting the device.
Step 2: Prepare an isolated workspace
Create a folder such as cowork-first-task and place only these items inside it:
- two or three non-sensitive source documents;
- copies rather than the only versions of important files;
- an optional template showing the expected output structure.
Connect only that folder. If you use a Project instead, make sure its files and instructions are limited to the same task. Add a connector only when the deliverable genuinely requires it, and check whether the connector can read, create, or modify data.
Step 3: Define the output and boundaries
A useful first prompt specifies five things: objective, inputs, output, restrictions, and verification.
Objective: Create [the result that should exist].
Inputs: Use only files in the connected working folder.
Output: Create a new file named [name and format]. Do not modify the source files.
Restrictions: Do not delete files, visit external sites, send messages, or publish anything.
Verification: List every source used, identify missing or conflicting data, and check [two or three criteria].
Show a short plan before acting. If required information is missing, stop and ask a question.
A good test is: “Create a one-page status report from these three notes, save it as status-report.md, preserve the source files, and list contradictions.” The result, scope, and review criteria are all explicit.
Step 4: Review more than the output file
Check four dimensions before assigning another task:
- Scope: Did Cowork use only the folder, project, connectors, and applications you approved?
- Evidence: Can every important statement in the result be traced to a source file or clearly marked as an inference?
- Changes: Are the original files unchanged, and were any unexpected files created?
- Actions: Did the activity include sending, publishing, deleting, purchasing, or accessing another application without an explicit request?
If the test passes, expand one variable at a time: more files, one connector, or permission to update a target document. Avoid combining a broad folder, browser access, computer use, and automatic sending in the same first run.
Troubleshoot in the right order
Cowork cannot see a local file
Check that the file is inside the connected folder, that the correct project or folder is selected, and that Claude Desktop is open when a remote session needs a local resource. Then ask Cowork to list visible filenames without changing them. Do not solve a missing file by granting access to a much broader directory.
A connector can read but cannot write
Connectors inherit the permissions of your account and the restrictions set by an organization administrator. Confirm that your account can modify the target, then check the connector's allowed operations. Reconnecting cannot create a permission your account does not have.
The task starts heading in the wrong direction
Stop the task, reduce the accessible scope, and rewrite the request around an observable end state. “Improve these files” is ambiguous. “Create a new comparison document from these three files, preserve the originals, and list unresolved gaps” is testable.
A feature is missing on web or mobile
Remote Cowork capabilities are rolling out in beta, and some local-resource features require the desktop application even when you start or monitor the session elsewhere. Check Anthropic's current surface comparison and your plan or organization controls before assuming the task is misconfigured.
Treat permissions as part of the task
The risk comes from the combination of data and actions, not from the Cowork label.
- Files: Grant a dedicated folder and keep recoverable copies. Deletion protection is useful, but it does not replace reviewing edits and newly created files.
- Connectors: Separate read access from write access. Do not connect a service “for later.”
- Browser and computer use: These capabilities can reach applications and content outside the isolated execution environment. Computer use interacts directly with your screen and does not have the same sandbox layer as file operations or code execution. Start with non-sensitive applications, approve access deliberately, and monitor the first runs.
- External content: A webpage, email, or document can contain malicious instructions. Stop if the task unexpectedly changes direction or requests broader access.
- Scheduled tasks: Schedule a workflow only after several successful manual runs. Avoid unattended sending, deletion, purchasing, or sensitive-data processing until the controls and review path are proven.
Anthropic recommends starting with trusted inputs, narrow permissions, and close monitoring for consequential tasks. No safeguard eliminates every mistake or prompt-injection risk.
Where BetterToken fits—and where it does not
Claude Chat and Cowork are user-facing Claude features. If you choose Claude Code and need a separate Anthropic-compatible API workflow with your own account, API Key, and Base URL, use the current BetterToken Claude Code guide to configure and verify the first request. This does not enable Chat or Cowork and does not replace a Claude subscription.
The final choice is simple: use Chat when you want to lead a conversation, Cowork when you want to delegate a multi-step knowledge-work result, and Code when you need to change and verify a software project. For a first Cowork run, one reversible folder and one new output file are enough to test the workflow without granting unnecessary access.
Sources
- Get started with Claude Cowork
- Use Claude Cowork on web, desktop, and mobile
- Get started in Claude Cowork in three steps
- Use Claude Cowork safely
Originally published on the BetterToken blog.
BetterToken provides pay-as-you-go access to AI model APIs through
OpenAI-compatible and Anthropic-compatible endpoints — useful if you are wiring
Claude Code, Codex, or your own tooling to a custom base URL.
See the docs to get started.
Top comments (0)