Three agents on Cloud Scheduler run a solo founder's marketing weekly.
Three AI agents now run my marketing on a cron schedule. Not a metaphor — a literal Cloud Scheduler config.
The three:
All three run as Cloud Run jobs triggered by Google Cloud Scheduler. The "agent" framing is honestly generous — none of them have free will. They're scheduled deterministic LLM calls with structured output.
That's the design choice, not a limitation. For most "agent" workflows in a small business, you don't need autonomy. You need reliability and predictability on a schedule.
Three observations from running this for several weeks:
Most things called "agents" today are scheduled LLM calls with extra steps. That's not a criticism — scheduled LLM calls work, and the boring versions ship reliably while the autonomous versions get debugged.