Running an AI News Channel with Telegram and OpenClaw: A Complete Workflow

A developer has shared their complete workflow for running an AI-powered news channel on Telegram, demonstrating how OpenClaw enables efficient content curation with minimal human intervention.
The Setup
The system uses an AI assistant named Jackie running on OpenClaw, with Telegram as the primary interface. Jackie monitors RSS feeds from sources like Hacker News, Testing Catalog, and Reddit, validating stories using Perplexity MCP for fact-checking.
How It Works
- Hourly News Scans — Jackie monitors multiple sources for trending AI stories
- Proposal System — When something newsworthy is found, Jackie drafts a post and sends it to a private Telegram group
- One-Tap Publishing — The human editor reviews and types "Approve" or provides feedback
- Mobile-First — The entire editorial workflow happens on phone between meetings
Key Technical Details
- OpenClaw running on an old Mac (always-on gateway)
- Telegram bot with multiple groups for different contexts
- Custom Perplexity MCP for fact-checking and validation
- Cron jobs for scheduled scans and reports
- Deduplication tracking via markdown files
Results
The channel publishes 5-10 high-quality AI news posts per day with just 10-20 minutes of actual human time for validation. Jackie handles scanning, validating, and drafting, while the human editor makes final decisions.
Lessons Learned
- Always fact-check with Perplexity before proposing stories
- Short posts (2-3 sentences + link) perform better than long explanations
- Deduplication matters — log everything to avoid repeats
A video demonstration of this workflow is available on YouTube.
📖 Read the full source: r/openclaw
👀 See Also

Benchmark vs. Production: When AI Agent Tests Pass but Real Workflows Fail
A developer switched production AI agents from Claude Sonnet to cheaper Grok and MiniMax models after they passed benchmark tests, but both failed in production due to operational reliability issues not covered by the benchmarks.

User Successfully Uses Claude AI to Draft Legal Mitigation Statement
A Reddit user reports using Claude AI to help win a traffic offense case by downloading offense details and prompting Claude to write a mitigation statement, which impressed the judge.

Running OpenClaw locally with Jetson Nano and gaming laptop using Ollama
A developer set up OpenClaw to run locally using a Jetson Nano and a 2022 MSI gaming laptop with Qwen 3.5 9B via Ollama, implementing wake-on-LAN for power efficiency and hybrid routing to OpenAI for complex tasks.

Agensi: A SKILL.md Marketplace Built with Claude in 3 Weeks
Agensi is a marketplace for SKILL.md skills built using Claude Code, Lovable, and Supabase. The platform includes 37 skills across 8 categories, with features like automated security scanning, download fingerprinting, and a bounty request system.