The Claude Bible
Home / Claude.ai in depth
Level: Intermediate · 9 lessons

Claude.ai in depth

The web and mobile assistant: projects, artifacts, styles, the app family, and the account and privacy questions a team has to settle before rolling it out.

Open the interactive course311 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

Move a paid seat into a Team plan without losing anything

A company usually starts with one person paying for an individual plan, then decides to roll Claude out to the whole team. At that point a natural fear appears: will creating a Team plan wipe out the account that already exists, with its conversations, its projects, its memory? It will not, but the actual mechanics have a right order and a wrong order, and getting it backwards costs both money and content.

Creating an organization (a Team plan) from an existing individual paid account does not destroy that personal account. The two coexist afterwards, and an account selector lets the same person switch between their personal space and the organization's space. The team owner can keep a personal subscription running alongside the new organization without conflict.

The part that trips people up is what happens to a teammate who already has their own paid plan. Migrating that person's individual account INTO the organization is a one-way move: it transfers their conversations, projects, files and memory into the organization's space, and it automatically cancels their individual subscription as part of the same operation. That automatic cancellation only fires in that exact order.

One more thing worth checking before a rollout: a premium or upgraded individual tier is not automatically equivalent to a standard team seat. If someone was on a high-usage individual plan, dropping them onto a standard team seat can be a real capability regression, not just an administrative formality. Open the actual billing screen and confirm exactly what each seat includes, and while you are there, confirm whether the organization owner's own seat is itself counted and billed as one of the paid seats. Assuming a stated headcount matches the billed headcount is an easy way to be off by one on the invoice.

Key points
  • Creating an organization from an individual paid account does not destroy that account: the two coexist, switched between with an account selector
  • Migrating a teammate's individual paid account into the organization transfers conversations, projects, files and memory, and automatically cancels their individual subscription
  • Cancel first, join after is the wrong order: it loses the automatic content transfer
  • A premium individual tier and a standard team seat are not equivalent capability: check the billing screen, including whether the owner's own seat is billed

What breaks first when you arrive from ChatGPT

Anyone who trains a group of new users coming from a different AI assistant sees the same handful of complaints show up, in roughly the same order, every single time. Knowing that order in advance turns a training session from a series of surprises into a session where you answer the question before it is even asked.

The first thing a new user tries, almost every time, is asking for a photo or an illustration. Claude has no native image generation. It is genuinely good at diagrams, charts and vector visuals built from structured instructions, and it can be connected to a third-party image generator through a connector (a plugin-like bridge to an outside service), but it does not produce photos or illustrations itself out of the box. This is reliably the first disappointment in a demo.

The second friction point is memory, and it is subtler because it looks like a bug rather than a design choice. Memory here is two separate systems with no bridge between them: an ongoing rolling synthesis of a person's regular, general conversations on one side, and memory that is scoped to a specific project workspace on the other. A user who expects one continuous memory across everything will conclude "it forgot" the moment they are simply looking in the wrong of the two places.

The third friction point is files, and it produces about half of all early "this doesn't work" reports combined with the memory confusion above. A spreadsheet with live formulas needs the code execution capability (Claude actually running code to compute the result) to be processed correctly; without it, formulas are not evaluated. A Word-format document, meanwhile, is read as plain text only: no bold, no headings, no layout awareness, just the words.

Finally, a straight vocabulary translation saves a lot of confused questions from someone used to a competing assistant's terms:

Key points
  • No native image generation: diagrams, charts and vector visuals yes, photos and illustrations no, unless a third-party generator is wired in through a connector
  • Memory is two separate systems with no bridge: a rolling synthesis of ordinary conversations, and memory scoped to a project workspace
  • Spreadsheets with formulas need code execution; a Word file is read as plain text with no formatting awareness
  • Vocabulary map: custom GPT maps to a project workspace, canvas maps to an artifact, plugin maps to a skill plus a connector

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.

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

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: 311 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