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

TechTakes

1267 readers
147 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
[–] Pyro@programming.dev 15 points 1 month ago (2 children)

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

[–] dgerard@awful.systems 9 points 1 month ago

almost relieving, really

[–] Rolando@lemmy.world 9 points 1 month 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...

[–] Pyro@programming.dev 8 points 1 month 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.

[–] o7___o7@awful.systems 8 points 1 month ago* (last edited 1 month ago)

if implemented correctly.

if

[–] antifuchs@awful.systems 12 points 1 month ago

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