WebAI StudioA zero-shot classifier: route incoming messages to categories defined only by a few example phrases.
Classify support messages, feedback, or emails locally with no training step and no data leaving the device — and "retrain" instantly by editing the example phrases.
Preparing category centroids...
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.
Group raw user feedback into themes with k-means over embeddings, then let the Prompt API name each cluster.