Infinite Craft
461–470 of 831 posts
Re: Infinite Craft
#462Earlier quoted context omitted.
Tree + Water = river was also pretty baffling. Unfortunate. I can see the appeal of using an LLM for this but the results are pretty mediocre.
Obviously the prompt to the LLM is just to create the most obvious association. It may not mention "crafting" at all. Maybe it does though. Is there something obvious to craft that uses a tree and water in the process?
I'm sure Neal has done hard work in getting it right.
Re: Infinite Craft
#463Re: Infinite Craft
#464Some of my first discoveries:
- Meteor Pot
- Meteor Soup
- Meteor Shower Soup
- Meteor Fish Soup
- Jabba The Soup-zeus
- Sith zeus
- Jabba The Slimer
- Sonic Chip
- Cheech The Hedgehog
- Darth Shrubber
- Chewbuster
- Darth Vader Fish Soup
I may have got heavily involved in combining Star Wars items :PRe: Infinite Craft
#465Edit: and it's given up at Darth Maul 1310720000 combining no longer goes higher
Re: Infinite Craft
#466This is really fun, there's some fun combos which output amusingly strange results. Some of my first discoveries: - Meteor Pot - Meteor Soup - Meteor Shower Soup - Meteor Fish Soup - Jabba The Soup-zeus - Sith zeus - Jabba The Slimer - Sonic Chip - Cheech The Hedgehog - Darth Shrubber - Chewbuster - Darth Vader Fish Soup I may have got heavily involved in combining Star Wars items :P
Re: Infinite Craft
#467I 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…
Re: Infinite Craft
#468I 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?
That simple demo took me way too long and all that time is wasted because word2vec simply sucks for this use-case.
Re: Infinite Craft
#469He made a video to visualize some of the final data though: https://youtu.be/rQWwfYSUckY
Also I vaguely remember a game with basically the same premise but the goal was to create life.
Re: Infinite Craft
#470The game state clears on reload, so here's a wee console snippet to export your list of elements: console.log(JSON.stringify({discoveries: window.$nuxt.$root.$children[2].$children[0].$children[0]._data.discoveries, elements:window.$nuxt.$root.$children[2].$children[0].$children[0]._data.elements})) I'll figure out how to re-import the state later, but it's past midnight for me now.
These were my discoveries:
["Leviathan Shark","Burnzilla","Burnado","Chocolate Tree Shark","Cybersharktopus","Toadatorzilla","Bacon Sharktopusnado","Rainbow Hooktopus","T-48000050","T-48000050","T-19800050","T-19800050","T-64000050","T-83800050","T-83800050","T-121800050","T-121800051","T-185800001","T-185800002","T-185800004","T-185800008","T-82980058","T-121800051 + T-160000"]
Seems like I've stumbled across a self reproducing AI, although the emojis went from robot emoji to universe emoji and then to poop emoji. I wonder at which of those levels of AI we're at currently :p