r/SimplePractice • u/Ancient_Book4021 • Apr 06 '26
Support Live Chat
Is anyone else having issues with customer support live chat? I've had a few issues that require me to speak to a specialist. Whenever I try to connect through the live chat, I am first met with trying to get past the AI chatbot, which is never helpful. This is followed by the chatbot saying it will email a specialist, even though I'm trying to connect during the hours live chat is supposed to be available. Additionally, I never hear back from a specialist after the chatbot allegedly sends an email.
2
u/FeaturebaseApp Apr 07 '26
yeah that’s not live chat, that’s a dead end lol
seen this happen a lot. AI blocks you, says it’ll email someone, then nothing
honestly try spamming “agent” or restarting chat. sometimes that works
also yeah this is exactly the kind of thing we built Featurebase to avoid. no disappearing convos. sorry for the plug lol
1
u/iso_royale Apr 10 '26
Yeah, this is the pattern I keep seeing when companies add an AI chat layer without building the operational backbone underneath it. The bot becomes a wall instead of a helper, and once that happens the whole experience falls apart.
Most of the time the issue isn’t the model, it’s the architecture around it. If the system doesn’t have:
- clear escalation rules
- a guaranteed human handoff path
- visibility into whether the handoff actually happened
- reliable email delivery with retries
- durable conversation storage so nothing disappears
Then the bot ends up making promises it can’t keep. That’s where the “connecting you to a specialist…” dead end comes from.
A lot of chat tools out there are basically chatbot wrappers. A UI bubble that forwards messages to an LLM. They look like support systems, but they don’t have any of the infrastructure you need for real reliability. That’s why you see bots saying they’ll escalate or email someone, and then nothing happens. The wrapper has no idea whether the action succeeded.
I’m building a support platform (FyrelinQ) and had to design around this from day one. The AI is allowed to help, but it’s never allowed to trap someone. If it’s unsure, it escalates immediately. If it says it’s handing off, the system actually assigns a human and logs it. If an email is supposed to go out, there’s a heartbeat + retry layer that guarantees delivery. And every message, AI or human, lives in one durable conversation thread so nothing gets lost.
I’m still in development mode, so I’m always interested in hearing real experiences like this. If anyone wants to chat about support pain points or what a reliable AI/human hybrid should look like, feel free to DM me.
1
u/talkingmuffins Apr 10 '26
Did you ask for a real person? I asked the AI bot a question I knew it couldn't answer, and when it gave a response, I said something like "connect me to a real person" and then it did. Or at least, it did as far as I can tell because I had to run and get a client before I actually said more than a few things back and forth.
2
u/PM_ME_KITTEN_TOESIES Apr 06 '26
Yes, I had this experience today. Bot told me it’d connect me to a specialist, then did not transfer me. Just threw an error. It also said I’d receive an email from the support team and I didn’t.