Descriptions:
All About AI walks through a personal AI agent system built on Claude Code and running 24/7 on a dedicated Mac Mini โ receiving commands via WhatsApp and executing autonomous tasks across the web using persistent browser sessions instead of API keys. Users trigger the agent with a /claude prefix in WhatsApp; it launches Chrome, navigates to X (Twitter), YouTube, LinkedIn, Gmail, or other sites using saved login sessions, completes the task, and sends a summary reply.
The architecture deliberately avoids per-token API costs by operating entirely on a $200 Claude Max subscription. Cron jobs handle scheduled autonomous activity: six tasks run nightly on X, scanning for new posts and drafting replies. A live demonstration shows the agent researching “Maltbook” on X and delivering a structured briefing via WhatsApp, and separately triggering a Hacker News summary job exactly one minute after scheduling โ fully hands-off.
The most substantial feature is a YouTube video generation skill built with Remotion: the creator shows the agent receiving a Google Project Gemini URL, researching the topic, scripting a voiceover, sourcing clips, and assembling a complete video โ all autonomously. The agent’s YouTube channel had already accumulated 171 subscribers at filming. The video covers the full skill library (X, Gmail, GitHub, image generation, eBay), discusses scheduling architecture, and explains the security and cost tradeoffs of session-based browser automation versus API key approaches.
๐บ Source: All About AI ยท Published January 30, 2026
๐ท๏ธ Format: Workflow Case Study







