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.

Klarna · Incident May 8, 2025 · Indexed Jun 5, 2026 · 2 sources

As cost unfortunately seems to have been a too predominant evaluation factor when organizing this, what you end up having is lower quality.
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

Failure path · mode profile · Agentic Action Error
  1. 01 · TriggerAn agent plans a multi-step task.
  2. 02 · Model stepIt chooses a wrong or destructive action.
  3. 03 · Control gapNo confirmation gate guards the write.
  4. 04 · FailureThe action commits to a system of record.
  5. 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.

Public visibilityHigh
Regulatory exposureNone
Customer impactMany customers
Financial impactEstimated
Time to disclosureHours
  1. PressKlarna Turns From AI to Real Person Customer Servicebloomberg.com
  2. PressKlarna changes its AI tune and again recruits humans for customer servicecustomerexperiencedive.com
Permalinkhttps://failureindex.ai/failures/klarna-reintroduces-human-agents-customer-service
CitationAI 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).
Share cardA branded image of this record for posts and slides.

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

Controls for this failure mode
  • 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.