
Language1 is an interactive game that utilizes large language models (LLMs) in a format similar to the classic game Taboo. In this game, players provide clues to help the LLM guess a target word while avoiding specific forbidden words. The objective is to see how well the LLM can deduce the target based on the clues given, creating a unique blend of gaming and artificial intelligence interaction.
The gameplay involves a single-player mode where users start a challenge, and Language1 sends each clue to the selected LLM, comparing the model's guess with the intended target. Players can engage i…