Skip to main content

Beyond Ship and Pray

Testing and validating agentic AI systems.

Most teams ship an agent and pray it behaves in production. This is the open alternative — a discipline for proving it first and watching it after. Before deployment: design-of-experiments test suites, fault injection, trajectory scoring, groundedness/hallucination checks, and a validation report you can hand to a reviewer. At runtime: gates that detect and stop out-of-scope, risky, or policy-violating actions before they execute (ALLOW / DENY / ESCALATE), with a tamper-evident, hash-chained audit trail.

The baseline runs with no license and no GMS. For production-grade detection — geometric hallucination judging, calibrated admissibility, signed verdicts — the optional GMS backend (knowlytix) snaps in via a lazy seam. Clone it, run the baseline, see exactly where GMS lifts detection and validation.

Part of the "Beyond … and Pray" series: governed agents · trustworthy RAG · test & validate · LLMs from scratch

What's inside

  • Validation reports — DoE test design, fault injection, coverage, trajectory scoring
  • Runtime monitoringALLOW / DENY / ESCALATE gates that stop bad actions live
  • Hallucination & groundedness checks — catch unsupported claims pre- and post-deploy
  • Tamper-evident audit — hash-chained record of every decision and stop
  • Two runnable demos — validation-report generator + live monitoring view
  • GMS-optional — baseline runs free; geometric judging & calibration via knowlytix

Install

pip install proofloop                 # testing + validation + runtime monitoring
pip install "proofloop[ml]"           # + open-weight model tools
pip install "proofloop[gms]"          # + the licensed GMS backend (knowlytix)

proofloop builds on forgeloop (the governed agent loop) and adds the testing, validation, and monitoring layer.

Quickstart

Declare the behavior space you care about; get a balanced test matrix that covers it (instead of cherry-picked cases):

from proofloop.evaluation import balanced_design, coverage_report

FACTORS = {"risk": ["benign", "pii", "injection"], "channel": ["email", "chat"]}
design = balanced_design(FACTORS, num_cases=6, seed=7)
print(coverage_report(design, FACTORS))
# -> {'risk': {'benign': 2, 'pii': 2, 'injection': 2}, 'channel': {'email': 3, 'chat': 3}}

Run the two demos

The headline capabilities — a validation report and live runtime monitoring — are runnable demos. Clone the repo (the demos aren't shipped in the wheel):

git clone https://github.com/knowlytix/beyond-ship-and-pray
cd beyond-ship-and-pray
pip install proofloop                       # pulls forgeloop from PyPI automatically
python demos/runtime_monitoring.py          # live ALLOW / DENY / ESCALATE + audit chain
python demos/validation_report.py           # DoE report -> demos/out/validation_report.html

Both run on the open baseline with no license. With the licensed knowlytix backend and a trained store, the same demos show the real geometric gate — see demos/README.md.

The GMS upgrade (open-core)

proofloop runs fully without a license. GMS-backed detection — geometric hallucination judging, factor attribution, signed verdicts — requires the licensed knowlytix package, imported lazily:

import forgeloop.gms as gms
gms.available()   # True if the licensed backend is installed

The production-grade, GMS-native edition is the Beyond Ship and Pray, Pro Edition — see knowlytix.ai.

License

Apache-2.0. © 2026 Knowlytix.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

proofloop-0.1.2.tar.gz (43.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

proofloop-0.1.2-py3-none-any.whl (47.6 kB view details)

Uploaded Python 3

File details

Details for the file proofloop-0.1.2.tar.gz.

File metadata

  • Download URL: proofloop-0.1.2.tar.gz
  • Upload date:
  • Size: 43.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for proofloop-0.1.2.tar.gz
Algorithm Hash digest
SHA256 2b1f69e2df710942291f89281789e0719936705e5938b2eab6e574a4eedf4ff1
MD5 fa25045844808db0c8a50c61d5ba1e8a
BLAKE2b-256 f4c69cacaf809a8c52ef02696a625dcc27a3fb46daaef1b5af94e35691c6c61a

See more details on using hashes here.

Provenance

The following attestation bundles were made for proofloop-0.1.2.tar.gz:

Publisher: publish.yml on knowlytix/beyond-ship-and-pray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file proofloop-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: proofloop-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 47.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for proofloop-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 175d50cf665f3d3f8c1f9000689149c09cd0926794c25dcdb00c0caaf881c919
MD5 6d35250e3ba2c41205f5d34798278467
BLAKE2b-256 9f3b06a04ae272a06772460210c3a79e346c156fe9eeb001ae1f5fe183f774da

See more details on using hashes here.

Provenance

The following attestation bundles were made for proofloop-0.1.2-py3-none-any.whl:

Publisher: publish.yml on knowlytix/beyond-ship-and-pray

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page