Instacart developed Blueberry, an AI-assisted system to accelerate incident investigation for on-call engineers. It leverages multiple AI agents, operational data, and historical incident knowledge to provide context, generate root cause hypotheses, and support debugging within existing Slack workflows, significantly reducing time spent on initial context gathering.
Read original on InfoQ ArchitectureBlueberry is designed as an AI-powered assistant for on-call engineers, aiming to streamline incident response by providing rapid context and initial diagnostic hypotheses. It operates within existing incident workflows, primarily integrated with Slack, to avoid disrupting engineers' established collaboration channels. The system's core value lies in its ability to synthesize information quickly, addressing the common challenge of engineers spending significant time gathering context before actual diagnosis can begin.
The "Grounding" Problem
A primary challenge in applying AI to production operations is ensuring that the AI's recommendations are reliable and contextually accurate. Blueberry addresses this by tightly integrating with organization-specific data and using a tool-aware approach, effectively 'grounding' its AI agents in real operational knowledge rather than generic LLM outputs. This significantly improved diagnostic accuracy from the mid-60% range to the high 90% range.