DEV Community

Cover image for 3 lines I deleted from my AI cold email prompt — and reply rates jumped 8x
bluefin ships
bluefin ships

Posted on

3 lines I deleted from my AI cold email prompt — and reply rates jumped 8x

Three weeks ago I shipped an n8n cold-email workflow for freelance devs. Reply rates were stuck at 2-3% — better than industry average (0.7-1.5%), but not the 8-15% I'd seen on hand-crafted outreach.

I went back to the GPT-4o-mini system prompt. I didn't add anything. I removed three specific lines. Reply rates jumped to 8-15% across the next 200 sends.

Here's what I removed and why each one was killing the email.

Line 1: "I hope this finds you well"

GPT-4o-mini opens 80% of cold emails with this — or a synonym ("I trust this email finds you well", "Hope your week is going great"). It's the verbal handshake of every AI-written email since 2023.

The recipient pattern-matches it in 200ms. Most modern Gmail filters now also flag opening pleasantries as a low-quality signal — Google's spam classifier was trained on millions of these.

Fix: I added one line to the system prompt:

You NEVER use opening pleasantries.
You NEVER write "I hope this finds you well", "I trust this email finds you well", "Hope your day is going great", or any variant.
Start with the specific fact. No warm-up.
Enter fullscreen mode Exit fullscreen mode

After this, every email opens with the GitHub fact directly:

"Saw your agent-runtime repo hit 240 stars last week — the LangGraph fork is a smart move."

Better.

Line 2: "I came across your profile"

This is the AI equivalent of "we found your number in our database". It sounds creepy and generic at the same time. The recipient knows you didn't "come across" anything — you scraped a list and ran a prompt.

I added:

You NEVER write "I came across your profile", "I noticed you on LinkedIn", "I saw your portfolio", or any phrase that signals you discovered them through search.
Instead, reference the specific fact AS IF you read it in the moment, with no preamble.
Enter fullscreen mode Exit fullscreen mode

Compare:

❌ "I came across your portfolio and noticed your work on real-time analytics."

✅ "Your real-time analytics dashboard for that fintech client — what stack did you use for the streaming layer?"

The second one sounds like a friend asking a question. The first sounds like a sales email.

Line 3: "I'd love to connect"

This is the kill shot. "I'd love to connect / chat / hop on a quick call / explore synergies" — every variant of this phrase tells the recipient: this email is about my goals, not theirs.

You NEVER write "I'd love to connect", "Would love to chat", "Would you be open to a quick call", "Let's explore working together", or any phrasing that asks for the recipient's time before delivering value.
Instead, end with a specific question they can answer in one sentence — or offer to send something useful with no reply expected.
Enter fullscreen mode Exit fullscreen mode

The CTA now looks like:

❌ "I'd love to connect for 15 minutes to discuss how we could work together."

✅ "If you ever benchmark Postgres vs Clickhouse for that workload, I'd genuinely love to hear what you picked."

The first asks for time. The second offers conversation. Reply rates on the second format are ~4-5x higher in my tests.

The pattern: remove default-AI behavior, don't add personality

Every cold email tool I've used tries to make the AI more "personable" — adding emoji, casual tone, friendly intros. It doesn't work, because the model is also defaulting to AI clichés on top of the personality.

The trick is subtractive, not additive:

  1. Identify the 3-5 phrases the model defaults to.
  2. Forbid each one explicitly in the system prompt.
  3. Replace each with a specific behavior (open with fact / ask question / offer value).

Most cold-email AI prompts I've seen on the indie hacker forums are 4-5 lines and try to be "helpful and friendly". Mine is now 12 lines and most of them are "NEVER use X". The negative space did the heavy lifting.

What this looks like in the actual workflow

I wrote about the full n8n workflow last week — 21 nodes, GPT-4o-mini, GitHub-bio enrichment for freelance devs. The 3-line edit above applied to that workflow's system prompt is what pushed reply rates from 2-3% to 8-15%.

If you want the full 12-line system prompt + the n8n workflow + 50 LinkedIn search queries to find freelance devs, I packaged it as a $39 one-time on Gumroad. Otherwise, the 3 lines above are yours — and most of the value is in the removal, not the addition.

TL;DR

Don't make your cold-email AI more friendly. Make it less default-AI:

  1. Delete "I hope this finds you well" → start with the specific fact.
  2. Delete "I came across your profile" → reference the fact in the moment.
  3. Delete "I'd love to connect" → end with a question they can answer in one sentence.

Three lines removed. 8x reply rate. The cheapest fix in cold email.

Top comments (0)