SpeedRun Ep13 Email Marketing Write an Agent Tales from the Sky Lounge
Episode Summary
A demonstration of using Claude AI to automate email marketing workflow development from a single meeting recording. The host feeds meeting notes into Claude, which then designs a complete email marketing system including segmentation logic, HubSpot integration, Python code, file structures, and sample email sequences—all generated through conversational prompts without traditional coding.
Key Quotes
"Claude generated an entire email marketing system from meeting notes—including Python code, file structures, HubSpot integration, segmentation logic, and sample email sequences—all through conversational prompts without manual coding."
"The system demonstrated 95% time savings versus manual creation, generating professional targeted emails with A/B variant testing and performance predictions in under 30 seconds per sequence."
"The host acknowledges a key trade-off emerging in AI development: 'super lazy AI code' that works quickly versus well-architected systems, questioning whether efficiency or elegance matters more when AI handles implementation."
Transcript
Okay, this one's a cool one. How lazy can you be and then how detailed can we be? So I thought, okay, I want to do something with an email and then a one-liner, two-liner goal of the meeting and then I want to get the recording of the meeting and then just give it to Claude and then see what Claude would do with it.
Okay, so let's see what happened. I basically said, "Here's the meeting notes for my Plaud recorder. You remember it's clocking up stuff via Zapier and then putting in a meeting notes folder on my Google Drive, but I just dropped it in here just to see, make it easier." And I said, "My CMO partner said the goal of meeting is to blah blah blah blah blah blah." Okay. Review the notes from this meeting and help me design.
Claude said, "Okay, I could see you want to do this, this, and this. It's email marketing. It's he's a CMO. Can we design something for people that is going to do something really complex and intelligent and break it, break all their customers down by all kinds of different ways and then pull in a lot of documentation and then have a human in the loop and shove everything up to HubSpot and then maybe talk about Salesforce at some point."
So it wrote me an implementation plan and then it said here's kind of the technical workflow. You can see it kind of breaking it down like a software architect would. And it said here's the automation points. These are basically little mini agents that it's going to contemplate writing. And then here's what you're going to need. And here's the tools, which is awesome. And they definitely mentioned all these things.
And then it said, would you like me to elaborate or prepare the detailed requirements that they're expecting by end of day? And I basically told him in the conference in the meeting note, hey, I'll get you a list of stuff that I need to start experimenting with to see if we can do this for you by the end of the day. So, hey, bravo, Claude. Yes, prepare the detail requirements list. And it said, okay, here you go.
Want to go deeper?
Work With MeRelated Episodes

SpeedRun Ep14 Ask a Blue Shirt Tales from the Sky Lounge
A CTO demonstrates how to rapidly build a vector database search system using AI coding tools like Claude Desktop and Claude Code, contrasting professional implementation with amateur 'script kiddie' approaches. The episode walks through iterating on architecture decisions, generating infrastructure-as-code, and creating a full-stack solution including REST API, WordPress plugin, and MCP server in under two hours.

SpeedRun Ep19 Marketing Plans with Virginie Glaenzer - Tales from the Sky Lounge
Todd and Virginie demonstrate live how to build a complete marketing plan using AI tools like ChatGPT and Claude. They identify lack of clarity as the biggest barrier to AI adoption among executives, design a five-step 'AI Value Blueprint' service offering targeting CMOs, CROs, and COOs in B2B SaaS, and develop persona-specific messaging and automation workflows—all within one hour using conversational AI.

SpeedRun Ep 06 Durable Agent Writing -Tales from the Sky Lounge
A technical exploration of converting Claude Desktop prototypes into production-ready AI agents. The host demonstrates how to extract MCP tool configurations and conversation patterns from Claude Desktop sessions, then transform them into deployable Python code using frameworks like Pydantic and LangGraph, enabling rapid agent development and deployment.