Claude
Patient, careful, and great with long documents and codebases.

What Claude is for
Claude is Anthropic's assistant, known for a long context window and a thoughtful, measured tone. It excels when you need to reason over a lot of material at once — a whole spec, a long file, a meeting transcript — and produce careful, well-structured output.
Where ChatGPT is the energetic whiteboard buddy, Claude is the patient senior reviewer who reads everything before responding. Many teams use both, picking by task.
Strengths and trade-offs
- Slightly slower than ChatGPT on short tasks
- Can be over-cautious on edgy or ambiguous requests
- No image generation
- Very long context — paste entire files or specs
- Careful, structured writing and code reviews
- Strong refusals: less likely to confidently make things up
- Great at summarizing and rewriting long docs
A typical session
How a beginner gets value out of Claude on day one.
- 1Step 1Drop in the long thingPaste the whole file or upload the doc.
- 2Step 2Set the role'Act as a senior reviewer' shapes the tone.
- 3Step 3Ask for structureHeadings, bullets, or numbered steps.
- 4Step 4Iterate on sectionsRefine one section at a time.
- 5Step 5ExportCopy the markdown — it's already clean.
Three things to try
Copy any of these prompts and adapt them to your project.
Review a 600-line component
Your component has grown out of control and needs a refactor.
Here's a 600-line React component. Act as a senior reviewer. Identify the top 5 issues, then propose a refactor that splits it into smaller pieces. Don't write the code yet — just the plan.A structured review with named issues, a proposed file split, and a step-by-step plan.
Turn a meeting into a spec
You have a 30-minute transcript and need a one-pager.
Here's a transcript. Produce a one-page product spec with: problem, users, solution, scope (in/out), open questions. Keep it under 400 words.A tight, well-organized one-pager you can paste into Notion.
Write friendly docs
Your README sounds like a robot wrote it.
Rewrite this README to be welcoming to a beginner. Keep all the facts. Add a short 'why this exists' section at the top and a 'first 5 minutes' quickstart.A README that reads like a person wrote it without losing any technical accuracy.
Best for
- Reviewing a long PR or spec
- Drafting careful technical writing or documentation
- Refactoring a single big file
- Summarizing meetings and turning them into action items
Pricing
Free tier with daily message limits. Claude Pro (~$20/mo) gives 5x usage, priority access during peak times, and access to the latest model. Team plans add collaboration.
Pro tips
- Paste the whole file. Claude can handle it and gives better answers with full context.
- Use the 'Projects' feature to keep reusable instructions and files in one place.
- Ask for the plan before the code on big refactors.