Try Laya online

Laya AI Playground

Try Laya before installing it, then continue into the models, benchmarks, and local setup guides behind the decision workflow.

No local installRuns in the browserchoice · score · noul

What to try

Start with a real decision workflow

These practical decision patterns are useful starting points before you build your own state and questions.

01

Support triage

Route tickets, score urgency, and detect refund or escalation signals.

02

Model and agent routing

Choose the next model, tool, or agent from structured criteria.

03

Guardrails

Evaluate policy, abuse, jailbreak, or escalation conditions before a workflow continues.

04

Email classification

Map incoming messages to a compact set of business intents.

05

RAG filtering

Score or classify retrieved context before passing it downstream.

06

Content moderation

Return structured safety decisions instead of free-form moderation text.

Run Laya in the browser

Test support triage, email decisions, guardrails, RAG filtering, moderation, routing, and custom typed-decision inputs.

Support ticket example

CheckpointAuto Router
State
I was charged twice. Please refund the duplicate.
Questions
choicedepartment
billing · technical · sales
scoreurgency
low · medium · critical
noulrefund_requested
true / false probability

Laya Playground

What is Laya AI Playground?

Laya AI Playground is an interactive way to try Laya typed decisions in the browser before setting up a local runtime. Give Laya a state such as a support ticket, email, text passage, or structured payload, then ask one or more typed questions about it.

Unlike a generative chatbot, Laya is designed to return structured decisions. A choice question selects from named options, a score question evaluates an ordered rubric, and a noul question returns a probability that a proposition is true. That makes the Playground useful for testing routing, triage, guardrails, moderation, risk signals, and other decision workflows.

How to use Laya Playground

01

Start with a state

Use the example or bring the text, ticket, email, or structured input you want Laya to evaluate.

02

Ask typed questions

Use choice for labels, score for ordered levels, and noul for probability-style yes or no decisions.

03

Run the decision

Run Laya and inspect the selected answers, scores, and probabilities returned for the same state.

04

Move to local inference

When the workflow looks useful, install Laya locally and validate it against your own representative data.

Laya Playground FAQ

Do I need to install Laya to use the Playground?

No. You can try the browser Playground first. Install Laya locally when you are ready to test the same decision workflow in your own environment.

What can I test with Laya AI Playground?

Common tests include support routing, intent classification, urgency scoring, model or agent routing, guardrails, moderation, RAG filtering, and probability-based risk signals.

What are choice, score, and noul?

choice selects from named options, score evaluates an ordered rubric, and noul returns P(true) for a proposition. They are the three typed-decision primitives used by Laya.

Can I run Laya locally after trying the Playground?

Yes. Laya publishes open weights and a Python package, and community runtimes are available for additional environments such as Apple Silicon and Node.js.