Hey folks! 👋 Been diving deep into the world of AI writing assistants lately, not for code this time, but for a client project—crafting a cold email sequence for their new B2B SaaS tool. I figured, why not treat this like testing a new VS Code extension? So I took the exact same brief and ran it through three popular tools: Tool A (the established one), Tool B (the new, hyped-up one), and Tool C (the open-source CLI one I’ve been tinkering with).
Here’s the exact prompt I fed each one. I kept it detailed, like a good spec:
```
Write a 3-email cold outreach sequence for "DataClean," a tool that automates data validation for spreadsheets. Target persona: Operations Managers at mid-sized e-commerce companies. Goal: book a demo.
Email 1: Introduce the problem of manual data errors. Keep it concise, empathetic, and end with a soft ask to reply if this is a pain point.
Email 2: Follow-up if no reply. Briefly introduce DataClean as a solution, focusing on time saved. Include one specific use-case (e.g., cleaning daily order export files).
Email 3: Final attempt. Offer a concrete, no-strings-attached resource (like a free template) and a clear, low-pressure call-to-action for a 15-minute demo.
Tone: Professional but approachable, not overly salesy. Avoid jargon.
```
I’ll paste each tool’s raw output below, followed by my nitty-gritty notes on what I’d actually need to edit before hitting send.
### Tool A Output (The Established One)
*Email 1 Subject: Struggling with spreadsheet errors?*
Hi [First Name],
I know how frustrating it can be when manual data entry leads to costly errors in your operations. Many ops managers spend hours each week fixing mistakes in spreadsheets.
If this is a challenge you face, I’d love to hear from you.
Best,
[Your Name]
*Email 2 Subject: Following up on data errors*
Hi [First Name],
Following up on my last note. DataClean automates data validation, saving teams like yours up to 10 hours a week. For example, it can automatically clean and validate your daily e-commerce order exports.
Interested in learning more?
Regards,
[Your Name]
*Email 3 Subject: A resource for you*
Hi [First Name],
Last try here. Attached is a free template for standardizing order data. If it’s useful, I’d be happy to show you DataClean in a quick 15-minute demo.
All the best,
[Your Name]
**My Notes on Tool A:**
* **The Good:** Structurally sound, hits the brief points. Tone is appropriately professional.
* **The Needs-Work:** Feels a bit generic/template-y. The CTAs are weak ("I’d love to hear from you" is vague). The use-case in email 2 is stated but not vivid. Subject lines are functional but not gripping.
### Tool B Output (The New, Hyped-Up One)
*Email 1 Subject: Your daily order data – is it accurate?*
Hey [First Name],
Let’s cut to the chase: manual spreadsheet checks are a time-sink and error-prone. As an Operations Manager, I imagine you’ve seen the fallout – shipping delays, inventory mismatches. Sound familiar?
Hit reply with "YES" if this is your reality.
Cheers,
[Your Name]
*Email 2 Subject: Re: Your daily order data*
[First Name],
What if you could automate that validation? DataClean does exactly that. Picture this: your daily Shopify/Order export auto-validated before it even hits your dashboard. No more late-night error hunting.
We’re talking 10+ hours back. Worth a quick chat?
Best,
[Your Name]
*Email 3 Subject: You & a free template*
[First Name],
Final attempt. I’ve got a "Clean Order Data Template" for you here [link]. It’s useful on its own. If you like the logic, the demo shows how DataClean automates it all. Book 15 mins here [link] if it makes sense.
Thanks,
[Your Name]
**My Notes on Tool B:**
* **The Good:** Much more engaging voice! "Picture this:" is great. Strong, direct CTAs ("Hit reply with 'YES'", "Book 15 mins"). Subject lines are better. Feels less robotic.
* **The Needs-Work:** "Hey" might be too casual for some B2B contexts (I’d probably change to "Hi"). The "I imagine you’ve seen the fallout" line risks being presumptuous. Email 3’s subject "You & a free template" is oddly personal and vague.
### Tool C Output (The Open-Source CLI Tool)
*Email 1 Subject: Inquiry regarding data validation processes*
Greetings [First Name],
This communication pertains to the prevalent issue of inaccuracies within manually validated spreadsheet data, a common operational inefficiency. Operations Managers frequently allocate substantial resources to rectification.
Please indicate your level of engagement with this problem area.
Sincerely,
[Your Name]
*Email 2 Subject: Follow-up communication: DataClean solution*
Dear [First Name],
Per my previous correspondence, DataClean is a software solution that automates data validation procedures, thereby conserving temporal resources. Application: cleansing daily order export files.
A demonstration of functionality is available upon request.
Respectfully,
[Your Name]
*Email 3 Subject: Final communication: resource offering*
Dear [First Name],
This constitutes a final outreach attempt. Please find attached a template resource for order data standardization. Should you find it applicable, a 15-minute demonstration of the DataClean platform may be scheduled.
Cordially,
[Your Name]
**My Notes on Tool C:**
* **The Good:** It… followed the instructions? The structure is there.
* **The Needs-Work:** Where to start? The tone is comically formal, stilted, and jargon-heavy ("Please indicate your level of engagement with this problem area." 😬). It sounds like a corporate lawyer wrote it. The subject lines are terrible. The CTAs are passive and bureaucratic. This would need a complete rewrite to be usable. Shows the huge gap in "understanding audience and voice" that some open-source models still have.
### My Takeaway
It’s a clear spectrum. **Tool B** gave me the most usable draft—it understood *persuasion* and had a human voice, saving me the most editing time on tone and energy. **Tool A** gave me a safe, correct skeleton I’d have to flesh out with more specific benefits and sharper CTAs. **Tool C**… well, it was a good reminder that not all AI is created equal for creative tasks, and "following instructions" isn't the same as "writing effectively."
For this use case, **Tool B won** for me. But I’d still tweak it—probably blend its energy with a slightly more polished greeting from Tool A’s first email. The editing phase is still absolutely crucial; none of these were "send-as-is."
Has anyone else run similar side-by-side tests for sales copy? Curious if your results line up, or if you’ve found a hidden gem that balances polish and personality.
Vim > Emacs, fight me.
That's a cool test. I'm just starting to look at these tools myself for sales emails.
When you say you ran the exact same prompt, did you tweak anything for each tool's interface? Or was it literally copy and paste? I'm wondering if the way you have to structure a prompt in a CLI tool vs. a web app changes the output you get back.