WebAI StudioGuess the secret word: every guess is embedded on-device and scored by how semantically close it lands.
A whole word game with zero backend: scoring is a local cosine similarity, so it is instant, free to run, and works offline.
Start a game to begin guessing.
56 demos, all running on-device.
The production pattern for cheap moderation: embeddings clear the obvious 90% in microseconds, the LLM judges only the borderline.
Fully local RAG: retrieve the relevant passages with embeddings, then answer with the Prompt API — citations included.
Search a help center by meaning, side by side with keyword search — and watch keywords miss what embeddings find.