this post was submitted on 22 Jan 2024
394 points (94.4% liked)

Technology

58061 readers
31 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

"There's no way to get there without a breakthrough," OpenAI CEO Sam Altman said, arguing that AI will soon need even more energy.

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

Chat GPT (Generative Pre-Trained Transformer) absolutely does not.

I had to help my wife with an Excel VBA script. I know a few programming languages but I don't know vba. Hours of googling turned up no useable scripts that did what I needed. ChatGPT wrote a working VBA script in seconds.

Anyone who thinks it is a fancy auto complete hasn't used it.

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

It is a fancy auto complete, just an incredibly fancy auto complete. In the same way that a computer that can run VR games, simulate the evolution of solar systems let you access something close to the sum total of human knowledge over the internet is a very fancy pocket calculator.

[–] [email protected] 1 points 8 months ago

I think it's better explained as a search engine that works at the word level of granularity. It lets you do a word level search of all written human knowledge which allows it to adapt to your specific prompt. It's the next step in searching knowledge based. First we had libraries, then document search, now it's word search. I think it'll be impactful on the same level as the creation of libraries and search engines.

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

I'd tried using it for python and it made up some fake library that does not exist to handle the complex task I was asking it do it. Utterly useless. The way it works is so complicated is simply has you fooled thinking it's more than a fancy auto complete, but it is literally exactly that. Just the "smartest" auto complete there is. Don't worry about it, at least you did not fall it love with it and then left your wife to be with ChatGPT, right?

[–] [email protected] 1 points 8 months ago

it's a tool to be used like any other. If you are relying on it to produce working code with no effort on your part then yes it is likely useless. If you are using it to get you most of the way there its very useful. For example, I'm most comfortable writing python but have been doing a lot of c# recently, asking a code focused LLM questions like "how do you rename a column of a c# datatable" is so much quicker and more useful than trying to search through blogspam its not even funny.