Stand up a real agentic service: managed PaaS deploy, auth provider, Postgres + Redis, one LLM provider, audit logs, cost caps, one alert, rollback drill. Use it daily for a week. Submit the URL, the checklist, and notes on what you found by dogfooding.
# Day 0 launch
URL: https://capstok-agent.fly.dev
Stack
- Fly.io (app), Supabase (Postgres + Auth), Upstash (Redis)
- Anthropic Sonnet 4.6, LangFuse Cloud (traces)
- Total monthly bill so far: $34
Dogfood findings (1 week)
- Tool descriptions for 'send_email' were misleading; agent called too eagerly
- Response felt slow without streaming; added SSE
- One inadvertent 429 from too-tight rate limit on myself; loosened
Rollback drill: deployed v2.1 (broken); reverted to v2.0 in 2:41 via fly releases rollback.