What Farpy Is / Is Not
What Farpy is
- A system that issues cryptographically signed receipts for compute jobs
- A way to bind input bytes to output bytes with non-repudiation
- A primitive for auditability, verification, and attribution
- Workflow-agnostic: it can sit under many kinds of compute
What Farpy is not
- Not a correctness guarantee
- Not a determinism or reproducibility system
- Not a model evaluation framework
- Not a trusted execution environment (TEE)
- Not a zero-knowledge or privacy system
- Not an AI alignment or safety solution
What verification means
If a Farpy receipt verifies, it means Farpy observed those input and output
bytes for a job and signed that fact. It does not mean the output is correct,
useful, safe, or produced under specific conditions.
Verification is offline and reproducible using the public signing spec and
verifier.
← Back to Farpy