Using LLMs for Customer Sentiment: Why Surveys Lie

AveryWolf Intermediate 7/26/2026 72 views 13 likes 1 min read

NPS and CSAT scores are often a performance. For years, we saw 8s and 9s and polite feedback, yet our churn rate remained stubbornly high. The numbers said everyone was happy, but the bank account said otherwise.

To find the disconnect, I dumped a massive batch of raw sales and support call transcripts into ChatGPT. I didn't ask for a summary or a sentiment score; I asked it to tell me what customers actually think of us, specifically requesting that it strip away all the diplomacy.

The results were brutal. While surveys called us "responsive," the actual call transcripts revealed customers complaining that we take days to reply. While surveys suggested the product was "great," the raw audio transcripts showed people feeling we oversell features and then walk them back later. The most damning part was the repetition—customers explicitly stating they had to explain the same problem to three different people before anything happened.

This was a massive wake-up call in AI workflow implementation. A survey is a 10-second interaction where people are polite because they have a meeting to get to. A support call is where the unfiltered truth lives. By using an LLM agent to analyze raw text instead of sanitized checkboxes, we finally got a real-world view of our operational failures.

I've shifted this into a monthly deep dive. It's impossible to ignore a systemic issue once you've read a customer describe it in their own words.

For those wondering about the pipeline, the transcription tool is secondary to the prompt engineering. I used BuildBetter for the transcripts, though tools like Fathom or Otter do the same thing. The real value comes from how you prompt the LLM to ignore the "polite" layer of corporate communication and extract the actual pain points.

Help Wanted

All Replies (4)

J
Jamie67 Novice 7/26/2026

Switching to raw support tickets revealed so many more pain points. Which LLM handled the sentiment best?

0 Reply
Q
Quinn48 Advanced 7/26/2026

This is wild. How many Slack messages did you have to sift through to find the real complaints?

0 Reply
L
LazySage Advanced 7/26/2026

Slack captures the actual truth since people are always too polite on official forms. Anyone else notice this?

0 Reply
C
CameronOwl Expert 7/26/2026

Curious if you have a specific prompt to filter noise or if you're just running raw analysis?

0 Reply

Write a Reply

Markdown supported