DORA metrics
Search documents
From Blind Spots to Merged PRs: Continuous Agentic Performance Optimization - May Walter, Hud
AI Engineer· 2026-07-19 13:45
AI Adoption & Engineering Challenges - AI adoption primarily enhances individual effectiveness, yet software delivery instability remains a significant concern [6] - Engineering team throughput has not seen the expected gains from AI, as software tends to break more frequently [7] - The research phase for performance optimization remains a "black box," often requiring anywhere from one hour to several weeks of engineering time to investigate [2][10] Agentic Workflow Strategy - Thundra implements a runtime intelligence layer that captures function-level and forensic context to enable autonomous performance optimization [4][28] - Automated workflows are designed to be vendor-neutral regarding compute, model selection, and infrastructure to ensure long-term maintainability [13][14] - The system utilizes GitHub Actions to run weekly analyses, identifying high-ROI (Return on Investment) performance opportunities based on production data [17][18] - To ensure reliability, the agentic process verifies fixes by rerunning tests and measuring impact on specific business flows, such as those invoked 7,000 times per week [20][21] Operational Best Practices - Effective automation requires "context over cleverness," where agents are provided with deep production insights—such as P99 latency thresholds—rather than relying on static code analysis [29][34][43] - To prevent "alert fatigue," the system avoids flooding developers with excessive pull requests, instead surfacing human-friendly reports that prioritize high-impact, low-risk changes [35][39] - Achieving autonomous engineering requires reaching a 80-90% trust threshold, which is significantly higher than the confidence level required for human-assisted AI coding in an IDE [47][48]