this post was submitted on 17 Jul 2024
38 points (100.0% liked)

TechTakes

1276 readers
89 users here now

Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.

This is not debate club. Unless it’s amusing debate.

For actually-good tech, you want our NotAwfulTech community

founded 1 year ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 15 points 2 months ago (2 children)

It's a glorified if-else chain, not even close to an AI.

[–] [email protected] 9 points 2 months ago

almost relieving, really

[–] [email protected] 9 points 2 months ago (1 children)

They use rule-based subsystems, but they also use deep neural approaches. The system diagram on their website (in the "How Nibble uses generative AI" video towards the bottom) shows the following:

The "fact gatherer" and "GPT generative atom" components explicitly use GPT. The "NLU Intent and Entity Models" are classifier components that probably use deep neural approaches, but they don't say. It's a good system architecture, it combines the strengths of neural approaches with the strengths of rule-based approaches to address their particular domain, instead just using some massive LLM that tries to do everything.

Of course whether a website actually NEEDS a negotiation chat bot is another question...

[–] [email protected] 8 points 2 months ago (1 children)

That does look like an interesting architecture, if implemented correctly. Based on this observation:

You can confuse the bot by saying two numbers.

The NLU component could be a NER model. However, if the following is true:

The bot will simply offer you its lowest price if you go a few rounds with it.

It kinda makes the whole system moot in my opinion.

[–] [email protected] 8 points 2 months ago* (last edited 2 months ago)

if implemented correctly.

if

[–] [email protected] 12 points 2 months ago

ChatGPT, please explain to me the difference between “haggling” and “negotiating”