What is Language1?
Language1 is a game about communicating with LLMs. You write clues while avoiding forbidden words, and the model tries to guess the target.
Short answers for the current Language1 game experience.
Language1 is a game about communicating with LLMs. You write clues while avoiding forbidden words, and the model tries to guess the target.
No. Each attempt is completely stateless. The AI model has no memory of your previous clues or its own past guesses, so referencing earlier turns (e.g. "what you said before" or "another word for your first answer") will not work.
Single player and race scoring rewards solving with fewer attempts. Rankings can also use token usage and completion time as tie-breakers.
To keep the leaderboard scoring consistent and modern, token usage is calculated using standard GPT-3.5/GPT-4 tokenization (cl100k_base) on your prompt text. This ensures a standardized metric regardless of the target model chosen for the race.
To keep timing fair, Language1 tracks the active time you spend writing and formulating your clues. The timer pauses while waiting for the AI model to generate its guess.
Successful prompts and race audit logs help make results reviewable and reduce cheating. The emphasis is on fair gameplay and stats.
The active models range from 4B to 20B parameters (such as Nova Micro, Ministral 8B, or Nemotron 9B). These are fast, lightweight open-weights models rather than giant frontier models. To get the best results, write clear and direct clues that make it easy for the model to guess the correct word.
To keep the game fair and clean, the validation guard immediately rejects clues that contain any of the following:
Yes. Anonymous play is supported with limits, but public leaderboards are intended for signed-in users.