What it does
The AI Agentic Newsletter Generator is a fully automated pipeline that produces a complete daily crypto newsletter with no human in the loop. Every day it gathers the latest news from eight leading crypto publications — including CoinDesk, The Block, Cointelegraph, and Blockworks — pulls in live market data, and monitors what the most influential voices on Twitter/X are saying. The end result is a polished, ready-to-publish newsletter delivered in multiple formats: JSON, Markdown, HTML, and PDF.
What makes it agentic
What makes it “agentic” is that AI agents do the editorial work a human team would normally handle. LLM-powered agents read every scraped article, extract the key points, and write concise summaries. A vector database detects near-duplicate stories across sources, so the same news item covered by five outlets appears only once. On the social side, agents select, rank, and format the most relevant posts from leading crypto accounts, turning raw Twitter noise into a curated engagement digest.
The daily market pulse
The newsletter also includes a daily market pulse: live BTC and ETH prices sourced from Chainlink on-chain feeds, ETF flow data, and the Fear & Greed index, woven together into a short market commentary. This combination — news, social sentiment, and market data in one place — gives readers a complete picture of the day in crypto at a glance.
Under the hood
Under the hood, the pipeline is built for hands-off operation: a single orchestrator script runs the full chain from scraping to rendering, results can be persisted to a PostgreSQL database, and finished newsletters can be published directly to Notion. Built with Python, the OpenAI Agents framework, ChromaDB, and a robust scraping stack (Playwright and Selenium), it demonstrates how autonomous AI agents can take over an entire content production workflow — from raw sources to a finished publication — end to end, every day.