Zalando builds AI-powered multi-stage LLM pipeline to transform two years of postmortems into actionable infrastructure insights
Zalando accumulated thousands of postmortem documents but could not extract strategic patterns at scale. Each postmortem takes 15–20 minutes to read, making company-wide retrospective analysis of years of incidents cognitively and practically impossible.
An initial attempt using Google's NotebookLM produced severe hallucinations and lost incident context when generating summaries, reducing effective productivity rather than improving it. Small open-source models showed up to 40% hallucination probability, and a no-code agentic approach was ruled out due to performance limitations and inaccuracies.
The multi-stage LLM pipeline reduced postmortem analysis time from days to hours and boosted productivity three times.
It surfaced hidden patterns including a finding that automated change validation could shield 25% of subsequent datastore incidents. Surface attribution error remains at approximately 10% even with the latest model, and hallucinations became negligible.
Show all 14 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
The multi-stage LLM pipeline reduced postmortem analysis time from days to hours and boosted productivity three times.
What tools did this team use?
Claude Sonnet 4, AWS Bedrock, NotebookLM, LM Studio.
What results were reported?
Postmortem analysis time: significantly reduced the time for analysis from days to hours; Productivity boost: three times; Summary reading time: 5 minutes; Manual postmortem reading time: 15-20 minutes (source-reported, not independently verified).
What failed first in this deployment?
An initial attempt using Google's NotebookLM produced severe hallucinations and lost incident context when generating summaries, reducing effective productivity rather than improving it.
How is this incident management AI workflow structured?
Postmortem corpus ingested → LLM summarization → Technology classification → Incident digest extraction → Human curation → Cross-incident pattern detection → Investment opportunity report.