May 1, 2026 | Read online
**I Set Up an AI Agent to Draft My Weekly Newsletter. Here's the Prompt.**
---
Hey,
Issue #007. Let's get into it.
---
⚙️ **AI TOOL OF THE WEEK: The Newsletter Draft Agent**
This newsletter ships every Thursday. I spend under 20 minutes writing it. Here's the exact setup.
Most people try to use ChatGPT for content and get slop. The output isn't bad because the model is bad — it's bad because the prompt is bad. The model needs three things: context, constraints, and a voice to match. Give it those and the output changes completely.
**The system prompt (use this verbatim):**
```
You are the writer for Deploy or Die, a weekly newsletter for engineers
who want to build more, ship faster, and make money with their tech skills.
The tone is direct and blunt. No fluff. No motivational language.
Treat the reader like a senior engineer peer.
Every issue has four sections: AI Tool of the Week, Money Move,
Crypto Signal, and three links worth reading. Each section is tight —
two to four short paragraphs max. No listicles. No em dashes.
No corporate speak.
```
**The draft prompt (run this each week):**
```
Write issue #[X] of Deploy or Die. Topic: [topic].
For the AI Tool section, cover [specific tool or concept].
Include a real code example if relevant.
For the Money Move, connect the tool to a productized service
or income stream an engineer could build.
For the Crypto Signal, pull in any relevant on-chain or market context.
Keep it tight. Ship it.
```
**The workflow:**
- Monday: Pick topic (10 min)
- Tuesday: Run draft prompt → AI writes full issue → edit pass (15 min)
- Wednesday: Draft sits
- Thursday: Sends
Under an hour of writing work per week. The AI does the first draft. I do the editorial pass.
**What the agent actually does:** It's not autocomplete. It applies voice constraints, generates correct structure every time, and makes the tool → money connection that would otherwise require real thinking. The 15-minute edit is light because the bones are already right.
**Where this goes next:** Wire the draft prompt into a cron job. Pull live on-chain data (EP006 script). Auto-fetch trending GitHub repos. Now the agent reads current signals and writes the newsletter. You review and ship.
Full prompts on GitHub: github.com/mttaylor/deployordiecontent
---
💰 **MONEY MOVE: Sell the content system, not the content**
The system prompt above took about an hour to write and refine. It now produces consistently on-brand output every week.
That's a productizable asset. "I'll set up your AI newsletter drafting system" is a one-day engagement. Charge $750–1,500. Deliver: a tested system prompt tuned to their voice, a draft prompt template, and a documented workflow.
The buyer gets weeks back. You deliver a system you've already built.
---
⛓️ **CRYPTO/WEB3 SIGNAL**
AI content agents running on-chain event triggers are an emerging pattern. Wire a newsletter agent to a smart contract event — when governance passes, when a significant transfer happens, when TVL crosses a threshold — and the agent drafts a briefing automatically. Chainlink Functions and Alchemy webhooks both support this. Worth watching as tooling matures.
---
🔗 **3 LINKS WORTH YOUR TIME**
[EP007 prompts on GitHub](https://github.com/mttaylor/deployordiecontent) — system prompt + draft prompt, ready to use
[Anthropic Prompt Library](https://docs.anthropic.com/en/resources/prompt-library) — Claude's official prompt patterns, useful for tuning your system prompt
[LangChain](https://python.langchain.com) — if you want to wire the agent into a full automated pipeline
---
Youtube video - https://youtu.be/0DMyLW2mKXs?si=Xc_om-j9QIxULbND
That's Issue #007.
Forward it to one engineer. Still the only growth strategy running.
— Deploy or Die
