Reasoning API
Kadai Inference
Get a grounded answer.
Kadai is the reasoning API. It does not act as the authority — it synthesizes across what Kura contains and what the Ledger can support. Behind the API, the full bounded-synthesis pipeline runs — Compiler, Crosswalk, generation, Ledger, Boundary Gate — before anything is returned.
Without this: the caller talks directly to a model. The model answers from training data, context window, and improvisation. No evidence boundary, no claim checking, no output state. The burden of trust falls on the reader.
What Kadai does
Single entry point for governed synthesis. Question enters. Compiler rewrites it. Crosswalk retrieves scoped evidence. Generation produces a proposal. Ledger evaluates it. Gate assigns a state. Kadai returns the result.
- One API call for the full bounded-synthesis pipeline
- Same contract across Workshop, Refinery, and Clean Room
- Returns response text + output state + claim-level audit trail
Who this is for
Application developers
integrate Kadai as the answer API. One API call replaces direct model access and returns governed, classified responses.
The end user
receives a response already evaluated and assigned an explicit state — not raw model text that still has to be defended by hand.