Show HN: AI agents run my one-person company on Gemini's free tier – $0/month
Source: Hacker News
Overview
I’m a solo developer in Taiwan. I built four AI agents that handle content, sales leads, security scanning, and operations for my tech agency—all on Gemini 2.5 Flash free tier (1,500 requests/day). I use roughly 105 % of the quota. Monthly LLM cost: $0.
Architecture
- Agents: 4 agents built with OpenClaw (open source)
- Runtime: Running on WSL2 at home, orchestrated with 25 systemd timers
Daily Tasks
- Generate 8 social posts across platforms (quality‑gated: generate → self‑review → rewrite if score < threshold)
- Produce bilingual (zh‑TW / en) content, including 21 blog posts
- Automate i18n, blog publishing, and Discord notifications as part of the pipeline
Live Agent Dashboard
Stack
- OpenClaw
- Gemini 2.5 Flash (free)
- WSL2 / systemd
- React / TypeScript / Vite
- Vercel
- Firebase
- Telegram Bot
- Resend
- Jina Reader
Repository (Playbook)
https://github.com/UltraLabTW/free-tier-agent-fleet
Feel free to ask questions about the architecture, token budgeting, or what it’s like running AI agents 24/7 as a one‑person company.
Comments: Hacker News thread (9 points, 6 comments)