I went down a Kaiju rabbithole. Here are the monsters I created - Dragon + Lazer = Dragonzord - Dragonzord + Sandpunk = Sandzord - Dragon-Rex + Hippopotamus = Hippodragon - Mega Dragonzord (didn't see recipe) - Hippodragon + Mega Dragonzord = Mega Hippodragonzord - Mega Hippodragonzord + Flying Circus = Mega Flying Circus Hippodragonzord - Zombie + Mega Dragonzord = Zombie Dragonzord - Swan + Megazord = Swan Megazord…
Infinite Craft
351–360 of 831 posts
Re: Infinite Craft
#352Speed+light isn't Einstein?? Chariot+God isn't UFO??
Re: Infinite Craft
#353The strange case of origami Yoda Batman vs. Prince of space sushi vampires Darth Paper Strikes Back + Vampire
Good luck getting there.
Re: Infinite Craft
#354Earlier quoted context omitted.
One person's specific usage of AI, in a specific game, where the AI was constrained to only coming up with words that have an associated emoji, is not a referendum on whether or not AI itself has common sense. That's like saying paint is boring because someone made a crappy painting, or code is limited because someone made an app you don't like.
Sure, its not a referendum, but its a prominent sign that even with this task AI can fail spectacularly. P.S. Today I learned from AI that Sphinx + Drunk = Sphinxter.
Re: Infinite Craft
#355Re: Infinite Craft
#356I somehow made Ryan. I do not remember how other than it's ______ + wind. Who is Ryan?!? lol
Re: Infinite Craft
#357At any rate, the first 1000 or so that a quick python script found: https://gist.github.com/Q726kbXuN/6620a12ade4b77dacce93d1c96...
Re: Infinite Craft
#358Re: Infinite Craft
#359Re: Infinite Craft
#360I couldn't find any information but does this use some kind of LLM to derive the combinations from? It makes a request to the backend every time you combine items which sometimes takes >500ms, and also supports some really wild combinations that I highly doubt someone has taken the time to come up with. It would also explain why the icons are emoji's, it would be fairly trivial to ask ChatGPT to give you the result o…
An LLM seems like overkill for a project like this. Why not word2vec?