You: "What are you, exactly? What can I realistically expect from you?" Claude: I'm Claude, an AI assistant made by Anthropic. I'm good at: β Writing, editing, and summarizing text β Coding in most languages β Reasoning through complex problems step by step β Answering questions from my training knowledge (up to a cutoff) I'm not a search engine β I don't browse the web unless you connect me to a tool that allows that. I can also make mistakes, so for high-stakes facts, always verify.
1. Which statement best describes Claude's knowledge limitations?
2. Constitutional AI means Claudeβ¦
β BAD: "write something about coffee" β GOOD: "Write a 150-word Instagram caption for a specialty coffee brand targeting young professionals. Tone: warm, slightly witty. Include a call-to-action to visit our online store. Brand name: BrewCraft." The difference? Specificity. The good version has: β Length (150 words) β Platform (Instagram) β Audience β Tone (warm, witty) β Goal (drive traffic) β Brand name
1. Claude remembers context from earlier in the conversation becauseβ¦
2. Which element does NOT improve a first message to Claude?
C β Context: "I'm a frontend developer building a React SaaS app." C β Command: "Review this component for performance issues." T β Target: "Audience: my senior dev team in a code review." F β Format: "Use bullet points. Severity: Critical / Minor / Suggestion." Combined: "I'm a frontend dev building a React SaaS. Review this component [paste code] for performance issues. Present findings for my senior team using bullet points, labeled Critical / Minor / Suggestion."
Generate product taglines in this style: Example input: "Ergonomic office chair" Example output: "Work longer. Hurt less." Example input: "Noise-cancelling headphones" Example output: "Your world. Your rules. Your silence." Now generate one for: "AI writing assistant for marketers"
1. "Few-shot prompting" meansβ¦
2. When Claude's first output isn't quite right, you shouldβ¦
Need to... Use... βββββββββββββββββββββββββββββββββββββββββββββββββββββ Ask a question / write content β Claude.ai Chat Work with files + complex workflow β Cowork (Desktop) Automate your codebase β Claude Code (CLI) Browse web + research β Claude in Chrome Analyze / generate spreadsheets β Claude in Excel Create slides quickly β Claude in PowerPoint Build integrations + pipelines β API / Claude Code
1. Claude Code (CLI) is best suited forβ¦
2. Which product lets Claude see your screen and work alongside you across apps?
Project: "Content Marketing Assistant" System Instruction: "You are a content strategist for TechNova, a B2B SaaS company targeting mid-size e-commerce businesses. Brand voice: Clear, confident, never jargony. We avoid buzzwords. Preferred format: Short paragraphs, use headers, no more than 800 words per blog post unless specified. Our 3 main product pillars: 1. Inventory Automation 2. AI-Powered Analytics 3. Seamless Integrations Always reference at least one pillar when writing content about us."
1. What is the main advantage of Claude Projects over regular conversations?
2. A Project's "system instruction" isβ¦
"Create a React component for a pricing table with 3 tiers. Put it in an artifact so I can preview it." "Write a 1,000-word blog post about remote work trends. Format it as a proper document with sections." "Build me an HTML landing page for my freelance design portfolio. Make it dark-themed and use modern CSS." "Generate an SVG diagram showing a REST API request cycle."
1. An Artifact is best described asβ¦
2. To update an artifact, you shouldβ¦
User: "Find all emails about the Q4 report and summarize them."
Without tools: Claude can only say "I don't have access to your email."
With Gmail MCP: Claude β calls Gmail MCP β searches inbox β reads threads
β summarizes findings β presents results.
The MCP bridge:
[ Claude ] ββ [ MCP Server ] ββ [ External Service (Gmail, Notion, etc.) ]
You connect MCP servers once in Settings β Connectors.
Claude then decides when to call them based on your request.
Click tools to "connect" them and see what Claude can do with each:
1. What does MCP stand for in the context of Claude?
2. With Gmail MCP connected, Claude canβ¦
"Research the current state of edge AI inference in 2025. Cite your sources. I want a structured report with: 1. Market overview (with numbers) 2. Key players and their approaches 3. Technical challenges remaining 4. 6-month outlook Target length: 600-800 words." "Compare the top 3 no-code app builders available today. Use web search to get current pricing. Present as a comparison table." "Find recent academic papers on transformer attention optimization published in 2024-2025 and summarize the main findings."
1. What does "search grounding" mean in Claude's context?
2. For a high-stakes medical decision, Claude's research output should be used asβ¦
"Review this Python function for performance and security issues. Point out: time complexity, any SQL injection risks, and suggest improvements. Use severity labels."
"Take this rough draft and restructure it to have a stronger hook, cleaner paragraph transitions, and a memorable closing line. Preserve my voice β don't make it sound corporate."
"Here is our monthly retention data [paste data]. Identify the 3 biggest trends, explain possible causes for each, and suggest 2 actionable experiments to test your hypotheses."
"Create a lesson plan for a 60-minute session teaching basic Python loops to high school students with no prior coding experience. Include: learning objectives, activities, a coding exercise, and an exit ticket question."
"Write a 1:1 agenda for a performance check-in with a mid-level engineer who has been struggling with deadlines. Include: 3 open-ended questions, a section to celebrate wins, and a space to co-create an improvement plan."
1. A developer asks Claude to "write Jest unit tests for this module with edge cases." This is an example of Claude being used forβ¦
2. For a manager, one of Claude's most powerful use-cases isβ¦
Summarize the following [CONTENT_TYPE] for [AUDIENCE]. Format: [bullet points / paragraph / TL;DR / executive summary]. Length: [SHORT=3 bullets | MEDIUM=100 words | LONG=300 words]. Focus on: [key decisions / action items / main arguments / data]. [PASTE CONTENT HERE]
Rewrite the following text for [AUDIENCE] in a [TONE] voice. Goals: [improve clarity / fix grammar / make more persuasive / simplify]. Constraints: [keep it under X words / preserve the key message / don't change facts]. Style reference: [example style or "match the existing paragraph structure"]. Original text: [PASTE TEXT HERE]
From the following [DOCUMENT_TYPE], extract all [ENTITY_TYPE]. Entity types to find: [names / dates / prices / action items / requirements / risks]. Output format: [JSON / table / numbered list / structured markdown]. If something is ambiguous, flag it with a β οΈ symbol. [PASTE DOCUMENT HERE]
Generate [NUMBER] [IDEA_TYPE] for [GOAL/CONTEXT]. Target audience: [AUDIENCE]. Constraints: [budget / time / technical / brand constraints]. Style: [realistic / creative / outside-the-box / data-driven]. For each idea, include: [1-line description / why it works / potential challenge]. Avoid: [things to explicitly exclude].
Review the following [LANGUAGE] code. Check for: - [Security vulnerabilities / SQL injection / XSS] - [Performance: time complexity, unnecessary re-renders] - [Code quality: readability, naming, DRY violations] - [Edge cases not handled] Label each finding: π΄ Critical | π‘ Minor | π’ Suggestion At the end, give an overall score out of 10 and a top-3 priority fixes list. ```[LANGUAGE] [PASTE CODE HERE] ```
Compare [OPTION_A] vs [OPTION_B] (vs [OPTION_C]) for [USE_CASE]. Evaluation criteria (weight each if needed): - [Cost / Scalability / Ease of use / Community support / Performance] Output format: markdown comparison table. Then: 1 paragraph recommendation for [my specific context: DESCRIBE IT]. Tone: objective, data-driven, no fluff.
1. In the Extract Pattern, what does flagging ambiguous items with β οΈ achieve?
2. The main benefit of using prompt templates/patterns isβ¦
Apply What You've Learned
4 tasks covering all 10 modules. Each task unlocks after the previous one passes. Progress saved automatically.