FAI Engine
Verify the exact Solution Play artifact, resolve its context, wire its primitives, apply guardrails, and return a traceable verdict: pass, fail, or not evaluated.
01
Load fai-manifest.json
02
Resolve context
03
Wire primitives
04
Apply guardrails
05
Emit evidence
One job
Decide whether this exact Solution Play can move forward
Orchard builds the package. FAI Engine is the governed decision point between that package and deployment or further execution.
- 01
Input
A signed Solution Play and its exact SHA-256 artifact digest.
- 02
Checks
Identity, manifest, context, primitives, hooks, guardrails, and evaluation requirements.
- 03
Verdict
Pass, fail, or not evaluated. Missing evidence never becomes an implied pass.
- 04
Evidence
A digest-bound record of what ran, what version ran it, and why the verdict was reached.
- 05
Next action
Allow the next governed step, return the play for review, or keep promotion blocked.
What is useful today
Inspect the verification contract, follow the source-to-verdict flow, use the interactive explainer, and review the evidence a production verdict must carry.
Honest maturity boundary
This public page is an explainer and demonstration. It is not yet a hosted service where anyone uploads an artifact and receives a persisted production verdict receipt.