FAI Engine
FAI Engine verifies a Solution Play. It checks the exact artifact, resolves what it needs, evaluates its guardrails, and returns a traceable verdict: pass, fail, or not evaluated.
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.