Hesperan

(Docs)

Introduction

Hesperan 1 reads a state — text or JSON from your application — and answers typed questions about it with a probability for every possible outcome.

Concepts

State is whatever the judgment is about: a support ticket, an email, an alert with context, a JSON record. Questions are named and typed; one request can ask several questions about the same state, and they are answered together.

There are three types: choice picks one of the options you describe, noul gives the probability that a statement is true, and score rates on an ordinal scale you define. Every answer includes probabilities, so your code can act automatically above a threshold and hand the uncertain cases to a person.

Where to go next