Anthropic Learning Hub

Claude 101

5 sections ยท 14 lessons. Read the study guide below, then test yourself with a quiz.

01What is Claude?

Key Term

Constitutional AI โ€” Anthropic's training approach that aligns Claude with human values using a set of guiding principles, making it helpful, harmless, and honest by design.

Claude is an AI assistant by Anthropic, designed as a thinking partner for complex work โ€” not just a question-answering chatbot. Claude is steerable, meaning you can direct its personality, tone, and behavior to match your needs.

  • Writing & content creation โ€” emails, reports, social posts, collaborative drafts
  • Research & analysis โ€” synthesizing documents, surfacing insights, processing large amounts of text
  • Coding โ€” writing, debugging, and explaining code across many programming languages
  • Problem-solving & reasoning โ€” complex cognitive tasks, math, strategic analysis
  • Learning โ€” adapts to your learning style and pace
InterfaceWhere it runsBest for
Claude.aiWeb, desktop, mobile appsGeneral tasks, writing, research, analysis, file creation
Claude CodeTerminal, IDE, browserAgentic coding, codebase navigation, git workflows
Claude in SlackSlack workspaceTeam collaboration, meeting prep, quick in-context answers
Claude for ExcelExcel sidebarSpreadsheet analysis, formula debugging, financial modeling

Note

Claude's context window handles 200K+ tokens (~500 pages of text). On Pro, Max, Team, and Enterprise plans with supported models, this expands to up to 1M tokens.

Key Term

Extended Thinking โ€” a mode on Opus and Sonnet (hybrid models) where Claude reasons step-by-step through complex problems. Increases response time but improves accuracy on hard tasks.

Learning mode is a Claude experience that guides your reasoning process rather than providing direct answers โ€” designed to build critical thinking skills, not replace them.

Key Takeaway

Claude is Anthropic's Constitutional AI assistant โ€” a steerable thinking partner for writing, coding, research, and reasoning โ€” available on web, desktop, and mobile, with all conversations syncing across devices.

02Your First Conversation with Claude

All interactions with Claude begin with a prompt. Treat Claude like a knowledgeable coworker: speak naturally, concisely, and conversationally. The more relevant context you provide, the better the response.

The Prompt Framework

Every strong prompt has three elements. Think of them as stage-setting before asking Claude to act.

  1. Set the stage โ€” your role, objectives, and relevant context Claude should know
  2. Define the task โ€” the specific action you want (write, analyze, build, research, etc.)
  3. Specify rules โ€” style, tone, format, length, and any examples to guide output

Tip

Example: "I'm the marketing lead at an indie streaming startup preparing a Series A pitch deck. Research the independent film streaming market and identify key trends, competitor positioning, and growth opportunities. Use web research with citations and structure it as a 5-page professional report with an executive summary, market analysis, competitive landscape, and growth opportunities."

Adding Context

Uploading files gives Claude immediate context without lengthy explanations. Claude analyzes both text and visual elements (charts, graphics) in uploaded documents.

  • Supported file types: PDF, DOCX, CSV, TXT, HTML, PNG, JPEG
  • Ask Claude to summarize a document's key points
  • Share an image and ask Claude to describe or analyze it
  • Attach a spreadsheet and ask Claude to identify trends
  • Upload code and ask Claude to explain or debug it

Tip

Set permanent preferences at Settings > General > 'What personal preferences should Claude consider?' โ€” these apply to every conversation automatically.

Personalizing Claude

Two built-in features help Claude learn and adapt to you over time, reducing repeated explanations across conversations.

FeatureWhat it doesWhere to manage
MemoryAutomatically saves your role, preferences, and past decisions so you don't repeat yourselfSettings โ€” review, edit, or delete any saved memory; syncs across devices
StylesControls how Claude communicates โ€” preset options (concise, formal, explanatory) or a custom style you describeApplied automatically across all conversations once set

Key Takeaway

A strong prompt sets context, defines the action, and specifies format. Use file uploads for instant context, Memory for persistent personalization, and Styles to lock in your preferred communication style.

03Getting Better Results

Key Term

AI Fluency โ€” the ability to collaborate effectively with AI across different situations, encompassing judgment about when, how, and whether to use AI tools.

ChallengeCauseFix
Response too genericInsufficient context in promptAdd your audience, role, or constraints โ€” be specific about the situation
Response too long or too shortClaude is guessing at appropriate lengthState it explicitly: "under 100 words" or "comprehensive analysis, length isn't a concern"
Wrong formatClaude understood what, not howShow, don't just tell โ€” provide an example or describe the structure explicitly
Confident but incorrect informationClaude can generate plausible but wrong facts (hallucination)Verify facts independently; enable web search; ask Claude to cite sources or state confidence
Wrong toneClaude defaults to professional/helpfulDescribe tone in plain language ("more conversational") and provide a writing example

The 4D Framework for AI Fluency

The 4D Framework, developed by Professors Rick Dakan (Ringling College of Art and Design) and Joseph Feller (University College Cork), identifies four competencies for effective AI collaboration.

  • Delegation โ€” deciding what work belongs to humans vs. AI, and how to distribute tasks strategically
  • Description โ€” communicating clearly with AI: defining outputs, guiding process, specifying behavior
  • Discernment โ€” critically evaluating AI outputs for quality, accuracy, and appropriateness
  • Diligence โ€” using AI responsibly and ethically; maintaining transparency and taking accountability

The prompt framework (stage, task, rules) maps to Description. The troubleshooting techniques above map to Discernment and Diligence.

Evaluating Claude with Evals

Key Term

Evals (evaluations) โ€” systematic tests comparing Claude's outputs to known-good examples, used to build confidence before delegating recurring work.

Your work is unique. Claude might excel at drafting marketing copy but need more guidance for technical documentation in your specific domain. Evals help you find out before committing.

  1. Gather 5โ€“10 examples of a recurring task you've already completed
  2. Write prompts that would reproduce similar outputs (with the context you'd naturally have)
  3. Compare Claude's responses to your known-good examples โ€” check key info, tone, and gaps
  4. Refine prompts, add examples, identify where human review is essential
  5. If Claude matches your results, delegate confidently; if not, keep that task human-owned

Key Takeaway

Fix poor responses by adding specific context, not by rewriting everything. Use the 4D Framework as a mental model, and validate Claude on tasks you already understand before delegating recurring work.

04Claude Desktop App: Chat, Cowork, Code

The Claude desktop app offers three distinct modes โ€” Chat, Cowork, and Code โ€” each optimized for a different type of work. Cowork and Code both run on the Claude Code engine: local to your machine, capable of independent multi-step work, and able to spawn sub-agents.

Chat

Chat works identically to Claude.ai, with additional capabilities unlocked by running natively on your computer.

  • Quick entry โ€” double-tap Option (Mac) to open Claude as a compact overlay over any app
  • Screenshots & window sharing โ€” capture your screen so Claude sees exactly what you see (Mac)
  • Dictation โ€” talk through problems instead of typing (Mac)
  • Desktop connectors โ€” connect local tools and services through the desktop app

Cowork

Key Term

Subagents โ€” background workers Claude spawns to handle parts of a complex task in parallel, then coordinates into a single finished deliverable.

  • Folder access โ€” point Claude to a local folder; it reads, processes, and saves work back there
  • Scheduled tasks โ€” recurring automated work (daily briefings, weekly roundups, inbox triage)
  • Subagents โ€” parallel workers for complex multi-source tasks
  • Dispatch โ€” hand tasks to your desktop Claude from your phone via the mobile app
  • Browser use โ€” Claude navigates websites in Chrome to gather data
  • Computer use โ€” Claude interacts with your desktop apps directly (research preview, Pro/Max, macOS only)
  • Plugins โ€” extend Claude with live data feeds, compliance tools, internal knowledge bases

Note

Cowork is available to Pro, Max, Team, and Enterprise users. Computer use is in research preview on Pro and Max, macOS only (Windows coming soon).

Code

Code runs directly in your project with full access to your file system, terminal, and development tools. Choose Local (a folder on your machine) or Remote (a GitHub repo in a cloud environment where sessions persist even if you close the app).

  • Ask mode โ€” Claude proposes every change and waits for approval; you review a visual diff before anything is modified
  • Code mode โ€” Claude applies file changes automatically but checks before running terminal commands
  • Plan mode โ€” Claude outlines its full approach first; a plan viewer lets you review before work begins
ChatCoworkCode
Optimized forQuick exchanges, brainstorming, draftingComplex/sustained work: research, analysis, finished documentsBuilding software: writing, testing, deploying code
Key featuresQuick entry, dictation, screenshotsFolder access, scheduled tasks, subagents, browser/computer use, pluginsAsk/Code/Plan modes, visual diffs, git integration, local & remote environments
Plan availabilityAll plansPro, Max, Team, EnterprisePro, Max, Team, Enterprise

Key Takeaway

Use Chat for back-and-forth questions, Cowork for multi-step tasks pulling from multiple sources, and Code for software development โ€” all three share the same Claude intelligence but give you different levels of autonomy and reach.

05Projects

Key Term

Projects โ€” self-contained Claude workspaces with their own persistent knowledge base, chat histories, and custom instructions applied to every conversation within that project.

Use projects when you have reference materials you'll use repeatedly, consistent style or format requirements for Claude's responses, or team collaboration needs where multiple people should work from the same foundation.

Creating a Project

Setup takes a few minutes. Project instructions tell Claude how to behave across all conversations โ€” specify tone, expertise level, response style, and context.

  1. Go to claude.ai/projects and click + New Project; give it a descriptive name
  2. Click Instructions and specify tone, expertise level, response style, and context; click Save instructions
  3. Click + in the files menu to upload PDFs, DOCX, CSV, TXT, HTML, or link Google Drive

Tip

Name files descriptively (e.g., Q4-2024-Brand-Guidelines.pdf not document1.pdf). Claude uses filenames to find and retrieve the right information across your knowledge base.

Key Term

RAG (Retrieval Augmented Generation) โ€” when a project's knowledge base exceeds the context window, Claude automatically switches to RAG mode, retrieving only the most relevant content. Expands project capacity by up to 10x with no action required.

Collaboration (Team & Enterprise)

On Team and Enterprise (Claude for Work) plans, projects enable shared workspaces. Share with specific teammates or make a project visible to your entire organization.

Permission LevelWhat they can do
Can viewRead project contents, access knowledge, and chat โ€” no changes allowed
Can editModify instructions, update knowledge, manage members, and contribute to the project
OwnerFull control: share with specific people or make visible to the entire organization

Note

Team members receive email notifications when a project is shared with them and find it in their "Shared with me" tab.

Key Takeaway

Projects eliminate repetitive re-uploading by giving Claude persistent knowledge and instructions per workspace โ€” and on Team/Enterprise, the same knowledge base and instructions are shared across the whole team.

06Artifacts

Key Term

Artifacts โ€” standalone, interactive outputs Claude generates in a dedicated window alongside your conversation, rather than as inline chat text.

Claude automatically creates an artifact when content is substantial (typically 15+ lines), self-contained, likely to be reused, or complex enough to stand on its own. If Claude doesn't create one automatically, say: "Create this as an artifact."

Artifact TypeBest for
Documents (markdown, DOCX, PDF, PPTX, XLSX)Reports, meeting notes, project plans, blog posts โ€” export and continue editing
Code snippetsWorking code in any language (Python, JS, C++, etc.) โ€” copy or download to use directly
HTML pagesLanding pages, forms, interactive demos, quick prototypes โ€” single-file web pages
SVG imagesLogos, icons, illustrations โ€” rendered directly in the artifact window
Mermaid diagramsFlowcharts, sequence diagrams, Gantt charts, org charts
React componentsInteractive UI with real logic โ€” calculators, dashboards, games, data visualizations

Sharing Artifacts

Once created, you have three options for sharing an artifact depending on your audience and plan.

  • Copy or download โ€” available to all users; use buttons in the artifact window
  • Share within your org (Team/Enterprise) โ€” artifact stays internal and requires team authentication to access
  • Publish publicly (Free, Pro, Max) โ€” anyone with the link can view and interact; others can "remix" it into their own Claude conversation

Note

Published artifacts are not indexed by search engines. Only the selected version is public โ€” your chat remains private. You can unpublish at any time.

Tips for Better Artifacts

  • Be specific: describe the end user, required features, and constraints upfront
  • Describe the end user โ€” "This flowchart is for new employees" leads to different results than "for the engineering team"
  • Iterate incrementally โ€” request one change at a time to catch issues early

Key Takeaway

Artifacts turn Claude's outputs into reusable, shareable deliverables โ€” from working React apps to polished Word docs โ€” all generated in a dedicated window you can preview, copy, download, or publish.

07Skills

Key Term

Skills โ€” folders of instructions, scripts, and resources that Claude loads dynamically to execute a specific repeatable workflow consistently, like a methodology encoded as automation.

TypeWho creates themExamplesHow invoked
Anthropic SkillsAnthropicExcel, Word, PowerPoint, PDF file creationAutomatically when relevant โ€” no action needed; available to all paid users
Custom SkillsYou or your orgBrand voice review, quarterly variance analysis, compliance checklistAutomatically when relevant after you upload and enable the skill

Enabling Skills

Skills require Claude's sandboxed computing environment, so Code execution and file creation must be enabled before Skills can function.

Note

Skills are a feature preview for Pro, Max, Team, and Enterprise plans only. For Enterprise, Owners must enable Skills in Admin settings first. For Team plans, this is enabled by default at the org level.

  1. Go to Settings > Capabilities
  2. Toggle on Code execution and file creation
  3. Scroll to the Skills section and toggle individual skills on or off

Creating Custom Skills

The easiest way to create a custom Skill is through conversation โ€” Claude handles the technical file structure for you.

  1. Start a new chat and describe the skill (e.g., "I want a skill for writing quarterly business reviews")
  2. Answer Claude's questions about your workflow, desired outputs, and examples
  3. Upload reference materials if available (templates, style guides, past examples)
  4. Claude generates a structured skill file โ€” save it and it becomes available immediately

Tip

Find and edit your skills in the Customize tab in the left sidebar. Ask Claude to update a skill and it will revise the skill file for you automatically.

Skills vs. Projects

Both features give Claude more context, but they serve opposite roles: Projects store *what* Claude knows; Skills define *how* Claude does a task. They complement each other โ€” a skill can pull information from a project's knowledge base.

ProjectsSkills
PurposeStore knowledge Claude referencesDefine processes Claude executes
Best forLong-term context, reference materials, team collaborationRepeatable workflows, multi-step tasks, consistent methodology
ExampleCustomer hub, research buddy, feedback generatorBrand review process, blog drafting, PDF creation
PersistenceKnowledge available across all chats in the projectInstructions applied automatically when the skill is invoked

Key Takeaway

Skills encode *how* to do a task (process), while Projects store *what* Claude knows (knowledge) โ€” use them together for the most powerful results.

08Connectors

Key Term

Model Context Protocol (MCP) โ€” an open standard ("USB-C for AI") that lets Claude connect to any application through a single consistent interface. Powers all connectors in Claude.

Connectors transform Claude from an assistant into an informed collaborator by giving it access to the same tools, data, and context you use daily. Depending on the connector, Claude can read, search, create, update records, and execute tasks across connected apps.

TypeWhere it runsExamples
Web connectorsclaude.ai (any browser)Gmail, Google Drive, Notion, Slack, Asana, Linear, Stripe, Salesforce, PayPal
Desktop extensionsClaude Desktop app onlyLocal file access, browser control, native app integration (e.g., Figma)

Setting Up a Web Connector

The connector directory at claude.ai/directory lists all available connectors organized by Web and Desktop tabs. Desktop extensions require the Claude Desktop app and are installed at Settings > Extensions.

  1. Go to claude.ai/directory or click + > Connectors in any chat
  2. Select a connector and click Connect
  3. Sign in with your existing credentials for that service
  4. Review and authorize the specific permissions requested
  5. Test with: "Can you access my [tool name]?"

Permissions and Security

Permissions are scoped to what the connector specifically needs. Claude only sees data you already have access to โ€” connecting your work email gives access to your inbox only, not colleagues'.

  • Toggle individual permissions on/off within each application's menu
  • Revoke at any time via Claude's settings or the third-party app's security settings

Warning

Only install custom connectors from trusted sources โ€” review connector contents before use, just as you would with custom Skills.

Key Takeaway

Connectors (powered by MCP) give Claude live access to your tools so it can work with real data instead of pasted summaries โ€” web connectors for cloud apps, desktop extensions for local tools, browsable at claude.ai/directory.

Note

Enterprise Search is available on Team and Enterprise plans only. A workspace Owner must complete initial setup before team members can use it.

Key Term

Enterprise Search โ€” a pre-built organization-wide project that adds an "Ask [Your Org Name]" option to the sidebar, specifically optimized for finding and synthesizing knowledge across your company's connected tools using Anthropic-configured instructions.

Enterprise Search searches across all connected sources โ€” SharePoint, Slack, Gmail, Google Drive, Microsoft Teams, and more โ€” and synthesizes them into a single cited response. Think of it as a pre-built Project for your entire organization, with the knowledge base already loaded.

What You Can Ask

Enterprise Search is most valuable for questions that span multiple sources or require synthesizing information from across your organization.

  • Get up to speed โ€” "What happened yesterday while I was out?" / "Summarize key updates from last week"
  • Policy & process โ€” "What is our remote work policy?" / "How do I submit an expense report?"
  • Research & analysis โ€” "Why do customers choose competitors?" / "Summarize Q4 roadmap discussions"
  • Onboarding โ€” "How does our authentication system work?" / "Who should I talk to about the billing system?"
  • Project tracking โ€” "What were the key decisions from last week's leadership meetings?"

Setup Process

RoleSteps
Admin (Owner)Click "Ask Your Org" in sidebar โ†’ "Set up for your org" โ†’ connect a Documents connector (Google Drive or SharePoint) and a Chat connector (Slack or Teams) โ†’ optionally add Email โ†’ customize the project name โ†’ Finish set up
UserClick the "Ask [Org Name]" project in sidebar โ†’ follow onboarding to authenticate with Slack, Google, Microsoft 365 โ†’ start asking questions

Tip

Enterprise Search only shows data you already have permission to access. Conversations remain private and connected data is not indexed or stored separately.

Key Takeaway

Enterprise Search is a pre-configured org-wide knowledge project โ€” admins connect the data sources once, and every team member can instantly search across Slack, email, docs, and more directly from the sidebar.

10Research Mode

Key Term

Research โ€” an agentic Claude capability that conducts systematic, multi-step investigations by autonomously planning searches, building on findings, and synthesizing results from the web and connected integrations into a comprehensive cited report.

Use when you needโ€ฆTool to use
Comprehensive multi-source reports with citationsResearch
A quick specific fact (stock price, address)Web search
Deep reasoning on a problem without external information (math, code debugging)Extended thinking
Answers from your organization's internal knowledge onlyEnterprise Search

How Research Works

Enabling Research automatically activates Extended Thinking โ€” Claude plans its investigation before searching, then autonomously decides what to search next based on what it finds.

  1. Plan โ€” Extended thinking activates; Claude breaks down the request and identifies investigation angles
  2. Search โ€” Claude runs multiple searches that build on each other, pursuing leads without you directing each step
  3. Synthesize โ€” Claude combines findings from the web and connected integrations (Gmail, Drive, etc.)
  4. Cite โ€” every claim in the report links back to its source for easy verification

Note

Most Research reports complete in 5โ€“15 minutes; complex investigations may take up to 45 minutes. Web search must be enabled for Research to function. Enable Research via the + button at the bottom left of the chat interface.

Writing Effective Research Prompts

Since Research takes 5โ€“45 minutes, a well-crafted prompt pays off. Steer Claude's use of connected integrations explicitly when needed.

  • Be specific about goals: instead of "Tell me about EVs," use "Analyze the EV battery market โ€” key players, technology trends, and supply chain risks for investors"
  • Specify the structure you want: "Compare venue options across: location, meeting space, catering, and pricing"
  • Include constraints: budget, geography, timeline, or audience
  • Steer integration use: say "Pull relevant context from my Google Drive" or turn off web search for internal-only research

Key Takeaway

Research replaces hours of manual multi-tab investigation with a 5โ€“45 minute agentic deep dive โ€” best for market analysis, competitive research, technical documentation, and briefings requiring current, verified, multi-source information.

11Claude Across Roles and Tools

Claude applies across professional roles. The Use Case Gallery at claude.com provides step-by-step guides for each function โ€” browsing it is the fastest way to find prompts tailored to your specific work.

RoleSample use cases
General professionalProject status reports, user feedback analysis, brand guideline skills
SalesBattle card libraries, deal preparation research, sales pipeline reports
MarketingCampaign performance analysis, content repurposing across platforms
FinanceFinancial model building, investment memo drafting, inherited spreadsheet analysis
HRNew hire onboarding guides for specific roles
LegalDiscovery timeline tracking and pattern analysis
ResearchLiterature review planning, statistical verification from raw data

Additional Claude Products

Beyond Claude.ai, Claude's intelligence is embedded in specialized tools designed to meet you where you already work โ€” each tailored to a specific workflow.

ToolWhere it runsBest for
Claude.aiWeb, desktop, mobileGeneral tasks, research, writing, analysis, file creation
Claude CodeTerminal, IDE, browserBuilding features, debugging, navigating unfamiliar codebases, git workflows, automating dev tasks
Claude CoworkDesktop app (+ mobile via Dispatch)Complex multi-step work: research briefs, doc creation, file organization, scheduled recurring tasks
Claude / Claude Code in SlackSlack workspaceDrafting replies, summarizing threads, spinning up Code sessions directly from bug reports
Claude for ExcelExcel sidebarFormula debugging, cross-sheet analysis, model updates, building pivot tables and charts
Claude for PowerPointPowerPoint sidebarFirst-draft decks from outlines, copy tightening, consistent formatting across slides
Claude for ChromeChrome browser sidebarSummarizing web pages, email drafting, browser automation, navigating CRMs and dashboards

Warning

Claude for Chrome is in research preview. Recommended for low-risk tasks on trusted websites only. It asks permission before high-risk actions (purchases, sharing personal data). Financial services and adult content sites are blocked by default.

Key Takeaway

Claude's intelligence runs across Claude.ai, Code, Cowork, Slack, Excel, PowerPoint, and Chrome โ€” pick the surface where the task naturally lives; the same AI capability underlies all of them.

Glossary โ€” Quick Reference

Constitutional AI
Anthropic's training method that aligns Claude with human values using guiding principles, making it helpful, harmless, and honest.
Extended Thinking
A reasoning mode on Opus and Sonnet hybrid models where Claude works step-by-step through hard problems, trading speed for depth.
Learning mode
A Claude experience that guides the user's reasoning process rather than providing direct answers, building critical thinking skills.
Prompt
The message or instruction you send to Claude to start or continue a conversation โ€” the foundation of every Claude interaction.
Memory
A Claude feature that automatically saves key context (role, preferences, past decisions) across conversations so you don't repeat yourself.
Styles
A Claude feature that controls how Claude communicates โ€” preset or custom โ€” applied automatically to every conversation.
AI Fluency
The ability to collaborate effectively with AI across situations, encompassing judgment about when, how, and whether to use AI.
Evals (evaluations)
Systematic tests comparing Claude's outputs to known-good examples, used to build confidence before delegating recurring tasks.
4D Framework
A model for AI fluency with four competencies: Delegation, Description, Discernment, and Diligence. Developed by Professors Dakan and Feller.
Subagents
Background workers Claude spawns in Cowork to handle parts of a complex task in parallel, then coordinates into one deliverable.
Projects
Self-contained Claude workspaces with persistent knowledge bases, custom instructions, and optional shared team access.
RAG (Retrieval Augmented Generation)
A technique Claude uses automatically when a project's knowledge base exceeds the context window, retrieving only the most relevant content โ€” expands capacity by up to 10x.
Artifacts
Standalone interactive outputs (documents, code, HTML, diagrams, React components) generated in a dedicated window alongside the chat.
Skills
Instruction packages (folders of scripts and resources) that Claude loads to execute specific repeatable workflows automatically.
Model Context Protocol (MCP)
An open standard that lets Claude connect to external applications through a universal interface โ€” powers all connectors in Claude.
Connectors
Integrations linking Claude to external tools (web connectors for cloud apps, desktop extensions for local tools), giving it live access to real data.
Enterprise Search
A pre-built org-wide project ("Ask [Org Name]") that searches across all connected company data sources with Anthropic-configured instructions. Team/Enterprise only.
Research
An agentic Claude capability that conducts multi-step investigations across the web and connected integrations, delivering cited reports in 5โ€“45 minutes.
Dispatch
A Cowork feature allowing you to hand tasks to your desktop Claude from the mobile app, using your computer's files, connectors, and desktop apps remotely.
Computer use
A Cowork capability (research preview, Pro/Max, macOS) where Claude navigates your desktop apps directly โ€” clicking, typing, and opening apps โ€” when no connector is available.

Course outline