How to build your own personal AI employee — from zero to 31 automated jobs on a $5/month VPS.
- Setting up a VPS for personal automation
- Your first systemd timer (replacing cron)
- Claude API basics for automation
- The "hardcoded first, AI fallback" pattern
- Context preservation for long-running AI agents
- Self-healing OAuth token management
- Automated daily briefing emails
- AI-powered inbox cleanup
- Notion as a database backend
- Content publishing pipeline (X, Reddit, dev.to)
- AI: Claude API (Haiku for cheap tasks, Sonnet for complex ones)
- Database: Notion API
- Scheduling: systemd timers
- Infrastructure: Hetzner VPS ($5/month)
- Language: Python
The entire system runs for ~$10/month ($5 VPS + $5 API calls).
MIT