this post was submitted on 21 Aug 2025
304 points (97.5% liked)

Technology

74359 readers
3078 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 news or articles.
  3. Be excellent to each other!
  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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] L0rdMathias@sh.itjust.works 15 points 2 days ago (1 children)

median prompt size

Someone didn't pass statistics, but did pass their marketing data presention classes.

Wake me up when they release useful data.

[–] jim3692@discuss.online 14 points 2 days ago (1 children)

It is indeed very suspicious that they talk about "median" and not "average".

For those who don't understand what the difference is, think of the following numbers:

1, 2, 3, 34, 40

The median is 3, because it's in the middle.

The average is 16 (1+2+3+34+40=80, 80/5=16).

[–] HubertManne@piefed.social 4 points 2 days ago (1 children)

the big thing to me is I want them to compare the same thing with web searches. so they want to use median then fine but median ai query to median google search.

[–] squaresinger@lemmy.world 1 points 1 day ago (1 children)

Tbh, that won't be useful, like the guy above stated.

Google searches are very similar in terms of work that needs to be done. You could expect the average and the median to be very close. For example, take these numbers: 1,1,2,2,3. The median is 2, the average is 1.8.

AI requests vary wildly. GPT-5 for example uses multiple different internal models ranging from very small text-only models to huge, reasoning models and image generation models. While there's no way to know how much energy they use without OpenAI publishing data, you can compare how long computation takes.

For a fast, simple text-only answer ChatGPT using GPT-5 takes a second or so to start writing and maybe 5 seconds to finish. To generate an image it might take a minute or two. And if you dump some code in there and tell it to make large adaptions to the code it can take 10+ minutes to generate that. That's a factor of more than 100x. If most answers are done by the small text-only models, then the median will be in the 5 second range while the average might be closer to 100 seconds or so, so median and average diverge a lot.

[–] HubertManne@piefed.social 1 points 18 hours ago