this post was submitted on 07 Sep 2024
123 points (98.4% liked)

TechTakes

1276 readers
140 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
you are viewing a single comment's thread
view the rest of the comments
[–] Semi_Hemi_Demigod 5 points 1 week ago (2 children)

I’ve found some use in it when doing programming. For example, I can explain what I need - eg a loop that reads every line in a file - and it will spit something out that I can try.

The fact that I’m verifying the answers means I catch it making mistakes, but it’s still faster than me doing the task manually.

But outside of this it’s not been terribly useful for me. My job has an AI bot trained on our documentation but we don’t really trust it and have to verify its answers anyway.

[–] candybrie 5 points 1 week ago (1 children)

My work has one where you can upload a document and ask questions about it. It's hilariously bad at it. Example:

User: How many Xs does Foo have?

AI: The document doesn't have any information about how many Xs Foo has.

User: What information does the document have on Foo?

AI: [OK summary which includes "Foo has 12 Xs"]

Everyone I know who has played with it pretty quickly decided not to use it for anything.

[–] FinalRemix 1 points 1 week ago

I mean... Google's model can't spell Strawberry properly.

[–] BlackPenguins 0 points 1 week ago

It's also been a major assist with programming for me too. I've asked it for some pretty complicated algorithms and it gets it mostly right out of the box.