Klarna reintroduces human agents after AI customer service quality declines
Klarna shifted from an AI-first customer-service approach back to incorporating human agents after CEO comments indicated cost-cutting via AI had reduced service quality. The company is rehiring humans to handle complex interactions while AI manages routine tasks.
As cost unfortunately seems to have been a too predominant evaluation factor when organizing this, what you end up having is lower quality.
Key facts
- What
- Klarna shifted from an AI-first customer-service approach back to incorporating human agents after CEO comments indicated cost-cutting via AI had reduced service quality.
- Incident date
- May 8, 2025
- Who
- Klarna
- Failure mode
- Agentic Action Error
- AI surface
- Chatbot
- Severity
- Medium
What happened
Klarna pivoted from an AI-first customer service strategy back to incorporating human agents. CEO Sebastian Siemiatkowski admitted that an over-emphasis on cost-cutting via AI led to a decline in service quality. The company is now rehiring human talent to provide empathy and expertise for complex customer interactions.
What broke inside the model
- 01 · TriggerAn agent plans a multi-step task.
- 02 · Model stepIt chooses a wrong or destructive action.
- 03 · Control gapNo confirmation gate guards the write.
- 04 · FailureThe action commits to a system of record.
- 05 · ConsequenceData is changed or destroyed irreversibly.
A wrong action commits, and the step is written before anything can stop it.
The generative AI system failed to handle high-complexity and high-emotion interactions, which are beyond the current capabilities of the model. This created a rigid automation loop that trapped customers in impersonal interactions without a reliable path to human support for critical issues.
What it cost
Sources
- PressKlarna Turns From AI to Real Person Customer Servicebloomberg.com
- PressKlarna changes its AI tune and again recruits humans for customer servicecustomerexperiencedive.com
Cite this entry
https://failureindex.ai/failures/klarna-reintroduces-human-agents-customer-serviceAI Failure Index. "Klarna reintroduces human agents after AI customer service quality declines" (FI-0232). Realm Labs. https://failureindex.ai/failures/klarna-reintroduces-human-agents-customer-service (indexed Jun 5, 2026).Data fields CC-BY 4.0, prose citation permitted. Incident ID FI-0232. Full dataset at /data.
Note from Realm Labs, the Index steward
How Realm would have caught this
- Prism
- OmniGuard
- AgentRealm
Realm can sit inline on the agent's action path and require that a destructive or high-consequence action clears a real check before it executes, so 'delete and recreate' or a wrong write is stopped at the moment of intent, not explained in the post-mortem.