Chapter 1: Claude 101 — Everyday AI for Real Work
You're about to step into a world where AI isn't some distant technology reserved for researchers in labs. Claude is here, available to you right now, ready to help you think smarter, write faster, and solve real problems in your daily work. Whether you're drafting emails, analyzing documents, brainstorming ideas, or hunting for bugs in code, Claude has proven itself as a trusted collaborator for millions of users worldwide.
This chapter is your foundation. We're not diving into advanced techniques yet—instead, we're building your mental model of how Claude works. You'll learn to think like a Claude user: how to give crystal-clear instructions, understand what Claude can and cannot do, and unlock productivity gains that compound over time.
By the end of this chapter, you'll have hands-on experience writing effective prompts, understanding Claude's context window, and knowing exactly when and how to use Claude for your everyday work.
What You'll Build
- A personal "Prompt Template Library" with 5 tested prompts you'll reuse
- A working understanding of Claude's reasoning process
- Your first multi-turn conversation with Claude
- A documented list of real tasks Claude can handle in your workflow
The Foundation: Prompts and Completions
Every interaction with Claude follows the same fundamental pattern: you write a prompt (your input), and Claude generates a completion (its response). This sounds simple, but it's where your power as a Claude user begins.
Think of a prompt like a recipe for Claude. The more specific your instructions, the better the result. Vague prompts produce vague responses. Detailed, clear prompts produce reliable, useful outputs.
Activity 1: Write Your First Prompt
Open Claude at claude.ai or your preferred interface. Try this prompt exactly as written:
You are a professional resume coach. I'm going to paste my resume below.
Read it carefully, then give me three specific, actionable improvements
I can make in the next 24 hours that will increase my chances of getting
interviewed for senior-level tech roles.
Here's my resume:
[Insert a sample resume here]
Notice what happens. Claude doesn't just say "improve your skills." It gives you specific changes: reword this bullet point, quantify these metrics, reorganize this section. Why? Because your prompt told Claude exactly what role you're playing (resume coach), what outcome you want (interview increases), and what constraints matter (24 hours, senior roles).
This is the power of clear instructions. Store this pattern—it's your first reusable template.
Understanding Context Window
Claude's context window is the total amount of text Claude can process at once. Current Claude models offer a context window of 200,000 tokens or more. Think of tokens as roughly 4 characters—so Claude can process about 800,000 characters (or 160,000 words) in a single conversation.
This is massive compared to earlier AI models, but it's not infinite. Understanding it matters because:
- Longer conversations accumulate history that Claude must track
- Pasting huge documents uses up your window
- Once you hit the limit, Claude starts forgetting earlier messages
- Different models have different window sizes
Activity 2: Calculate Your Context Usage
This prompt alone uses about 150 tokens. A typical business email uses 200-400 tokens. A 10-page PDF is roughly 2,000-2,500 tokens. You can have an entire novel conversation with Claude before hitting the window ceiling.
For most users, context window isn't a practical limit—it's a comfort margin. But if you're working with large codebases (20,000+ lines), multiple documents, or very long conversations (50+ messages), you might need to be conscious of it.
Pro Tip: When working with long documents, summarize previous context periodically. Tell Claude: "Let's summarize what we've discussed so far before continuing." This keeps conversations focused and gives you a natural reset point.
Core Claude Features in Action
Claude excels at five core tasks. Master these, and you unlock 80% of Claude's practical value:
Summarization
Claude is exceptional at extracting the signal from noise. Feed it a long article, earnings report, or customer feedback thread, and Claude can condense it to essentials.
Activity 3: Try Summarization
Paste this into Claude:
Please summarize the following article in 2-3 sentences, highlighting
only the key business impact:
[Paste a news article, blog post, or long email here]
Then, create a numbered list of the top 3 actionable items for
a product manager to consider.
Example response pattern: Claude will give you a tight summary, then concrete action items. This structure is useful enough that you'll want to save it as a template.
Writing and Drafting
Claude generates original text that sounds natural. You can use it to draft emails, proposals, social media posts, or creative content.
Activity 4: Draft with Claude
I need to write a professional email declining a job offer from [Company].
I want to:
- Be respectful and warm (I may want to work with them later)
- Keep it brief (2-3 short paragraphs)
- Explain I'm pursuing another opportunity without being specific
Please write the email.
Notice how Claude generates multiple viable drafts if you ask. You then pick the best one, tweak it, and send it. This is much faster than staring at a blank page.
Analysis and Research
Give Claude raw data—customer feedback, code snippets, financial metrics—and Claude helps you make sense of it.
Activity 5: Analyze Customer Feedback
Here's customer feedback from our product survey. Please:
1. Identify the top 3 themes
2. Quantify (roughly how many customers mentioned each?)
3. Suggest a product improvement for each theme
[Paste 5-10 pieces of customer feedback]
Claude won't give you false precision (it can't count if you don't provide exact counts), but it will help you spot patterns and think through implications.
Question Answering
Claude handles factual questions, conceptual explanations, and how-to guides. It's especially good when you ask it to explain something as if you're new to the topic.
Activity 6: Get Personalized Explanations
Explain how machine learning works as if I'm a bright high school student
with no background in math or computer science. Use a real-world analogy
and keep it under 300 words.
This constraint (analogy + audience + word limit) forces Claude to be clear and useful rather than jargony.
Code Assistance
Claude reads, writes, debugs, and explains code. It's fluent in 50+ programming languages and can help at any skill level.
Activity 7: Get Code Help
I have a Python function that's running slowly. Here it is:
[Paste your code]
Please:
1. Identify the bottleneck
2. Explain why it's slow
3. Provide an optimized version with comments
4. Estimate the performance improvement
Claude will give you working code, not pseudo-code. You can copy it and run it immediately.
Prompt Engineering: The Art and Science
You don't need to be a "prompt engineer" to use Claude well. But understanding a few principles will transform your results.
Be Specific About Outcome
Instead of: "Write a blog post about productivity" Try: "Write a 800-word blog post for software engineers about the Pomodoro Technique. Include a case study of how one team boosted output by 30% using it. Use a conversational tone."
Give Claude a Role
Instead of: "Explain blockchain" Try: "You are a blockchain engineer explaining blockchain to a complete beginner. Use only non-technical language and an analogy from everyday life."
Break Complex Requests Into Steps
Instead of: "Write my product roadmap" Try: "I'm building a product roadmap for Q2-Q4. Let's do this in steps:
- First, list my top 5 user priorities based on these interview notes: [...]
- Then, map those priorities to product features
- Finally, create a 3-month roadmap with dependencies"
Provide Examples
Instead of: "Write email subject lines" Try: "Write 5 email subject lines for a product launch. Here's an example of the tone I want:
- Example 1: 'We finally built the feature you asked for'
- Example 2: 'Your workflow just got 10x faster'
Now write 5 more in this conversational, benefit-focused style."
Common Mistakes to Avoid
Mistake 1: Treating Claude Like a Search Engine
Claude is not Google. It doesn't search the internet (unless you're using Claude Web Search). Its built-in knowledge stops at the model's training cutoff date (listed in the docs). If you need current news, stock prices, or today's weather, you need a different tool.
Mistake 2: Asking One Question at a Time
Multiple question prompts are fine, but batching related work saves token usage and context window. Instead of 10 separate prompts, try: "Please answer these 3 related questions about [topic]..." in one prompt.
Mistake 3: Forgetting That Claude Can Be Wrong
Claude hallucinates. It generates confident-sounding but false information, especially about specific names, dates, or technical details. Always verify critical facts independently.
Mistake 4: Not Iterating
Your first Claude output doesn't have to be perfect. Use follow-ups: "Make this more concise," "Add more technical depth," "Rewrite with a different tone." These refinements often take seconds and produce dramatically better results.
Mistake 5: Treating Claude Output As Final
Claude creates rough drafts and starting points, not final products. You must review, edit, and personalize every output. This is especially critical for anything with your name on it.
Multi-Turn Conversations: Where Magic Happens
Claude's strength isn't single prompts—it's conversations. You start with a request, Claude responds, you build on that response, and together you develop ideas.
Activity 8: Build a Multi-Turn Conversation
Turn 1, you ask:
I want to launch a side project selling digital templates for [your niche].
What's a good product-market fit I could attack with just 2-3 templates?
Claude suggests three options. You pick one.
Turn 2, you ask:
Let's go with option 2. Now help me design the customer journey.
What's the path from someone discovering my templates to buying their first one?
Claude outlines the journey. You ask follow-ups.
Turn 3, you ask:
What's the most important metric to track in month 1 to know if this is working?
Each turn compounds on previous thinking.
The chapter continues in the book.