this post was submitted on 04 Dec 2023
888 points (97.9% liked)

Technology

57727 readers
4710 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -3 points 9 months ago (3 children)

Essentially nothing. Repeating a word infinite times (until interrupted) is one of the easiest tasks a computer can do. Even if millions of people were making requests like this it would cost OpenAI on the order of a few hundred bucks, out of an operational budget of tens of millions.

The expensive part of AI is training the models. Trained models are so cheap to run that you can do it on your cell phone if you're interested.

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

What? They are not just generating this word in a loop. The model still calculates probability for each repetition, just like for any other query. It's as expensive as other queries which is definitely not free.

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

The model still calculates probability for each repetition

Which is very cheap.

as expensive as other queries which is definitely not free

It's still very cheap, that's why they allow people to play with the LLMs. It's training them that's expensive.

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

Yes, it's not expensive but saying that it's 'one of the easiest tasks a computer can do' is simply wrong. It's not like it's concatenates strings, it's still performing complicated calculations using on of the most advanced AI techniques known today and each query can be 1000x times more expensive than a google search. It's cheap because a lot of things at scale are cheap but pretty much any other publicly available API on the internet is 'easier' than this one.

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

GPT4 definitely isn't cheap to run.

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

Depends how you define "cheap". They're orders of magnitude cheaper to run than they are to train.

[–] Zeshade 3 points 9 months ago

Well it depends what user experience and quality you are after. Some of Meta's Llama 2 models require several GBs of GPU ram to run and be responsive.