
My Mastra Agent Found a Production Bug in Five Minutes
I saw a tweet about Sentry shipping an AI agent that watches your error logs and auto-suggests fixes. I thought: I can build that. So I did — from my phone, on a Friday afternoon, while walking around the house. I stood up a Mastra workflow via Telegram, pointed it at my three Cloudflare Workers sites, and ran it. Within five minutes it flagged scriptThrewException errors on all three sites. Bots were hitting my media proxy endpoint, the Worker was crashing on every request, and my uptime monitor had been saying everything was fine for days. The whole thing — Mastra for the workflow engine, Cloudflare's GraphQL Analytics API for the data, a Telegram bot for alerts — runs locally on my Mac, costs nothing, and took about two hours to build. The same afternoon I pushed a blog post from a mountain via Telegram . Here's how it works and what it found. Why "Is It Up?" Isn't Enough I already had an uptime monitor running as a GitHub Action every 30 minutes. It hits each site, checks for a 200
Continue reading on Dev.to Webdev
Opens in a new tab

![[Learning notes and hw] getting started with R-cnn: Manually implementing Intersection over Union (IoU)](/_next/image?url=https%3A%2F%2Fmedia2.dev.to%2Fdynamic%2Fimage%2Fwidth%3D800%252Cheight%3D%252Cfit%3Dscale-down%252Cgravity%3Dauto%252Cformat%3Dauto%2Fhttps%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Farticles%252Favit2emoxc0g68e5ltqj.jpg&w=1200&q=75)

