I think it's funny that the demo on the website is a video of a chatbot communicating with another chatbot. I worry that this will be the new dystopian hell we all live in. If you're trying to market this, you should change the demo to something where it shows a success story.
> If you're trying to market this, you should change the demo to something where it shows a success story I count not having to deal with someone's chatbot as a win.
GPT Chats with T-Mobile Support to get discounts
31–40 of 40 posts
Re: GPT Chats with T-Mobile Support to get discounts
#32This means the logical thing as an agent to do with anyone speaking on behalf of your customer is disconnect from anyone who presents explicitly as a robot. Anything which can't lie either because of the law, tech, or TOS is going to get disconnected. It will take about 60 days for this to become policy for the users protection you understand. Totally not to protect the companies pocketbook.
Re: GPT Chats with T-Mobile Support to get discounts
#33Earlier quoted context omitted.
I’m you want me to go on arguing, you’re going to have to pay for another 5 minutes. Every time one of these enshitification AI customer service startups pops up I always think of the ultimate form of where this is going… to people paying to argue with people. Follow me down the rabbit hole for a second. Imagine all of these things succeeded eventually and Customer Service completely saturated by talking to bots, to…
> people will want to develop the debate skills. They will feel like they are missing out in the negotiating skills people used to have This is the world we live in. It's always been the world we live in. If you aren't seeing the negotiation, it doesn't mean it doesn't exist--it just means you weren't in the room where decisions were made for you.
Re: GPT Chats with T-Mobile Support to get discounts
#34I just need a chatbot that will get me past the chatbot so I can talk to a human again.
Re: GPT Chats with T-Mobile Support to get discounts
#35I think it's funny that the demo on the website is a video of a chatbot communicating with another chatbot. I worry that this will be the new dystopian hell we all live in. If you're trying to market this, you should change the demo to something where it shows a success story.
Re: GPT Chats with T-Mobile Support to get discounts
#36The demo video is rather underwhelming, I had expected something actually happening.
"Underwhelming" is putting it mildly. The bot didn't even notice it wasn't talking to the agent yet and the "demo" ends with the user giving up and ending the conversation. This was posted by an account that was created an hour ago. I'm not sure how this product is going to make money as there doesn't actually be any product here. I'd be very careful about giving this extension access to your browser.
Re: GPT Chats with T-Mobile Support to get discounts
#37Earlier quoted context omitted.
"Underwhelming" is putting it mildly. The bot didn't even notice it wasn't talking to the agent yet and the "demo" ends with the user giving up and ending the conversation. This was posted by an account that was created an hour ago. I'm not sure how this product is going to make money as there doesn't actually be any product here. I'd be very careful about giving this extension access to your browser.
I just put this together to save time and effort. It's not a product because its free currently. The video is just showing how it works, I will make better videos and full length! it usually cant do it all, but with a little help its perfect for certain situations.
I'd suggest finding a perfect use case - maybe it's not T-Mobile. Then record a happy path video showing it working perfectly.
Also - as a tip, a lot of these companies will use the same software. So, right now your bot didn't do well with T-Mobile at all because it didn't know how to response to multi-button prompts. But once you teach it how to do that it'll know how to response to any company that uses the same software (LivePerson). Almost always you don't have to 'press' the button, you can just respond with the text of the button.
Re: GPT Chats with T-Mobile Support to get discounts
#38Earlier quoted context omitted.
I just put this together to save time and effort. It's not a product because its free currently. The video is just showing how it works, I will make better videos and full length! it usually cant do it all, but with a little help its perfect for certain situations.
I understand, it's hard. But from the opposite end it can be hard for users to trust so you have to make that easier on them by being more transparent. I'd suggest finding a perfect use case - maybe it's not T-Mobile. Then record a happy path video showing it working perfectly. Also - as a tip, a lot of these companies will use the same software. So, right now your bot didn't do well with T-Mobile at all because it d…
Buttons and other actions are a bit tough. Currently it extracts the inner html from the chat wrapper div and gets all the text from the chat. This is great for being universal for different providers but it does have trade offs. detecting new messages can be tough if the inner html changes alot without an actual reply being received.... And depending on how the messages are labeled it sometimes has no way of detecting who is who, it relies mainly just off context.... Lots to improve. Overall supporting providers is good approach get alot of different website compatibility for integrating a single provider. So long as the customizations dont break anything. Main thing is making everything universal for it work on any site. That's the main challenge supporting lots of sites while still providing good context and the information needed. Appreciate the advice! I may post again when i have some of this stuff dialed in
Re: GPT Chats with T-Mobile Support to get discounts
#39Earlier quoted context omitted.
We should be moving the other way. Open, accessible, well-defined APIs, without price discrimination. I do not want to haggle at the grocery. I want to be able to budget and anticipate pricing.
> I do not want to haggle at the grocery Nobody does. That's why we have fixed pricing. But the fixed price is provided at a premium to the efficient price for each transaction. It's just that nobody wants to bother computing the efficient price, so we're willing to overpay for certainty. The moment the dollar amounts move into a regime we care about (home purchases, high-end shopping), we drop the pretense and go ba…
Re: GPT Chats with T-Mobile Support to get discounts
#40Earlier quoted context omitted.
I understand, it's hard. But from the opposite end it can be hard for users to trust so you have to make that easier on them by being more transparent. I'd suggest finding a perfect use case - maybe it's not T-Mobile. Then record a happy path video showing it working perfectly. Also - as a tip, a lot of these companies will use the same software. So, right now your bot didn't do well with T-Mobile at all because it d…
Appreciate it! Yea that video is pretty bad from a marketing perspective. I was kinda just thinking technical proof of concept shows it reading and replying... Buttons and other actions are a bit tough. Currently it extracts the inner html from the chat wrapper div and gets all the text from the chat. This is great for being universal for different providers but it does have trade offs. detecting new messages can be…
Keep it up and share it widely once it's really epic!