WebAI StudioTell the reader how much time you have ("I have 30 seconds" or "Just the technical takeaways") and watch the article adapt with the Summarizer API.
Classifier maps a reader's natural sentence to the ideal Summarizer configuration (tldr vs. key-points, short vs. long) and reading layout in a single local pass.
Modern web applications increasingly combine two distinct classes of on-device models: fast, non-autoregressive System-1 decision models (like window.Classifier and SemanticEmbedder) and generative System-2 language models (like LanguageModel, Summarizer, Writer, and Rewriter).
While generative models excel at drafting prose and synthesizing long documents, invoking a multi-billion parameter LLM on every keystroke or scroll event drains laptop batteries and introduces hundreds of milliseconds of latency.
By placing a 15-millisecond System-1 classifier in front of generative APIs, web apps can understand user intent on every interaction and only wake up heavier generative tools with the exact configuration needed.
64 demos, all running on-device.
Open a customer email and get the exact one-click resolution button plus a tailored reply drafted with the Writer API.
Paste a meeting snippet, a cURL command, a receipt, or a tracking number and immediately get the right one-click action card.
Stay in deep work: Classifier screens incoming pings so only true emergencies ring now while routine updates wait for your 5 PM digest.