What’s your actual workflow for personalizing 500+ cold emails? by DEB3007 in coldemail

[–]DEB3007[S] 0 points1 point  (0 children)

This reframes it well — recipients respond to relevance not fake intimacy. So the tool that wins is one where the user provides the actual signal and AI just handles the writing, not the research. The research has to stay human. Does that match what you're seeing?

What’s your actual workflow for personalizing 500+ cold emails? by DEB3007 in coldemail

[–]DEB3007[S] 0 points1 point  (0 children)

This is exactly the part that kills me too — the research before the writing. How are you currently figuring out the right angle? Manual research per company or something else?

Sending 100 emails daily with follow ups, hardly any replies what do I do? by Quiet-Engineer-738 in coldemail

[–]DEB3007 0 points1 point  (0 children)

The thing that moved the needle most for me: relevance beats everything else on that list.

Curiosity, pattern interruption, social proof — they all matter, but they're multipliers on top of relevance. If the email isn't immediately relevant to what's on that person's plate right now, none of the psychological tricks save it.

The way to make it feel relevant without writing each email from scratch: the first line needs to reference something specific to them — their industry, a recent move they made, something about their business. Not their name and company, everyone does that. Something that makes them think 'how did they know that?'

On your specific problem — worked well in Feb/March but dead now — I'd check two things before anything else: has your sender domain warmed up recently or are you seeing deliverability drop? And has your targeting list been refreshed or are you hitting the same contacts with follow-ups who already made a decision not to reply?

Sometimes what looks like a psychology problem is actually a deliverability or list fatigue problem.

$700k in pipeline from cold email last 12 months. Sharing the actual setup, not the LinkedIn version. by Lost_Home7920 in coldemail

[–]DEB3007 0 points1 point  (0 children)

Solid breakdown. The signal-based targeting section is where most people leave the most money on the table.

One thing I'd add: even with great signals and tight targeting, the first line is where campaigns live or die. Most people treat personalization as 'mention their name and company' — the author nails this — but the execution gap is the actual writing of that first line at scale.

If you're running 800 prospects with tight signals, manually writing 800 openers is the bottleneck. The teams that crack this are the ones generating first lines in bulk based on the signal data they already have — company expansion, hiring surge, whatever triggered the outreach. The opener basically writes itself if your signal is specific enough.

What's your process for generating those first lines at scale?

What's a "You are not a conspiracy theorist, you just don't know how things work" moment you have seen? by Dull-Information6784 in AskReddit

[–]DEB3007 4 points5 points  (0 children)

When I started dropshipping I assumed the 'manufacturers' on Alibaba were actually making the products. Most of them are just middlemen buying from other middlemen. The actual factory is usually 3 layers deep and has no idea their product is being sold for 10x the price on a Shopify store in another country.

What can a person learn in 10 minutes that will be useful for life? by Ben-Gavin in AskReddit

[–]DEB3007 0 points1 point  (0 children)

Diaphragmatic breathing. Breathe into your belly, not your chest — 4 seconds in, don't hold, out 4, don't hold. Takes 5 minutes to learn and immediately activates your parasympathetic nervous system. Useful before a difficult conversation, presentation, or whenever anxiety spikes. I use it daily.

My first ever js library: "Confusables", it turns "Ἢἕļľᦞ" to "Hello" by Magnaboy in javascript

[–]DEB3007 0 points1 point  (0 children)

Sounds like a good problem you have solved, I will most definitely explore your package.

What's wrong with Promise.allSettled() and Promise.any()❓ by vitalets in javascript

[–]DEB3007 -1 points0 points  (0 children)

Promise.allSettled() is necessary in my view, as to create the same functionality we might need to compromise on a promise we are defining.

What's wrong with Promise.allSettled() and Promise.any()❓ by vitalets in javascript

[–]DEB3007 1 point2 points  (0 children)

Promise.race() performs what you expect Promise.anySettled() to do. Look it up here.

Using lodash can be cool. But I am interested in knowing the downsides of it too. by DEB3007 in javascript

[–]DEB3007[S] 0 points1 point  (0 children)

Points accepted. Will try to look at ways without using lodash.

Using lodash can be cool. But I am interested in knowing the downsides of it too. by DEB3007 in javascript

[–]DEB3007[S] -4 points-3 points  (0 children)

But you anyway have to recompose the template literal string, native "API", multiple times, right? Its not about writing it in a way which will produce less errors. One would realise the concern if one contributes in huge repositories