semantris tetris with AI twist plus semantris blocks vibes: type words connected in meaning, and a neural network clears the closest match. One of the most addictive AI games and online games you can play free in your browser — no accounts, no installs.
Semantris is a word association game powered by AI (machine learning) originally created as a Google game to showcase how language models understand meaning. This version is a faithful, modernized clone a true semantris tetris with AI experience (with the same drop-and-clear feel as semantris blocks) that runs entirely in your browser. Each word that falls is scored in real time against your typed clue using sentence-embedding vectors from a small neural network, so the connections you make are interpreted semantically, not by spelling or keyword matches. It's a fun way to see modern machine learning at work in an everyday browser game.
For guitar try "strings", "rock", or "musician" — the AI rewards conceptual links, not synonyms.
Clearing a word higher on the screen scores more. Don't wait for danger — strike fast.
A broad clue like "kitchen" can target several falling words. Pick the clue that matches the most urgent block.
This semantris tetris with AI uses MiniLM embeddings. Emotional, abstract, or metaphorical clues all work.
No. This is an independent recreation of the popular Google game, built to demonstrate browser-side AI. The original was a research demo by Google AI.
It uses a machine learning model (MiniLM) to encode your clue and every falling word into 384-dimensional embeddings, then ranks them by cosine similarity. The highest-scoring word clears if it passes the similarity threshold — pure machine learning, no rule-based dictionary lookups.
Because words fall like Tetris blocks and the only way to clear them is through semantic understanding — a perfect fusion of arcade pressure and language AI.
After the first load, the model is cached. As long as you don't clear site data, you can replay without an internet connection.