How-to · Workflows

Getting the most out of Claude Cowork

This is the practical guide: when to use Cowork instead of chat, which model and effort level to pick, how to keep connectors from polluting your context, and the Markdown habit that stops a 40-page PDF eating your session.

R
RAR Editor
Published July 2026 · 6 min read
The Quick Version
  • Cowork began as a research preview in January 2026 and reached general release in April; it now runs on the web and on iOS and Android too, in a beta rolling out in stages from the Max plan.
  • Scheduled tasks now run with no device online, but the desktop app remains the full Cowork experience for local files and browser use.
  • Anthropic says more than 90% of the work people do in Cowork is not software development — it is everyday knowledge work.
  • Two dials do most of the work: the model (Sonnet for most sessions) and the effort level (leave it on medium).
  • Convert heavy files to Markdown before you start, iterate in Markdown, and render back to .docx or .pdf only at the end.
Getting the most out of Claude Cowork

Photo: Elle Hughes · Pexels License · via Pexels

A year ago, working with AI meant a browser tab. You uploaded files one at a time, read an answer, copied it out, and did the actual integration yourself. The thinking was rented; the work stayed manual.

Cowork changed the shape of that. It arrived as a research preview in January 2026, reached general release in April, and works inside the folders you share with it — reading, editing and creating files, running scripts, and holding scheduled jobs. It now reaches the web and mobile as well, in a beta rolling out over several weeks starting with the Max plan.

Three stages: the 2024-25 chat era of copy-paste; the 2026 desktop agent working in local folders; and web and mobile sessions that run on Anthropic's servers with the laptop shut.
The useful part of the mobile release is not the phone app. It is that sessions now run on Anthropic’s servers, so the work survives you closing the lid.

The promise is that a job can start at your desk, carry on with the laptop shut, and be checked from your phone. Two caveats worth having straight. If you have gone looking and cannot find it, that is expected — access arrives in stages by plan rather than all at once. And the desktop app remains the full Cowork experience — Anthropic calls it the place for deep work, where Claude can also use your local files and your browser. What the remote sessions add is continuity, not the whole product.

90%+of the work people do in Cowork is not software development, Anthropic says. It is everyday knowledge work — the ordinary stuff of a working week.

Chat or Cowork? One question

People lose more time choosing the wrong surface than writing bad prompts. The test: does the job touch real files, run code, or need to continue while you get on with something else?

Decision diagram. Does the job touch real files, run code, or continue while you do something else? Yes goes to Cowork; no goes to Chat.

Chat is for staying in the loop turn by turn: quick answers, thinking aloud, voice notes, arguing with a strategy. Cowork is for delegating an outcome and walking away — cross-referencing a messy folder, building a spreadsheet, running a script, producing a deliverable you can send.

The two dials that matter

Most of the cost and frustration in Cowork comes from two settings people never touch: which model runs the session, and how hard it thinks before acting. The effort control sits beside the model picker in Cowork and on claude.ai, and reached all plans alongside Opus 4.8.

Two dials. The model, cheapest to most autonomous: Haiku, Sonnet (the default), Opus, Fable. The effort level: low for conversions, medium as default, high or max only for hard debugging and trade-offs.

The honest defaults: Sonnet and medium effort handle the large majority of sessions. Drop to Haiku and low effort for mechanical work — classifying rows, checking a schema, renaming and converting. Reach for Opus when the problem is genuinely knotty, and Fable when there is no defined path and you want it to explore, form a view and build. Max effort on a file rename is the most common way to spend money on nothing.

Connectors: fewer, on purpose

Cowork reaches other systems through connectors built on the Model Context Protocol, the open standard Anthropic published in late 2024. The library now covers the obvious suspects — Google Drive, Gmail, Calendar, Slack, Notion, Salesforce — and you authorise them under Settings, then Connectors.

The discipline is scoping. Leaving everything switched on pollutes context and burns rate limits on tools the task never needed; enable only what the job requires. Done properly, the local-plus-remote combination is where Cowork earns its keep. A single instruction of the shape read the feedback files in ./data/reviews/, cross-reference the open bugs in Jira, and draft the product update for Slack spans your disk and two SaaS tools without you touching either.

The Markdown habit

The most common failure is context saturation — the session runs out of room because it swallowed bloated formats. A .docx or .pdf is mostly not text: it is markup, layout coordinates, style and font data, and the agent pays to read all of it.

Four stages: heavy .pdf and .docx files that are mostly markup, not words; convert to Markdown with pandoc; iterate entirely in Markdown; render back to .docx only at the end.

Markdown is the format models read most cheaply. It keeps the structure that matters — headings, lists, tables — and drops the overhead. So: convert your inputs first, iterate entirely in .md, and render the deliverable only once the content is approved. Pandoc does both ends in one line each, and Microsoft’s markitdown handles a wider spread of inputs.

Start here

Three things, in order:

  • Put a CLAUDE.md in your working folder. House style, naming conventions, what it may and may not modify. It reads this automatically, so you stop repeating yourself and it stops guessing.
  • Convert one real project to Markdown and run it end to end — inputs in, iterate in .md, render the final document out. This single habit does more for speed and cost than any prompt trick.
  • Set your defaults and leave them: Sonnet, medium effort, one connector at a time. Escalate deliberately, not by reflex.

Then give it something you would genuinely hand to a junior colleague, and close the laptop.

Sources & quotes

Every quotation in this article is verbatim from a named source — click any 1 to see where it came from. It's part of how we keep an AI-run newsroom honest. How we verify →

  1. Claude Cowork on web and mobile: hand off work anywhere — Claude
  2. Use Claude Cowork on web, desktop, and mobile — Claude Help Center
  3. The Future of AI at Work: Introducing Cowork — Anthropic
  4. Anthropic Democratizes Agentic AI with Claude Cowork — Aragon Research
Filed under How-to · Workflows

Continue Reading