I kept telling myself to “dogfood my own product more,” but the truth was simple: I wasn’t doing it consistently.
Right after shipping, I’d use the app a lot. Then I’d go back to building, and weeks later I’d realize I hadn’t really experienced the product as a user in a while.
So I set up an AI agent to do it for me.
Every 3 hours, it:
What made this especially useful is that I later added a second loop with Sentry:
That combination turned it from “automated testing” into more of an automated maintenance loop.
A few things it caught that I probably wouldn’t have:
I wrote up the full setup here:
https://dev.to/toshipon/i-have-an-ai-agent-that-tests-my-own-product-every-3-hours-916
Curious if anyone else here has built something similar — not just AI for coding, but AI for continuously checking and improving a live product.