log in
consulting hosting industries the daily tools about contact
· 6 min read · Resend

Resend Is What Transactional Email Should Have Always Been

I've sent email through a lot of APIs. Resend is the first one that didn't make me feel like I was wrestling with legacy enterprise software.

I've wired up transactional email through SendGrid, Mailgun, Postmark, SES, and a few others I've tried to forget. They all work, technically. But every one of them has that same energy — like the API was designed by a committee in 2012 and then wrapped in a React dashboard someone built during a hackathon. Resend…

Read the daily →
· 6 min read · OpenAI Whisper

Whisper Transcription: API vs Self-Hosted vs Groq

I benchmarked three ways to run Whisper in production. The latency gap between them is bigger than I expected, and it changes which one you should reach for.

I spent a few days last month wiring up audio transcription for a client — a telehealth platform that records short patient intake calls and needs the transcript available before the provider walks into the room. That constraint turned a simple "call the Whisper API" task into a real benchmark exercise. The numbers…

Read the daily →
· 6 min read · Anthropic Claude API

Claude Prompt Caching: When It Pays and When It Doesn't

Anthropic's prompt caching sounds like free money. It mostly is — but the billing model has a trap that'll catch you if you're not paying attention.

Prompt caching in the Anthropic Claude API looked, at first glance, like a pure win. Cheaper reads, faster responses, same output quality. Then I looked at the write pricing and had to recalculate a few assumptions. It still pays for itself in the right situations — but "the right situations" is doing a lot of work in…

Read the daily →
· 6 min read · SendGrid

SendGrid Domain Auth: What Actually Gets You to the Inbox

SendGrid's domain authentication isn't just a checkbox — get it wrong and your transactional email quietly rots in spam. Here's what I've learned the hard way.

The first time a client called me to say their password reset emails weren't arriving, I assumed it was a SendGrid outage. It wasn't. The emails were sending fine — they were just landing in Gmail's spam folder for every single recipient. The domain authentication was half-done, SPF was misconfigured, and nobody had…

Read the daily →
· 6 min read · Plaid

Plaid Account Verification: Instant Auth vs. Micro-Deposits

I've shipped both Plaid flows for real clients. Here's the honest breakdown of when instant auth bites you and when micro-deposits are actually worth the wait.

Plaid's marketing makes instant auth sound like a no-brainer. Connect your bank in seconds, no waiting, done. And for maybe 60–70% of your users it actually works like that. The other 30% will hit a wall, and if you didn't plan for it, your fallback experience is going to be ugly. I've integrated Plaid's account…

Read the daily →