The Claude Bible
Home / Claude.ai and Cowork
Level: Intermediate · 13 lessons

Claude.ai and Cowork

Advanced chat (Projects, artifacts) and Cowork, the agentic coworker on your machine.

Open the interactive course237 lessons, quizzes, exercises, a final exam with a diploma, 3 languages, free.

Mastering Claude.ai: Projects and artifacts

Beyond plain chat, Claude.ai has two tools beginners often miss.

Projects: a space that holds a persistent context (custom instructions + knowledge documents) reused across all the project's conversations. Instead of re-pasting your brief every time, you put it once in the project. It is the consumer equivalent of a CLAUDE.md.

Artifacts: when Claude produces a self-contained deliverable (a document, a piece of code, an HTML page, a table), it opens it in a separate panel, editable and versioned, next to the conversation. You can iterate on it without drowning the chat.

Good habits:

Key points
  • Projects = persistent context (instructions + docs) reused everywhere
  • Artifacts = editable, versioned deliverables in a dedicated panel
  • Put the recurring stuff in the Project, not in each message

Claude Cowork: the digital coworker

Cowork is Anthropic's agentic mode in the desktop app, generally available since April 2026. You give Claude access to specific folders on your machine and instructions in plain language; it reads, edits, creates and organizes files, plans and executes multi-step tasks, in the background.

Built on the same foundations as Claude Code, but designed for non-technical knowledge workers. Typical examples:

The key difference from chat: Cowork acts on your file system, it does not just answer. It is the same shift as chat to Claude Code, but for office files rather than code.

Key points
  • Cowork = desktop agent that acts on your files (read/edit/create/organize)
  • Same foundations as Claude Code, non-technical audience
  • You describe the goal; it plans and executes the steps alone

Connectors, Scheduled Tasks, Computer Use, RBAC

The Cowork/Claude ecosystem gained several building blocks in 2026:

The cross-cutting idea: Claude does not stay in its dialog box. Connectors, scheduled tasks and computer use give it hands in your real environment.

Key points
  • Connectors = MCP bridges to your external services
  • Scheduled Tasks = fixed-time automation (watch, reports, consolidation)
  • Computer Use = drive a GUI without an API; RBAC = who can do what in enterprise

Projects in depth

A Project in Claude.ai is a persistent workspace that holds three things together: a set of uploaded files (called project knowledge), a block of custom instructions, and the full history of every conversation you start inside it. Unlike a plain chat, which forgets everything the moment you close it, a Project keeps its context alive indefinitely, so every new chat you open inside the Project already "knows" your documents and rules.

Project knowledge is the library Claude reads before answering. You upload files (PDFs, text files, spreadsheets, code) or paste raw text directly. Claude indexes that content and can quote, summarise, or reason over it in any conversation inside the Project. Good candidates for project knowledge include:

Custom instructions are a standing system prompt (a set of rules injected before every conversation) that you write once and never repeat again. Use them to set the tone ("always reply in British English"), define Claude's role ("you are a senior copywriter for a B2B SaaS company"), or enforce constraints ("never recommend competitors"). Instructions in a Project override the global custom instructions you may have set in your account settings, so you can have different personas for different Projects.

Because knowledge and instructions persist, Projects are the right tool whenever you have a recurring workflow: a weekly report, a client account, a research topic, or a product you support. Opening a new chat inside an existing Project costs you nothing in setup time, and Claude picks up exactly where the shared knowledge left off.

Key points
  • Project knowledge is a persistent file library Claude reads in every conversation inside the Project
  • Custom instructions act as a standing system prompt, set once, applied automatically
  • New chats inside a Project inherit all knowledge and instructions without any copy-paste
  • Projects suit recurring workflows where the same context is needed repeatedly

Custom instructions and styles

Both Claude.ai (the chat interface) and Claude Cowork (the desktop file agent) let you define custom instructions: a block of text Claude reads silently before every conversation. Think of it as a permanent briefing you write once, so you never have to repeat yourself.

In Claude.ai, open your profile and find Custom Instructions. You can tell Claude your role, preferred language register, output format, and things to avoid. In Claude Cowork, the equivalent lives in the project settings panel under Project Instructions. Both support plain prose and bullet lists.

Good custom instructions cover four areas:

Once saved, every new chat inherits these rules automatically. You can override them for a single session by simply telling Claude in that conversation, but the saved instructions stay unchanged for next time.

Key points
  • Custom instructions apply to every new conversation automatically.
  • Cover role, tone, format, and hard constraints.
  • Claude.ai uses profile-level instructions; Cowork uses project-level instructions.
  • You can override instructions for one session without losing the saved version.

Artifacts you can share

When you ask Claude.ai to produce a document, a block of code, or a small interactive app, the result appears in a dedicated panel called an artifact. The artifact sits beside the conversation rather than inside it, so you can read, copy, or interact with it without losing track of the chat.

Three kinds of artifact exist. A document artifact holds formatted text such as a report, a contract draft, or a how-to guide. A code artifact shows syntax-highlighted source code you can copy in one click. A mini-app artifact (also called a rendered artifact) runs live HTML, CSS, and JavaScript directly in the browser, letting you see a working calculator, a quiz, or a chart without leaving the page.

Every artifact comes with a Share button. Clicking it produces a public link anyone can open, even without a Claude account. The recipient sees the artifact in a clean viewer and can interact with mini-apps as if they built it themselves. You can also remix a shared artifact: open the link, click Remix, and Claude starts a new chat pre-loaded with that artifact ready to edit.

Key points
  • Artifact: output panel beside the chat for documents, code, or live apps.
  • Mini-app artifacts run HTML and JavaScript live in the browser.
  • The Share button creates a public link that works without a Claude account.
  • Remix loads a shared artifact into a new chat so anyone can modify it.

Cowork: acting on your files

Claude Cowork is the desktop agent that can read, edit, create, and organize files that actually live on your computer. Unlike Claude.ai (the chat interface in your browser), Cowork has direct access to your local file system, which means you can ask it to work inside a folder full of documents without copying and pasting anything.

When you open Cowork and point it at a folder, Claude reads the files you share with it and can take file actions: rewriting a paragraph, renaming files, creating a new document from a template, or moving items into subfolders. Every action is shown to you before it is applied, so you stay in control.

Common things Cowork handles well:

Cowork is not a code editor and not a terminal (that is Claude Code, the command-line tool for developers). Cowork is built for everyday file work: writing, editing, and organizing content on your machine.

Key points
  • Cowork is the desktop file agent, not the browser chat
  • It reads and edits local files you explicitly share with it
  • Actions are previewed before being applied
  • Best for writing, editing, summarizing, and organizing documents

Cowork: planning multi-step tasks

Claude Cowork (the desktop file agent) does not just answer a single question. When you give it a complex goal, it first builds a plan: an ordered list of steps it intends to take before touching anything on your computer. You can read the plan and approve it before execution begins.

Each step in the plan is a discrete action, such as reading a file, creating a folder, writing new content, or running a search. Cowork chains these actions one after another, checking its own output at each stage before moving to the next. This loop is called an agentic sequence (a series of decisions made autonomously by the model).

Two safety mechanisms protect you during a long sequence:

If a step fails (a file is missing, a permission is denied), Cowork reports the error, explains what it tried, and either suggests a fix or asks you how to proceed. It does not silently skip steps.

Key points
  • Cowork shows you its plan before acting
  • Each step is a single discrete action in an agentic sequence
  • Confirmation gates pause execution before irreversible changes
  • A failed step surfaces an error rather than being skipped silently

Connectors: Gmail, Drive, Calendar

A connector is an authorized link between Claude and an external service such as Gmail, Google Drive, or Google Calendar. Once wired up, Claude can read and act on real data from those services inside the same conversation, without you copying and pasting anything.

You set connectors up inside Claude.ai under Settings, then Integrations. Each connector asks you to sign in with the relevant account and grant specific permissions. Claude only uses those permissions when you explicitly ask it to in a conversation. Nothing is accessed in the background.

Here is what each connector unlocks:

Connectors work through OAuth (Open Authorization), the standard protocol that lets you grant access without giving Claude your password. You can revoke a connector at any time from the same Settings page, and Claude instantly loses access to that service.

Key points
  • Connector: an authorized link between Claude and an external service
  • OAuth grants access without sharing your password
  • Connectors are read-on-demand, not background surveillance
  • Revoke access instantly from Claude.ai Settings

Computer Use, done safely

Computer Use is a Claude capability that lets the model control a real computer: it can move the mouse, click buttons, type text, read the screen, and execute programs, all on its own. Instead of just answering questions, Claude becomes an agent (an AI that takes actions) that drives software the way a human would.

That power comes with real risks. Because Claude can run arbitrary commands and browse the web, a malicious website or a crafted file could trick it into doing something harmful. This class of attack is called prompt injection: hidden instructions in external content hijack the agent mid-task. Other risks include accidental data deletion, unintended purchases, or leaking credentials if the agent has access to a logged-in browser session.

The recommended defense is sandboxing: running Computer Use inside an isolated environment so that any damage is contained. Common sandbox options include:

Computer Use is accessed through the Anthropic API (the programming interface), not through Claude.ai chat. You pass special computer-use tools in your API request: computer, text_editor, and bash. Claude then returns tool-call actions which your code executes and feeds back as screenshots. The best current model for Computer Use is claude-opus-4-8, which has the strongest reasoning for multi-step GUI tasks.

Key points
  • Computer Use lets Claude control a real computer as an agent
  • Prompt injection is the main attack vector: hidden instructions in external content
  • Always run Computer Use inside a sandbox (Docker, VM, or cloud desktop)
  • Access is via the API using the computer, text_editor, and bash tools

Claude on mobile and by voice

The Claude.ai mobile app (iOS and Android) brings the full conversational model to your phone. You can type, paste text, share images from your camera roll, and upload documents. The interface adapts to small screens, so long responses are paginated and easy to scroll.

Voice input lets you dictate your prompt using your phone's built-in microphone, then read Claude's reply on screen. This is not a true voice-to-voice assistant: Claude receives your transcribed text and returns written text. It shines for hands-free drafting, quick questions while commuting, or when typing is inconvenient.

Mobile Claude is best for tasks that fit in a single exchange or a short back-and-forth. It is not designed for long coding sessions or file-heavy workflows. Those belong in Claude Code (the CLI and IDE agent) or Claude Cowork (the desktop file agent). On mobile, stick to writing, brainstorming, summarizing, translating, and light research.

Key points
  • Claude mobile app supports voice dictation, images, and documents
  • Voice input is speech-to-text only: Claude replies in writing
  • Mobile is ideal for short tasks; coding workflows stay on desktop
  • Projects you create on Claude.ai are accessible on mobile

Cowork everywhere: web, mobile, remote

Until recently, Cowork (Anthropic's mode where Claude works semi-independently on multi-step tasks inside a persistent workspace) only ran on the desktop app. On July 7, 2026, Anthropic expanded Cowork to the web (claude.ai in a browser) and to mobile, with native apps for both iOS (Apple's phone and tablet operating system) and Android (Google's mobile operating system). This expansion is in beta (an early, still-being-tested release), and it started with subscribers on the Max plan (Anthropic's higher-tier paid subscription). The rollout is staged over several weeks, so if you are on Max and do not see Cowork on your phone yet as of this writing, it is likely still reaching your account.

The bigger structural change is what Anthropic calls a remote session. In a normal (local) Cowork session, work happens tied to the device you started it on. In a remote session, the actual work runs on Anthropic's own servers instead of your laptop or phone, and both the session history and any files it produces are saved directly to your Claude account rather than to a local disk. The practical effect: a scheduled task (a Cowork job you set up to run later, on its own) can execute with no device online at all. You could set a task running Thursday night, close your laptop, leave your phone in another room, and the work still completes because it never depended on your hardware being awake in the first place.

Remote sessions also break the old assumption that a task lives on one machine. As of July 2026, a task can start on one device and be picked up on another: you might kick off a research task from your desktop at your desk, then check its progress and add follow-up instructions from your phone on the train, then pull up the finished output on a tablet at home. The session and its files travel with your account, not with a device.

Alongside this, chat and Cowork now share a single unified home on both web and desktop. Previously these felt like two separate surfaces; now your projects (organized workspaces with their own instructions and files) and your artifacts (documents, code, or other outputs Claude generates in a dedicated pane) live together across both chat and Cowork. You are not switching contexts to move between a quick question and a longer autonomous task.

Anthropic also published usage data worth knowing if you assumed Cowork was mainly a coding tool: more than 90% of Cowork usage is not software development. The majority is research, document creation, planning, and operations work, the kind of multi-step task a project manager, analyst, or operations lead runs, not just engineers. If you have avoided Cowork because you are not a developer, that assumption does not match how it is actually being used.

Two more concrete, dated details worth logging. First, as a launch promotion for the web and mobile expansion, Anthropic is running doubled Cowork usage limits through August 5, 2026; treat this as temporary and check current limits after that date rather than assuming they persist. Second, on June 12, 2026, Anthropic shipped in-place draft editing: you can highlight text inside a draft Claude produced and ask for a change to just that selection, without leaving the app or starting a new message thread.

The practical framing: use a local session when the task is short, needs your immediate attention, or depends on files and context only your current device has. Use a remote session when the task is long-running, should survive you closing your laptop, or needs to be picked up later from a different device. For a non-developer, the change that matters most is not the servers underneath, it is that Cowork on your phone now means real work keeps moving in the background of your day, not just in front of a code editor.

Key points
  • Cowork expanded from desktop-only to web and mobile (iOS, Android) on July 7, 2026, in beta, starting with Max plan subscribers, rolling out over several weeks
  • Remote sessions run on Anthropic's servers and save to your Claude account, so scheduled tasks can run with no device online, and a task can start on one device and be picked up on another
  • Chat and Cowork share one unified home on web and desktop, with projects and artifacts living together across both
  • Over 90% of Cowork usage is not software development, and doubled usage limits run as a promotion through August 5, 2026

The growing Claude app family

Between late June and early July 2026, Anthropic shipped a wave of new surfaces for Claude, meaning new places and ways you can reach the same underlying model. The lesson here is not to memorize a product catalog, but to understand a simple idea: the model is the same brain everywhere. What changes from surface to surface is the job it is wired to do and the tools it can reach. Picking the right surface for the right job is now part of using Claude well.

On June 23, 2026, Anthropic launched Claude Tag in beta for Team and Enterprise plans. It lets Claude join Slack as a shared team member: instead of a bot you message privately, Claude becomes a presence you can tag (mention with @) directly into a channel, the same way you would tag a colleague. Once tagged, Claude can be delegated a multi-stage task, meaning a piece of work with several sequential steps, and it works through that task visibly inside the channel where the rest of the team can follow along.

On June 30, 2026, two things shipped on the same day. First, Claude Science, a dedicated AI workbench app built specifically for researchers, entered beta on macOS and Linux for Pro, Max, Team, and Enterprise plans. A "workbench app" here means a standalone application tailored to a workflow (in this case scientific research) rather than a general chat window. Second, Claude Desktop for Linux shipped as an official beta, supporting Ubuntu 22.04 and later plus Debian 12 and later, on both x86_64 (standard Intel/AMD 64-bit processors) and arm64 (the 64-bit ARM architecture used in many newer laptops and servers) processor types.

Claude in Chrome, the browser extension for consumers, is in beta on all paid plans and integrates with Cowork (Anthropic's collaborative workspace) as a research layer, meaning Claude can browse and gather information from the web to feed into Cowork sessions. Separately, the developer-facing side of this integration matured further: the Claude Code integration inside Chrome became generally available (GA, meaning fully released and stable rather than beta) in version v2.1.198 on July 1, 2026.

On the coding side, Claude Code Artifacts entered beta on June 18, 2026 for Team and Enterprise plans. This lets a coding session running in Claude Code publish a live, self-contained interactive HTML page to a private URL hosted on claude.ai, so a working prototype or tool built during a session can be shared with a link instead of a code export.

Finally, on July 7, 2026, the Microsoft 365 connector (the integration that lets Claude interact with Outlook, Calendar, OneDrive, and SharePoint) gained write tools. Before this date it was read-only, meaning Claude could look at your email, calendar, and files but not change anything. Now it can draft and send email, manage calendar events, and create or update files in OneDrive and SharePoint, which turns it from an information source into an active assistant that can take action on your behalf inside Microsoft's ecosystem.

Taken together, these releases show a pattern: Anthropic is not building separate AI products, it is building more doors into the same Claude. A Slack mention, a Chrome tab, a Linux desktop app, a research workbench, a live HTML artifact, and a Microsoft 365 write action are six different doors into one brain. The skill for an intermediate user is learning which door fits which task.

Update, July 11, 2026: on July 9, 2026 Claude.ai gained a well-being pair: Reflect (Settings, then Reflect), a monthly recap of your topics, activity patterns and work insights built from your memory, and Time and focus, optional break reminders and quiet hours. Both shipped in beta on the Free, Pro and Max plans, web and desktop.

Key points
  • Claude Tag (June 23, 2026, beta, Team/Enterprise) brings Claude into Slack as a taggable teammate for multi-stage tasks.
  • Claude Science and Claude Desktop for Linux both launched June 30, 2026, expanding Claude to researchers and Linux users.
  • Claude Code integration in Chrome went GA in v2.1.198 on July 1, 2026; Claude Code Artifacts (beta since June 18, 2026) publish live HTML to a private URL.
  • The Microsoft 365 connector moved from read-only to full write access (email, calendar, OneDrive, SharePoint) on July 7, 2026.
Work with me

Need this level of execution on your project?

I am Pierre Bottazzi. I built this entire course solo, end to end: 237 lessons in 3 languages, the app, the design, the SEO, the accounts system. That is what I do for clients too: web apps, mobile apps, AI automation, SEO/GEO. First call is free, no strings attached.

Contact me on LinkedInSee sept-tools.com (industry)See totemsauvage.com (art gallery)
Inspiration

Inspired by 0xloucash

One of my inspirations. Loucash (0xloucash) has a gift for always digging up the sharpest AI tips and tricks, then turning them into setups that actually work. With InstallClaw he configures your own OpenClaw AI agent, at your place, in 48 hours.

His InstagramInstallClaw