I Tried to Build a Freelance CRM With AI in a Day
I tried to set up a freelance CRM with AI in a day. The dedicated tool wasn't the answer, the $0 spreadsheet nearly was, and here's where it broke.
Work
July 7, 2026 · 5 min read
I ran three real work tasks through Claude myself this week: a cold-outreach email, a broken Python function, and a dense report paragraph that needed to become three bullets. All three came back usable on the first try. That's the part of this comparison I can vouch for firsthand.
This is for you if you're picking between ChatGPT, Claude, and Gemini and you're tired of listicles that repeat each other's marketing copy. By the end, you'll know what each one costs this month, where each one wins by task, and which one I'd pick for four common scenarios.
The honest catch: I don't have paid ChatGPT or Gemini accounts open next to Claude, so instead of staging a blind ChatGPT vs Claude vs Gemini test I can't actually run, I checked the same kind of work against verified benchmarks and official pricing pages, dated July 2026.
Claude wins my own hands-on test and edges out the competition on the one benchmark I could verify directly, GPT-5.5 is close enough behind that price and habit should decide, and Gemini 3.1 Pro wins the moment your day already runs on Google Docs, Sheets, and Gmail. For a freelancer paying for one assistant: Claude Pro at $20 a month. For the biggest plugin ecosystem: ChatGPT Plus at $20 a month. For anyone glued to Workspace all day: Google AI Pro at $19.99 a month, the Gemini subscription with a different name on the invoice.
I tested Claude directly and checked ChatGPT and Gemini against verified sources, because a one-person operation doesn't keep three paid AI subscriptions running for one article. The three tasks: a cold-outreach email for a restaurant redesign, a Python function crashing in production, and a dense quarterly-numbers paragraph that needed to become an executive summary. Here's the exact prompt for the code task:
Here's a function that sometimes crashes in production. Find the bug and give me the minimal fix.
def calculate_average(numbers):
total = 0
for n in numbers:
total += n
return total / len(numbers)Claude spotted the real cause immediately: an empty list makes len(numbers) zero, which throws a ZeroDivisionError. The fix was one added line, and it left the rest of the function untouched. The email task came back at 108 words, flagged one specific, checkable flaw (a PDF-only menu that doesn't render on mobile), and needed zero edits to send. The summary task compressed a 61-word paragraph into three bullets and kept every number that mattered: 14% revenue growth, $8.2 million in quarterly revenue, a 22% jump in enterprise renewals, a 6% drop in new SMB customers, and a sales cycle that stretched from 34 to 41 days.
For ChatGPT and Gemini, I leaned on the Artificial Analysis Intelligence Index (fetched directly on July 7, 2026) and each company's own pricing page. That's a different kind of test than running the same prompt three times myself, and it's why the comparison table below separates "what I tested" from "what's benchmark-verified."
ChatGPT is OpenAI's assistant, and Plus subscribers get GPT-5.5 for $20 a month, the same price as Claude Pro. I didn't run my tasks through it this round, so its spot here rests on its verified Intelligence Index score (55, just below the top two Claude variants) and its pricing page, not hands-on testing. What ChatGPT has that the other two don't is a public GPT store and the widest plugin ecosystem of the three, which alone can outweigh a few benchmark points if you already build custom GPTs. Skip it if you want the cheapest way to reach OpenAI's top reasoning tier: that sits behind the $200-a-month Pro plan, ten times the Plus price.
Claude is Anthropic's assistant, and it's the one I put real tasks through myself this week, all three landing correctly on the first try. Claude Pro costs $20 a month billed monthly, or $17 a month paid yearly. On the Intelligence Index I verified directly, the newest Claude variant topped the chart at 60, with the more widely available Opus 4.8 close behind at 56, ahead of GPT-5.5's 55. For that money, it's a straightforward pick for daily writing, coding, or document work. Skip it if your workflow already lives entirely inside Google's apps, since Claude has no native Docs or Gmail integration.
Gemini is Google's assistant, and Google AI Pro gets you Gemini 3.1 Pro for $19.99 a month. I didn't test it hands-on this round either, and its exact Intelligence Index score didn't load for me directly, though it ranks in the same top tier as Claude and GPT-5.5 across other aggregator sites. Where Gemini has a real, verifiable edge is integration: it's built into Gmail, Docs, and Sheets, so it can act on your actual inbox and files without copy-pasting anything. That's worth more than a benchmark point if your day already runs on Workspace. Skip it if you want one assistant that works the same way regardless of which apps you use.
| Tool | Price (verified July 2026) | Intelligence Index | Tested by me this round | Best for |
|---|---|---|---|---|
| Claude (Pro) | $20/mo, $17/mo yearly | 60 (top variant) / 56 (Opus 4.8) | Yes, 3 real tasks | Writing, coding, documents |
| ChatGPT (Plus) | $20/mo | 55 | No, benchmark-verified only | Plugins, custom GPTs, ecosystem |
| Gemini (Google AI Pro) | $19.99/mo | Not directly confirmed; top tier per aggregators | No, benchmark-verified only | Google Docs, Sheets, Gmail workflows |
Pick based on what you already do all day, not the leaderboard. Claude Pro is the one I'd renew for writing and coding, since it's the only one I tested myself. ChatGPT Plus earns its $20 if you build custom GPTs or rely on plugins. Google AI Pro turns Gemini into something that reads your actual Gmail and Docs instead of a chat window you paste into. If writing specifically is the bulk of your work, compare this against the AI writing tools I actually tested one at a time. If budget comes before any of this, start with the AI tools that are genuinely free, not just free until you hit a wall.
Only the Claude half, honestly. I'd love to tell you I ran a blind taste test with all three open in tabs at once, but I'm not going to invent a test I didn't run just to make a punchier headline. What I trust is what I watched happen: three real tasks, zero second attempts, on Claude. The other two get my best verified picture without an account for either, and that's a real difference worth knowing before you pay for anything.
I tried to set up a freelance CRM with AI in a day. The dedicated tool wasn't the answer, the $0 spreadsheet nearly was, and here's where it broke.
I gave Claude my real 12-task to-do list and asked for honest AI daily planning. It deleted four tasks outright and I overruled one of its calls.
I ran a day of errands with an AI browser agent. It nailed the finding half. The buying half is exactly where you keep your hands on the wheel.