Can 69% of customer service tickets be resolved without a human?
Yes. A Danish fashion brand's tier-1 support ran at 11-minute resolution times with 9 FTE and seasonal peaks it could not handle. An AI agent with access to the order system, inventory data, and returns flow now resolves 69% of all tickets autonomously — in under 2 minutes. That is above Klarna-level.
What was the problem?
The 9-FTE support team handled ~12,000 tickets/month — but seasonal peaks at sales and product launches caused average response times to climb to 11 hours. Escalated cases systematically fell through the cracks in Zendesk.
80% of tickets covered the same topics: order status, size guidance, returns, and payment questions. The information existed in the system — but required manual lookup and writing.
How did I build the system?
- 1
Mapping
I analyzed 3 months of ticket data and identified the 23 scenario classes covering 80% of volume. That took one week.
- 2
Agent integration
One customer-service agent got direct API access to the order system, inventory data, and returns flow. No data copies — live lookups.
- 3
Escalation rules
Human-in-the-loop for: negative sentiment, amounts above 2,000 DKK, unknown product defect, or low confidence. Everything else resolved autonomously.
- 4
Production in 12 days
System deployed in 12 days from first call to live. Three weeks of shadowing human agents before full deployment.
Concrete results (measured over 4 months)
- —69% of all tickets resolved autonomously — above the Klarna benchmark of ~67%.
- —Average resolution time: 11 minutes → under 2 minutes.
- —First response: under 30 seconds (from 11 hours before deployment).
- —CSAT: 4.1 → 4.6 (out of 5) measured over 4 months.
- —Support team reallocated to proactive outreach on high-value customers — contributing to +8% repeat purchase rate.
Questions about this case
- What is the Klarna benchmark for autonomous customer service?
- Klarna reported in 2024 that their AI resolves 2/3 (approximately 67%) of all customer service inquiries autonomously. This is the recognized industry standard. This case reached 69% — above Klarna-level.
- When does the agent escalate to a human?
- The agent escalates for negative sentiment, amounts above 2,000 DKK, unknown product defects, or low confidence. Everything within the 23 configured scenarios is resolved autonomously.
- Is the system GDPR-compliant?
- Yes. The system accesses customer data via API with role-based access control. Full audit trail on all actions. No customer data is sent to external models without a documented legal basis.