CalibratedDecisions.

Docs · Guides & docs

Pattern: Speculative Fan-Out

Ask everything the system might need in one request, then let code throw away what it does not use.

Open docs.typesafe.ai ↗

How builders describe it

Ask everything the system might need in one request, then let code throw away what it does not use. The ticket-triage example sends a category plus four speculative questions in parallel.

The decision Jev makes

Where to start: the quickstart, the decision primitives and the patterns.

Where it fits

The official starting points plus the best explainers, videos and articles about Jev and RLCD. All 231 guides & docs projects →

Related projects