Claude Has a Weird Place in My Workflow
Here is something I did not expect after eight months of using Claude: it has become the tool I use for the work I actually care about, while ChatGPT handles everything else.
Claude is not the most fun AI. It cannot generate images. It has no voice mode. Its web search is mediocre. But when I need to write code that ships, analyze a legal document, or produce writing where accuracy actually matters — I open Claude. Every single time.
I pay for both ChatGPT Plus and Claude Pro. For the work I would be embarrassed to get wrong, Claude is where I go.
The Numbers That Matter
Anthropic is no longer the scrappy underdog. The company is now generating $47 billion in annualized revenue. Its valuation has hit $965 billion — higher than OpenAI’s $852 billion. That is a remarkable shift from just 18 months ago.
Claude has 245 million monthly active users. The paid conversion rate is 13%, which is the highest in the industry. For comparison, Netflix converts about 10% of its user base. Claude users find the product worth paying for.
Where Claude really pulls ahead is revenue per user: $2.76 per user versus ChatGPT’s $1.74. Claude users spend more, which tells you something about who uses it and how much they value it.
Then there is Claude Code. Anthropic’s command-line coding tool alone generates $2.5 billion in annualized revenue. That is a coding assistant, not the main chatbot. It tells you where Claude’s real strength lies.
Anthropic now commands 31.4% of global LLM revenue share, slightly ahead of OpenAI. Two years ago, OpenAI dominated. Today, it is a genuine duopoly.
What $20 Gets You
The Pro plan at $20/month includes:
- Claude Sonnet 5 (fast, handles 90% of daily work)
- Claude Fable 5 (the premium model, limited queries)
- Extended thinking mode with visible reasoning
- 200K token context window
- Projects for organizing work by client or topic
- Artifacts for rendered output (code, diagrams, interactive dashboards)
- File uploads (images, PDFs, documents, code)
- Higher usage limits than the free tier
What you do not get: image generation, voice mode, a code execution sandbox, or a plugin marketplace. Claude is not trying to be everything. It is trying to be the best at thinking — and for the most part, it succeeds.

The Model Experience
Claude Sonnet 5
Sonnet 5 is the model I use 90% of the time. It is fast enough (5-15 seconds per response) and smart enough for most professional work. For coding, document review, email drafts, and analysis, it handles everything I throw at it. It would have been state-of-the-art two years ago. Today, it is the workhorse.
What I notice with Sonnet 5: it rarely rushes. If it is unsure, it tells you. If there are two interpretations, it lays them out. This cautiousness can be annoying when I want a quick answer, but it has saved me from acting on bad information more times than I can count.
Claude Fable 5
Fable 5 is heavier, slower, and more careful. With extended thinking turned on, responses can take 30-90 seconds. I use it for maybe 5% of my queries: contract review, legal analysis, complex debugging, research synthesis. For those tasks, the wait is worth it.
One experience that stuck with me: I fed Fable 5 a 40-page SaaS contract and asked it to flag anything unusual. It caught a non-compete clause buried in an appendix that my actual lawyer had missed on first pass. The lawyer later confirmed the catch. At $20/month, that one query paid for years of subscription.
Extended Thinking
This is Claude’s most important feature. When enabled, Claude shows you its reasoning process — the steps it takes, the alternatives it considers, the assumptions it flags. It takes longer, but you can audit the thinking.
Contrast this with ChatGPT’s o-series reasoning, which hides the thinking behind a “Thinking…” label. You get the answer but cannot see how it got there. For high-stakes work, that is a meaningful difference.
The downside: extended thinking on Fable 5 is slow. If you are used to instant answers, 90 seconds feels like an eternity. It interrupts flow. I toggle it on for important queries and leave it off for routine questions.
Claude Code: A $2.5 Billion Side Business
Claude Code is a command-line tool that gives Claude access to your file system. It can read your codebase, write code, run tests, debug errors, and create pull requests. It works in a loop: make a change, test it, fix what broke, test again.
I have used it for 4 months on real projects. Here is what it handles well:
-
Refactoring: I pointed it at a 3,000-line Python file with no tests and asked it to break it into modules. It traced dependencies, split the file, wrote tests, and every test passed. That took it about 20 minutes. It would have taken me an afternoon.
-
Debugging: It traced a race condition across 6 files that I had been unable to reproduce reliably. It found the root cause by reading the code, not by running it.
-
Pull requests: It generates PR descriptions that are better than what most humans write — full context, testing notes, risk assessment.
Here is what it struggles with:
-
It sometimes gets stuck in loops — making a change, testing, reverting, making the same change again. You need to watch and intervene.
-
It can be too cautious, asking for confirmation on changes that are clearly correct.
-
It requires comfort with the command line. If you do not use a terminal daily, Claude Code is not for you.
At $2.5 billion in annualized revenue, Claude Code is the most successful coding AI product by revenue. It is the reason many developers pay for Claude Pro.
Artifacts and Projects
Artifacts display Claude’s output in a rendered panel. If Claude writes HTML, you see a webpage. If it writes a React component, you see the component. If it creates a diagram, you see the diagram.
I use Artifacts for prototyping UI components and generating data visualizations. It turns Claude from a text generator into a lightweight development environment. For designers and frontend developers, Artifacts alone can justify the subscription.
Projects let you group conversations around a topic with shared files and instructions. I have a project for each client I write for, each with their style guide and past work loaded. Every new conversation in that project starts with full context. It removes the first-5-minutes-of-every-chat friction.
Where Claude Falls Short
Speed
Claude is slow. Not unbearably slow, but noticeably slower than ChatGPT. A query that takes GPT-5.6 3 seconds might take Sonnet 5 about 8 seconds and Fable 5 with extended thinking 45 seconds. If speed matters more than accuracy for your use case, Claude will frustrate you.
Feature Gaps
No image generation. No voice mode. No code execution sandbox. Limited web search. If you want one tool that does everything, Claude is the wrong choice. It is intentionally narrow — deep where it competes, absent where it does not.
Casual Use
Claude has a personality, but it is a serious one. It defaults to a professional, somewhat reserved tone. For creative writing, playful brainstorming, or casual conversation, ChatGPT is more engaging. I have tried prompting Claude to be more creative, and it can be, but you have to work for it.
Regional Restrictions
Claude is not available everywhere. Anthropic’s geographic expansion has been slower than OpenAI’s and Google’s. If you live in a country without official Claude access, you need a VPN and a payment method tied to a supported country. This is a real barrier that Anthropic has not solved.
No Memory Feature
ChatGPT remembers facts about you across conversations. Claude does not — at least not in the same way. The Projects feature provides a workaround, but it requires manual setup. For users who want the AI to just “know” their preferences over time, ChatGPT’s memory is better.
Claude for Enterprise
Anthropic has positioned Claude heavily for enterprise. The Team and Enterprise plans offer data governance controls, admin dashboards, SSO, audit logs, and custom data retention policies. For companies worried about intellectual property exposure, Claude’s enterprise compliance features are ahead of ChatGPT’s.
The constitutional AI approach — training models with explicit safety principles written by humans — appeals to risk-averse organizations. Whether that matters to individual users is debatable. But it has helped Anthropic win government and healthcare contracts.
What I Actually Use Claude For
After 8 months of daily use, here is where Claude earns its spot:
-
Code reviews and debugging. Claude Code handles heavy lifting. The chat interface handles quick questions and architecture discussions.
-
Contract and document review. The 200K context window fits entire contracts. The careful reasoning catches things humans miss.
-
Analytical writing. Research summaries, strategy memos, technical documentation. Claude’s writing is more precise and less prone to cliche than ChatGPT’s.
-
Learning new codebases. Feed Claude a repository and ask questions. It explains architecture, finds patterns, and traces logic across files.
What I Use Other Tools For
-
Email and quick writing goes to ChatGPT. Faster and more natural for short-form content.
-
Image generation goes to DALL-E 4 in ChatGPT. Claude cannot do it.
-
Voice conversations go to ChatGPT Advanced Voice. Claude has no voice mode.
-
Google Workspace tasks go to Gemini. It is built into Gmail, Docs, and Sheets.
-
Current events research goes to Gemini. Claude’s web search is limited.
The Trade-Off With Claude
| Category | Rating |
|---|---|
| Reasoning quality | 5.0/5 |
| Writing quality (analytical) | 5.0/5 |
| Coding | 5.0/5 |
| Feature breadth | 3.0/5 |
| Speed | 3.0/5 |
| Value for money (Pro) | 5.0/5 |
| Ease of use | 4.5/5 |
| Overall | 4.5/5 |
Claude is not for casual users. It is not fun. It does not try to be everything. What it does, it does better than anyone else.
If your work involves code, law, research, finance, or any domain where accuracy has real consequences, Claude Pro at $20/month is an easy decision. The reasoning quality alone justifies the price. Claude Code is a bonus that many developers would pay for separately.
If you mostly need help with emails, social media, and quick questions, ChatGPT is a better fit. But if you want the best thinking partner available, Claude is it.
The $2.76 per user revenue figure tells the story: Claude users pay more because they get more. Anthropic has built the AI for people who cannot afford mistakes.