Getting Started with AI·Lesson 6

Setting Up Claude

Get started with Anthropic's Claude — known for excellent writing and long document analysis.

Course progress6 / 29

Creating Your Claude Account

Go to claude.ai and sign up. Claude's free tier gives you access to Claude 3.5 Sonnet with daily usage limits — generous enough for learning.

Claude's interface is clean and minimal. Like ChatGPT, it's a simple chat interface, but with some unique features.

Claude's Unique Features

Projects — Organize conversations by topic. Add files, instructions, and context that persist across all chats within a project. This is powerful for ongoing work.

Artifacts — When Claude generates code, documents, or structured content, it appears in a side panel you can edit, copy, and iterate on.

200K Context Window — Claude can process roughly 150,000 words in a single conversation. Upload entire books or codebases.

XML Tag Support — Claude responds exceptionally well to prompts structured with XML tags like <instructions>, <context>, <examples>. We'll cover this in depth later.

When to Choose Claude Over ChatGPT

Claude tends to excel at:
- Long document analysis — Upload PDFs, contracts, research papers

- Writing quality — More natural, less "AI-sounding" prose

- Following complex instructions — Particularly with XML-structured prompts

- Code review and explanation — Thorough, well-explained analysis

- Nuanced topics — Tends to handle ambiguity and edge cases thoughtfully

ChatGPT tends to excel at:
- General knowledge — Broader training data

- Image generation — Built-in DALL-E

- Plugins and integrations — Larger ecosystem

- Quick tasks — Slightly faster for simple requests

Practice This

Create a Claude account, start a Project called "AI Learning," and upload this course's content (or any document). Then ask Claude to summarize the key themes and suggest what you should focus on first.

Try this on ChatGPT, Claude, or Gemini

Key Takeaways
  • Claude's Projects feature is ideal for ongoing work with persistent context
  • 200K context window makes Claude the best choice for long documents
  • Claude responds exceptionally well to XML-structured prompts
  • Artifacts provide an interactive editing panel for generated content

Test Yourself

Q1What is Claude's main advantage over ChatGPT for document work?
Its 200K token context window — roughly 150,000 words. This means you can upload and analyze entire books, contracts, or codebases in a single conversation.