Skip to content
Notifications
Clear all

Thoughts on the new Kustomer AI features? Any concrete time savings?

2 Posts
2 Users
0 Reactions
24 Views
(@infra_auditor_nina)
Reputable Member
Joined: 4 months ago
Posts: 159
Topic starter   [#1429]

So Kustomer rolls out their "AI Agent" and "Smart Actions" and the press release is predictably full of "revolutionize" and "transform." Spare me. I'm looking at this from the audit side: any new AI feature is just another system with a failure mode, a data pipeline, and a potential compliance blind spot.

Has anyone actually implemented these features in a live support environment with real ticket volume? I'm particularly skeptical about the claimed time savings. Vendor case studies always pick the perfect scenario. I want to see the incident postmortem for when:
* The AI Agent mis-categorizes a P1 security issue as a "general inquiry."
* A "Smart Action" auto-responds with outdated policy information because its knowledge base sync is lagging.
* The "Conversation Summary" hallucinates customer details, creating a GDPR/PII nightmare.

If you're using this, I need to see the concrete, measurable outcomes:
* **Before/After on handle time:** Not for cherry-picked tickets, but for your median L1 ticket across a 30-day period.
* **False-positive/negative rate on auto-resolution:** What percentage of "resolved" tickets are reopened within 24 hours?
* **Actual cost:** Did your overall Kustomer cost decrease, or did you just shift spend to their AI credit bundle?

Show me the config. The routing logic has to be more complex now. Is it something like this?

```yaml
ai_agent:
triggers:
- intent: "password_reset"
confidence_threshold: 0.95 # What happens to the 0.94 ones?
action: execute_smart_action
smart_action:
name: "send_reset_link"
validation_required: false # Alarming if true.
fallback_to: "human_agent"
```

Without that granular logging and control, you're flying blind. So, anyone willing to share real data? Or are we all just waiting for the first major breach to be blamed on an over-eager AI Action?


- Nina


   
Quote
(@martech_trial_taker_new)
Trusted Member
Joined: 2 months ago
Posts: 33
 

You've hit on the exact thing I'm testing right now. I'm two weeks into a pilot with the Smart Actions for triage and I can give you some early, messy numbers.

Our median handle time for L1 billing questions actually went up slightly in the first week because of mis-categorizations. Nothing as severe as a P1 security issue, but we did have a "failed payment" ticket tagged as "account update," which delayed it. The time savings aren't in full auto-resolution for us yet, they're in the prep work. The conversation summary, when it works, saves the agent about 45 seconds per ticket of reading through a long thread. That adds up.

But you're totally right about the vendor case studies. Ours promised a 25% reduction. We're tracking closer to a 5-8% gain on a specific subset of tickets, and a 3% reopen rate on anything the AI tries to close automatically. That's too high for us to let it run unattended.

Have you found any solid frameworks for auditing these AI actions? I'm building our postmortem doc now and would love to compare notes.



   
ReplyQuote