this post was submitted on 05 Feb 2024
658 points (88.0% liked)

Memes

45307 readers
1158 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 

I think AI is neat.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 8 months ago (2 children)

Yup, I use Chat GPT all the time. But I don't type "Hey ChatGPT can you tell me how to..." because it's a computer that's mostly just searching a database. I just type what I'd normally type into google. Many times it gives me an answer faster than google. Also it can convert some SQL schema into a DTO. There's been software that can do that for a while, but it's nice to just do it ad hoc without configuring scripts or whatever.

It's a useful tool for many things. But there's no intelligence there. It's more like the computer on the Enterprise than it's like Data. But that's not bad having a computer where you can say "Tea. Earl Grey" and it does the thing you want is very useful.

It's 90% hype, but the 10% that's not hype is still useful. It's just obnoxious that people keep going on about how they're going to replace people with this. Just say it will help people be more productive, that's a great accomplishment on it's own.

[–] BluesF 1 points 8 months ago

I've found it handy for getting clarification or more information if I don't get part of my textbook. It does randomly fuck up though, which means you can't just accept what it says... As a jumping off point it can be very useful.

[–] fidodo 1 points 8 months ago

It doesn't need to be intelligent to be incredibly powerful because a ton of human intelligence has already been transcribed into the words it was trained on. It can still perform tasks that require intelligence because it can pull from human intelligence via what humans have written. It does mean that it's limited by a combinatorial of what intelligent text was fed into it, but the vast majority of tasks we perform are not novel so it can still automate most tasks. It becomes incredibly powerful when you start making it so meta programming, so it's calling functions and responding based on their output. It can even write full on programs to assist itself in performing logic. The hard part that were working on in the space is adding the necessary safe guards it needs to be reliable and stay on task. It reminds me of the early days of the Internet. Right now everyone's just figuring out what's the right way to work with this tech, but once the frameworks are on place to provide those safe guards I think the potential is on par with the kind of impact that the Internet had.