Infinite Craft
An online crafting game called Infinite Craft lets players endlessly combine emoji-labeled concepts—starting from the four classical elements—to generate new items, with combinations powered on the backend by an LLaMA 2 language model and heavy caching. Commenters find it surprisingly addictive and often clever, sharing long chains that produce everything from gods and kaiju to political jokes, puns, and pop‑culture references, while also noting frequent timeouts, inconsistent logic, and UI confusion around how to combine items. Many compare it to earlier “alchemy” puzzle games, seeing this as a notable example of how generative models can drive open‑ended game mechanics, but also as evidence that human-designed systems still feel more coherent and intentional.
Overall concept & reception
- Infinite Craft is an “alchemy”-style web toy where you combine items (e.g., fire + water) to generate new ones, powered by an LLM rather than a fixed recipe set.
- Many find it highly addictive, funny, and a clever showcase of generative AI in games.
- Others see it as briefly amusing but shallow or “soulless” compared to hand‑designed predecessors.
LLM backend & tech details
- Multiple comments confirm it uses LLaMA 2 via a backend API (
/api/infinite-craft/pair?first=X&second=Y) with heavy caching. - Slow or failing combinations are usually interpreted as cache misses where the LLM is overloaded or times out.
- Some argue an LLM is overkill and embeddings/word2vec might suffice; others report that word2vec attempts performed poorly for this use case.
- The system maintains a global set of discovered items; “First discovery” labels mark globally novel outputs.
Gameplay, UX, and mechanics
- Core mechanic: drag one item on top of another (or tap two in sequence on mobile) to combine them.
- Many users initially misinterpret the UI, thinking they must connect items via the moving dots and lines; instructions are considered unclear.
- Dragging is seen as tedious by some; calls for click‑only or keyboard‑driven interfaces, plus clearer affordances.
- Later, the site added autosave and a sidebar search bar; users also share console snippets and bookmarklets to export/merge/save state.
Comparisons to earlier games
- Frequently compared to Little Alchemy, Doodle God, classic “Alchemy” games, and puzzle titles like The Incredible Machine and Scribblenauts.
- Some view Infinite Craft as a direct clone with an LLM twist; others see it as a natural evolution of a well‑known idea.
Emergent humor & exploration strategies
- Users share long chains leading to things like Godzilla variants, Sharknado sequels, kaiju mashups, religious figures, celebrities, jokes, and puns.
- A common way to play is to race friends to craft specific targets (e.g., pizza, human, Optimus Prime) or to escalate numbers/titles (T‑numbers, movie sequels).
- Certain words behave as “attractors” or reusable affixes (e.g., “were‑”, “zombie‑”, “mega‑”, “Trump”, “Cthulhu”), often resisting further meaningful combination.
Limitations, bugs & ethical concerns
- Many combinations time out or do nothing, especially with long or complex item names, “???”, or items containing “+”.
- Duplicate or near‑duplicate items (e.g., “Spaceship” vs “Space Ship”, “pangea” vs “Pangaea”) and inconsistent logic (tree + water = river, fish + fire = sushi) are common.
- Some outputs are seen as offensive or biased (e.g., linking religions, nationalities, money, or minorities to terrorism or slurs), raising concerns about training data and moderation.
- The backend later added checks to throttle automated scraping; some users had written scripts to systematically explore the space and harvest thousands of results.