SendLang: A DSL for Email Automation

12 pointsposted 6 hours ago
by ksajadi

11 Comments

hmokiguess

5 hours ago

Get me the inverse, I am so done with cold outreach spamming my inbox. We need less garbage automated low effort crap.

ksajadi

4 hours ago

I agree that a lot of marketeers send spam but that doesn't mean email as a category is just bad and should be blocked. I am all for anything that can make better use of email as yet another tool in our pockets be it marketing or just run off the mill transactional emails we all send from SaaS (password resets and whatnots).

grim_io

5 hours ago

Is this peak AI?

Turning some email sending library, already included in many modern languages, into 2(TWO!) new languages.

ksajadi

4 hours ago

I don't think this is about that. A lot drip campaign and segmentation tools are based on WYSIWYG editors or UI based flow editors, which puts them out of reach of agents. This turns those into agent friendly workflows. The app will send the email however it sends it before: via SES or whatever via your own code.

grim_io

4 hours ago

Maybe I'm really dense, but this is just instructions for agents on how to write code, whatever that code looks like.

What is the difference between asking an agent to write these new two DSL's and asking an agent to create or customize a django template, or whatever?

I know the job market is tough, but devs are not working on the user side of WYSIWYG email editors. They were creating templates before, and they are doing it now, why would they use this?

ksajadi

4 hours ago

These DSLs are not there to replace templates. They are to define email lifecycle: those are different things. Email lifecycle dictates "who" gets an email (ie anyone with a Pro plan) and "when" they get an email (after they upgrade to the Pro plan). Template defines "what" they get (the email content etc). Those are different things.

You can do the "what" part (template) via WYSIWYG or django template or ReactEmail,... Sendlang is the equivalent of your django code but for the lifecycle part.

grim_io

4 hours ago

I don't see how that makes any more sense. This is some gastown polecat slinging I can't understand :D

pitchlatte

4 hours ago

yeah that’s pretty much what i thought as well, this rhymes with the post earlier today about DSLs working well as harnesses. i get the logic but i find it depresssing that even language design is now not just AI aware but including it as a core use case.

alex7o

3 hours ago

Don't we ready have mail sieve

ksajadi

3 hours ago

Sieve is for filtering (mostly dispatch and spam blocks) but admittedly it can be used for contact segmentation as well (similar to SendQL). However it doesn't have any workflow (drips for example) idioms.