Block builds Actionable CI with three-layer LLM and agentic autofix pipeline
Block's CI pipelines produce overwhelming failure output across thousands of engineers and large interconnected repositories, making the bottleneck not running CI but understanding what failed and why.
Actionable CI surfaces explanations, root causes, and automated code fixes directly in the CI results page, grouping multiple failure symptoms into single issues and enabling both developers and AI coding agents to resolve CI failures.
Frequently asked questions
What did this team achieve with this AI workflow?
Actionable CI surfaces explanations, root causes, and automated code fixes directly in the CI results page, grouping multiple failure symptoms into single issues and enabling both developers and AI coding agents to re…
What tools did this team use?
Goose, language model, MCP server.
What results were reported?
Issue grouping benefit: 15 problems versus one with grouping (source-reported, not independently verified).
How is this quality assurance AI workflow structured?
CI build failure detected → Static analysis scan → LLM log analysis and grouping → Autofix eligibility check → Goose agent fix generation → Draft PR CI validation loop → Promotion or graceful exit.