@mattpocockuk: A really great loop idea is: - Database alerts you there's a slow query (@PlanetScale does th...
A really great loop idea is: - Database alerts you there's a slow query (@PlanetScale does this) - Opens an issue in your codebase - Immediately schedules a PR from an implementer - Reviewer agent reviews the PR - Pings the human for review Repeat ad nauseum until app is fast
What happened
Pocock outlined a process where a database alert triggers an issue creation, followed by automatic scheduling of a PR from an implementer, with an agent reviewing the PR and involving a human for final review.
Why it matters
This approach streamlines the process of optimizing application performance, reducing the manual effort to address slow queries, and potentially leading to faster resolution times and improved application efficiency.