> I’ve been feeling pretty good about my benchmark! It should stay useful for a long time... provided none of the big AI labs catch on. > And then I saw this in the Google I/O keynote a few weeks ago, in a blink and you’ll miss it moment! There’s a pelican riding a bicycle! They’re on to me. I’m going to have to switch to something else. Yeah this touches on an issue that makes it very difficult to have a discussion…
The last six months in LLMs, illustrated by pelicans on bicycles
171–180 of 244 posts
Re: The last six months in LLMs, illustrated by pelicans on bicycles
#172Earlier quoted context omitted.
Yeah, but so were the bored ape NFTs - none of these ephemeral fads are any indication of quality, longevity, legitimacy, or interest.
If we try really hard, I think we can make an exhaustive list of what viral fads on the internet are not. You made a small start. none of these ephemeral fads are any indication of quality, longevity, legitimacy, interest, substance, endurance, prestige, relevance, credibility, allure, staying-power, refinement, or depth.
That many signups is impressive no matter what. The attempts to downplay every aspect of LLM popularity are getting really tiresome.
Re: The last six months in LLMs, illustrated by pelicans on bicycles
#173> I’ve been feeling pretty good about my benchmark! It should stay useful for a long time... provided none of the big AI labs catch on. > And then I saw this in the Google I/O keynote a few weeks ago, in a blink and you’ll miss it moment! There’s a pelican riding a bicycle! They’re on to me. I’m going to have to switch to something else. Yeah this touches on an issue that makes it very difficult to have a discussion…
"The word "strawberry" contains 2 letter r’s."
Re: The last six months in LLMs, illustrated by pelicans on bicycles
#174Wow, I love this benchmark - I've been doing something similar (as a joke for and much less frequently), where I ask multiple models to attempt to create a data structure like: ``` const melody = [ { freq: 261.63, duration: 'quarter' }, // C4 { freq: 0, duration: 'triplet' }, // triplet rest { freq: 293.66, duration: 'triplet' }, // D4 { freq: 0, duration: 'triplet' }, // triplet rest { freq: 329.63, duration: 'half'…
Re: The last six months in LLMs, illustrated by pelicans on bicycles
#175Earlier quoted context omitted.
If we try really hard, I think we can make an exhaustive list of what viral fads on the internet are not. You made a small start. none of these ephemeral fads are any indication of quality, longevity, legitimacy, interest, substance, endurance, prestige, relevance, credibility, allure, staying-power, refinement, or depth.
100 million people didn’t sign up to make that one image meme and then never use it again. That many signups is impressive no matter what. The attempts to downplay every aspect of LLM popularity are getting really tiresome.
Doesn’t it?
Re: The last six months in LLMs, illustrated by pelicans on bicycles
#176I also can't help but notice that the competition is exactly one match short, for some reason exactly one of the 561 possible pairings has not been included.
Re: The last six months in LLMs, illustrated by pelicans on bicycles
#177Earlier quoted context omitted.
100 million people didn’t sign up to make that one image meme and then never use it again. That many signups is impressive no matter what. The attempts to downplay every aspect of LLM popularity are getting really tiresome.
I think it sounds far more likely that 100M people signed up to poke at the latest viral novelty and create one meme, than that 100M people suddenly discovered they had a pressing long-term need for AI images all on the same day. Doesn’t it?
100M people signed up and did at least 1 task. Then, most likely some % of them discovered it was a useful thing (if for nothing else than just to make more memes), and converted into a MAU.
If I had to use my intuition, I would say it's 5% - 10%, which represents a larger product launch than most developers will ever participate in, in the context of a single day.
Of course the ongoing stickiness of the MAU also depends on the ability of this particular tool to stay on top amongst increasing competition.
Re: The last six months in LLMs, illustrated by pelicans on bicycles
#178Earlier quoted context omitted.
100 million people didn’t sign up to make that one image meme and then never use it again. That many signups is impressive no matter what. The attempts to downplay every aspect of LLM popularity are getting really tiresome.
I think it sounds far more likely that 100M people signed up to poke at the latest viral novelty and create one meme, than that 100M people suddenly discovered they had a pressing long-term need for AI images all on the same day. Doesn’t it?
Re: The last six months in LLMs, illustrated by pelicans on bicycles
#179If you calculate ELO based on a round-robin tournament with all participants starting out on the same score, then the resulting ratings should simply correspond to the win count. I guess the algorithm in use take into account the order of the matches, but taking order into account is only meaningful when competitors are expected to develop significantly, otherwise it is just added noise, so we never want to do so in…
The missing match is because one single round was declared a draw by the model, and I didn't have time to run it again (the Elo stuff was very much rushed at the last minute.)
Re: The last six months in LLMs, illustrated by pelicans on bicycles
#180Does anyone have any thoughts on privacy/safety regarding what he said about GPT memory. I had heard of prompt injection already. But, this seems different, completely out of humans control. Like even when you consider web search functionality, he is actually right, more and more, users are losing control over context. Is this dangerous atm? Do you think it will become more dangerous in the future when we chuck even…
The issue is that LLMs have no ability to organise their memory by importance. Especially as the context size gets larger.
So when they are using tools they will become more dangerous over time.